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

Jan de Groot jgc at archlinux.org
Wed Sep 15 14:37:25 UTC 2010


    Date: Wednesday, September 15, 2010 @ 10:37:25
  Author: jgc
Revision: 90723

upgpkg: polkit-gnome 0.97-1
Update to 0.97, disable introspection for now

Modified:
  polkit-gnome/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-15 14:31:56 UTC (rev 90722)
+++ PKGBUILD	2010-09-15 14:37:25 UTC (rev 90723)
@@ -2,23 +2,25 @@
 # Contributor: onestep_ua <onestep at ukr.net>
 
 pkgname=polkit-gnome
-pkgver=0.96
-pkgrel=3
+pkgver=0.97
+pkgrel=1
 pkgdesc="PolicyKit integration for the GNOME desktop"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/PolicyKit"
 license=('LGPL')
-depends=('polkit>=0.96' 'gtk2>=2.18.6')
+depends=('polkit>=0.98' 'gtk2>=2.21.8')
 makedepends=('intltool')
 replaces=('policykit-gnome')
 options=(!libtool !makeflags)
 source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('611cf39fba2945320fc7a9ec49087e69')
+md5sums=('17a75ee1aafa19ae4f79052c8cde75b6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i -e 's/OnlyShowIn=GNOME/NotShowIn=KDE/' src/polkit-gnome-authentication-agent-1.desktop.in.in || return 1
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/polkit-gnome --disable-static --disable-introspection || return 1
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
+  sed -i -e 's/OnlyShowIn=GNOME/NotShowIn=KDE/' src/polkit-gnome-authentication-agent-1.desktop.in.in
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --libexecdir=/usr/lib/polkit-gnome \
+      --disable-static --disable-introspection
+  make
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list