summaryrefslogtreecommitdiff
path: root/community/mate-polkit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-polkit/PKGBUILD')
-rw-r--r--community/mate-polkit/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/mate-polkit/PKGBUILD b/community/mate-polkit/PKGBUILD
index 67d8f1963..6ae1d5dd9 100644
--- a/community/mate-polkit/PKGBUILD
+++ b/community/mate-polkit/PKGBUILD
@@ -1,10 +1,7 @@
-# $Id: PKGBUILD 104183 2014-01-16 15:57:10Z flexiondotorg $
# Maintainer : Martin Wimpress <code@flexion.org>
-# Contributor: Giovanni Ricciardi <kar98k.sniper@gmail.com>
-# Contributor: Xpander <xpander0@gmail.com>
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 @@ depends=('gtk2' 'polkit')
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