[arch-commits] Commit in polkit/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Tue Mar 20 13:49:05 UTC 2012


    Date: Tuesday, March 20, 2012 @ 09:49:05
  Author: ibiru
Revision: 153912

we don't want that

Modified:
  polkit/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-20 13:36:40 UTC (rev 153911)
+++ PKGBUILD	2012-03-20 13:49:05 UTC (rev 153912)
@@ -8,23 +8,20 @@
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://www.freedesktop.org/wiki/Software/PolicyKit"
-depends=('glib2' 'pam' 'expat' 'libsystemd')
+depends=('glib2' 'pam' 'expat')
 makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
 replaces=('policykit')
 options=('!libtool')
 source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz
-        polkit.pam systemd-fallback.patch)
+        polkit.pam)
 md5sums=('e380b4c6fb1e7bccf854e92edc0a8ce1'
-         '6564f95878297b954f0572bc1610dd15'
-         '3c89d97a329ab0ea3a9248c68c3ab000')
+         '6564f95878297b954f0572bc1610dd15')
 
 build() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../systemd-fallback.patch
-  autoreconf -f -i
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
-      --disable-static --enable-gtk-doc --enable-systemd
+      --disable-static --enable-gtk-doc
   make
 }
 




More information about the arch-commits mailing list