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

Jan de Groot jgc at archlinux.org
Sat Mar 13 18:47:23 UTC 2010


    Date: Saturday, March 13, 2010 @ 13:47:22
  Author: jgc
Revision: 72178

upgpkg: polkit-gnome 0.96-2
Replace OnlyShowIn=GNOME with NotShowIn=KDE. KDE provides its own agent, but so far other desktops do not provide a polkit authorization agent (FS#18622)

Modified:
  polkit-gnome/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-13 18:33:33 UTC (rev 72177)
+++ PKGBUILD	2010-03-13 18:47:22 UTC (rev 72178)
@@ -3,19 +3,21 @@
 
 pkgname=polkit-gnome
 pkgver=0.96
-pkgrel=1
+pkgrel=2
 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')
 makedepends=('intltool')
+repaces=('policykit-gnome')
 options=(!libtool !makeflags)
 source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('611cf39fba2945320fc7a9ec49087e69')
 
 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




More information about the arch-commits mailing list