summaryrefslogtreecommitdiff
path: root/extra/polkit
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
committerroot <root@rshg054.dnsready.net>2013-06-16 01:26:25 -0700
commit44c10f274ec720a1512b15457b9eeffea28c6041 (patch)
tree48d27d6116dfd4fdce957af918c3d62385fd9226 /extra/polkit
parent0a069ede63336b105cda051cebe136f2592847d2 (diff)
Sun Jun 16 01:25:28 PDT 2013
Diffstat (limited to 'extra/polkit')
-rw-r--r--extra/polkit/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/polkit/PKGBUILD b/extra/polkit/PKGBUILD
index d7e987d38..f8ebacc12 100644
--- a/extra/polkit/PKGBUILD
+++ b/extra/polkit/PKGBUILD
@@ -1,29 +1,27 @@
-# $Id: PKGBUILD 183452 2013-04-21 22:11:58Z heftig $
+# $Id: PKGBUILD 188528 2013-06-15 09:16:15Z tomegun $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=polkit
-pkgver=0.110
-pkgrel=2
+pkgver=0.111
+pkgrel=1
pkgdesc="Application development toolkit for controlling system-wide privileges"
arch=(i686 x86_64)
license=(LGPL)
url="http://www.freedesktop.org/wiki/Software/polkit"
-depends=(glib2 pam expat libsystemd js185)
+depends=(glib2 pam expat libsystemd js)
makedepends=(intltool gtk-doc gobject-introspection)
options=('!libtool')
install=polkit.install
source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz
polkit.pam)
-md5sums=('06e0d3b72e566ac277fc35c8206d2a28'
- '6564f95878297b954f0572bc1610dd15')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
- --with-systemdsystemunitdir=/usr/lib/systemd/system \
- --disable-static --enable-gtk-doc
+ --enable-libsystemd-login=yes --disable-static \
+ --enable-gtk-doc
make
}
@@ -36,3 +34,5 @@ package() {
install -m644 "$srcdir/polkit.pam" "$pkgdir/etc/pam.d/polkit-1"
}
+md5sums=('81b116edf986d8e13502929a171f4e0d'
+ '6564f95878297b954f0572bc1610dd15')