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

Jan Steffens heftig at archlinux.org
Sun Sep 16 00:12:20 UTC 2012


    Date: Saturday, September 15, 2012 @ 20:12:19
  Author: heftig
Revision: 166701

Rebuild *without* patch, for [gnome-unstable]

Modified:
  polkit/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-16 00:09:31 UTC (rev 166700)
+++ PKGBUILD	2012-09-16 00:12:19 UTC (rev 166701)
@@ -3,7 +3,7 @@
 
 pkgname=polkit
 pkgver=0.107
-pkgrel=2
+pkgrel=3
 pkgdesc="Application development toolkit for controlling system-wide privileges"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -13,22 +13,15 @@
 replaces=('policykit')
 options=('!libtool')
 install=polkit.install
-source=("http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz"
-        'polkit.pam'
-	'logind+ConsoleKit.patch'
-	'autogen.sh')
+source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz
+        polkit.pam)
 md5sums=('0e4f9c53f43fd1b25ac3f0d2e09b2ae1'
-         '6564f95878297b954f0572bc1610dd15'
-         'fb71d43442dbf24f8760198a9a79c5e7'
-         '38fe3119284e842e66b330b0f2ba230d')
+         '6564f95878297b954f0572bc1610dd15')
 
 build() {
   cd $pkgname-$pkgver
 
-  patch -p1 <../logind+ConsoleKit.patch
-
-  cp ../autogen.sh .
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
       --with-systemdsystemunitdir=/usr/lib/systemd/system \
       --disable-static --enable-gtk-doc




More information about the arch-commits mailing list