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

Jan de Groot jgc at archlinux.org
Wed Aug 12 20:45:22 UTC 2009


    Date: Wednesday, August 12, 2009 @ 16:45:22
  Author: jgc
Revision: 49572

Update to 0.94:
- add makedepend on gobject-introspection

Modified:
  polkit/gnome-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-08-12 20:39:00 UTC (rev 49571)
+++ PKGBUILD	2009-08-12 20:45:22 UTC (rev 49572)
@@ -2,18 +2,18 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=polkit
-pkgver=0.93
+pkgver=0.94
 pkgrel=1
 pkgdesc="Application development toolkit for controlling system-wide privileges"
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://www.freedesktop.org/wiki/Software/Policykit"
-depends=('glib2>=2.21.4' 'eggdbus>=0.4' 'pam')
-makedepends=('intltool' 'gtk-doc')
+depends=('glib2>=2.21.4' 'eggdbus>=0.5' 'pam')
+makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
 options=('!libtool')
 source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
         polkit.pam)
-md5sums=('16e9361b6c8dbbecc29ee263d7880998'
+md5sums=('5abc9f858e7b614ef41161db36d53915'
          '6564f95878297b954f0572bc1610dd15')
 
 build() {
@@ -24,5 +24,5 @@
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 
-  install -m644 "${srcdir}/polkit.pam" "${pkgdir}/etc/pam.d/polkit-1.pam" || return 1
+  install -m644 "${srcdir}/polkit.pam" "${pkgdir}/etc/pam.d/polkit-1" || return 1
 }




More information about the arch-commits mailing list