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

Ionut Biru ibiru at archlinux.org
Sun Feb 27 20:19:35 UTC 2011


    Date: Sunday, February 27, 2011 @ 15:19:35
  Author: ibiru
Revision: 111604

upgpkg: polkit-gnome 0.100-1
update to 0.100

Modified:
  polkit-gnome/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-27 20:15:20 UTC (rev 111603)
+++ PKGBUILD	2011-02-27 20:19:35 UTC (rev 111604)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: onestep_ua <onestep at ukr.net>
 
@@ -2,3 +3,3 @@
 pkgname=polkit-gnome
-pkgver=0.99
+pkgver=0.100
 pkgrel=1
@@ -8,19 +9,21 @@
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/PolicyKit"
 license=('LGPL')
-depends=('polkit>=0.99' 'gtk2>=2.22.0')
+depends=('polkit>=0.100' 'gtk3')
 makedepends=('intltool' 'gobject-introspection')
-replaces=('policykit-gnome')
-options=(!libtool !makeflags)
+options=(!libtool)
 source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f1a2565083266bc8c05c60aa7d8a0f6a')
+md5sums=('0554fe631e923ed560d65b60661cbbe1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  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
+      --disable-static --with-gtk=3.0
   make
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list