diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2017-03-19 23:33:33 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2017-03-19 23:33:33 -0300 |
commit | 14c3c40b16b2481e9942875a17af56d03c9164d0 (patch) | |
tree | c318226df4916060d0da1bbdb839f00764f9606c /libre/mate-icon-theme-faenza | |
parent | 99e5f877dda242861f83cd187f79b0526c98dff3 (diff) | |
download | abslibre-14c3c40b16b2481e9942875a17af56d03c9164d0.tar.gz abslibre-14c3c40b16b2481e9942875a17af56d03c9164d0.tar.bz2 abslibre-14c3c40b16b2481e9942875a17af56d03c9164d0.zip |
mate-icon-theme-faenza-1.18.0-1.parabola1: updating version
Diffstat (limited to 'libre/mate-icon-theme-faenza')
-rw-r--r-- | libre/mate-icon-theme-faenza/PKGBUILD | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/libre/mate-icon-theme-faenza/PKGBUILD b/libre/mate-icon-theme-faenza/PKGBUILD index a3c33bcfe..eb46f8fc9 100644 --- a/libre/mate-icon-theme-faenza/PKGBUILD +++ b/libre/mate-icon-theme-faenza/PKGBUILD @@ -1,9 +1,8 @@ # Contributor (Arch): Martin Wimpress <code@flexion.org> # Maintainer: André Silva <emulatorman@parabola.nu> -_ver=1.16 pkgname=mate-icon-theme-faenza -pkgver=${_ver}.0 +pkgver=1.18.0 pkgrel=1.parabola1 pkgdesc="Faenza icon theme for MATE, without nonfree distros and application icons" url="http://mate-desktop.org" @@ -12,14 +11,12 @@ license=('GPL') makedepends=('mate-common') replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) -options=(!strip) -groups=('mate-extra' 'mate-extra-gtk3') -source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz") -sha1sums=('0f6a27fed21f30d778dd045f6a0f2ba1c5d994d7') +groups=('mate-extra') +source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +sha1sums=('1def73aaa5e5ee3588ae6bb2315c833adddcc322') prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - NOCONFIGURE=1 ./autogen.sh + cd ${pkgname}-${pkgver} # remove nonfree distros and application logos for nonfree in debian fedora mandriva redhat suse ubuntu alien-arena flash rpmdrake teamviewer novell skype playonlinux picasa spotify; do find -name *$nonfree* -delete @@ -27,14 +24,14 @@ prepare() { } build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} + ./autogen.sh ./configure \ --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install - rm -f "${pkgdir}/usr/share/icons/matefaenza/icon-theme.cache" } |