Date: Wednesday, March 5, 2014 @ 21:58:10 Author: flexiondotorg Revision: 106554
Updated to 1.8 Modified: mate-polkit/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-05 20:57:53 UTC (rev 106553) +++ PKGBUILD 2014-03-05 20:58:10 UTC (rev 106554) @@ -1,10 +1,7 @@ -# $Id$ # Maintainer : Martin Wimpress <[email protected]> -# Contributor: Giovanni Ricciardi <[email protected]> -# Contributor: Xpander <[email protected]> pkgname=mate-polkit -pkgver=1.6.1 +pkgver=1.8.0 pkgrel=1 pkgdesc="PolicyKit integration for the MATE desktop" url="http://mate-desktop.org" @@ -14,16 +11,17 @@ makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser') options=('!emptydirs') groups=('mate') -source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") -sha1sums=('43afbbb0a9e4c1295bdd0f788ad7effd776dccf2') +source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") +sha1sums=('8b74b8d270a0392b9b54ae12693df2bdea1f429a') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ --prefix=/usr \ - --libexecdir=/usr/lib/polkit-mate \ + --libexecdir=/usr/lib/${pkgname} \ --sysconfdir=/etc \ --localstatedir=/var \ + --with-gtk=2.0 \ --enable-introspection \ --disable-static make
