Date: Wednesday, March 5, 2014 @ 21:50:56 Author: flexiondotorg Revision: 106547
Updated to 1.8 Modified: mate-icon-theme-faenza/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-05 20:50:31 UTC (rev 106546) +++ PKGBUILD 2014-03-05 20:50:56 UTC (rev 106547) @@ -1,26 +1,23 @@ -# $Id$ # Maintainer : Martin Wimpress <[email protected]> -# Contributor: Giovanni "Talorno" Ricciardi <[email protected]> -# Contributor: Xpander <[email protected]> pkgname=mate-icon-theme-faenza -pkgver=1.6.0 -pkgrel=5 +pkgver=1.8.0 +pkgrel=1 pkgdesc="Faenza icon theme for MATE" url="http://mate-desktop.org" arch=('any') license=('LGPL') -depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg') +depends=('hicolor-icon-theme' 'gtk-update-icon-cache') makedepends=('icon-naming-utils' 'mate-common') options=(!strip) groups=('mate-extra') -source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") -sha1sums=('17fcac5602f9b3039101e03a17e9d0f693f2dd78') +source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") +sha1sums=('60ecb21261d969e60925254cb435a4a877540d4c') install=${pkgname}.install build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./autogen.sh \ + ./configure \ --prefix=/usr make }
