diff options
Diffstat (limited to 'libre/mate-icon-theme-faenza')
-rw-r--r-- | libre/mate-icon-theme-faenza/PKGBUILD | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/libre/mate-icon-theme-faenza/PKGBUILD b/libre/mate-icon-theme-faenza/PKGBUILD index e873a7b0a..8fdc6c5af 100644 --- a/libre/mate-icon-theme-faenza/PKGBUILD +++ b/libre/mate-icon-theme-faenza/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer (Arch): Martin Wimpress <code@flexion.org> # Maintainer: André Silva <emulatorman@parabola.nu> -_ver=1.9 +_ver=1.10 pkgname=mate-icon-theme-faenza -pkgver=${_ver}.90 +pkgver=${_ver}.0 pkgrel=1.parabola1 pkgdesc="Faenza icon theme for MATE, without nonfree distros and application icons" url="http://mate-desktop.org" @@ -15,17 +15,12 @@ replaces=(${pkgname}-libre) conflicts=(${pkgname}-libre) options=(!strip) groups=('mate-extra' 'mate-extra-gtk3') -source=("${pkgname}"::"git+https://github.com/mate-desktop/${pkgname}.git#commit=adbbe4c89eee60372d1ef3e25e374f18585d0fbd") -sha1sums=('SKIP') +source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz") +sha1sums=('155c6e3c5b6fd2d1b5dfcdb725598c0ba0121d9e') install=${pkgname}.install -#pkgver() { -# cd "${srcdir}/${pkgname}" -# printf "%s.%s.%s" "${_ver}.90" -#} - prepare() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" NOCONFIGURE=1 ./autogen.sh # 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 @@ -34,14 +29,14 @@ prepare() { } build() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}" + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install rm -f "${pkgdir}/usr/share/icons/matefaenza/icon-theme.cache" } |