[arch-commits] Commit in (5 files)

Jan de Groot jgc at archlinux.org
Wed Aug 12 20:47:28 UTC 2009


    Date: Wednesday, August 12, 2009 @ 16:47:28
  Author: jgc
Revision: 49573

Add new package: polkit-gnome. Polkit authentication agent for polkit.

Added:
  polkit-gnome/
  polkit-gnome/gnome-unstable/
  polkit-gnome/gnome-unstable/PKGBUILD
  polkit-gnome/repos/
  polkit-gnome/trunk/

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Added: polkit-gnome/gnome-unstable/PKGBUILD
===================================================================
--- polkit-gnome/gnome-unstable/PKGBUILD	                        (rev 0)
+++ polkit-gnome/gnome-unstable/PKGBUILD	2009-08-12 20:47:28 UTC (rev 49573)
@@ -0,0 +1,21 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: onestep_ua <onestep at ukr.net>
+
+pkgname=polkit-gnome
+pkgver=0.94
+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.94' 'gtk2>=2.17.7')
+makedepends=('intltool')
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('eebab8363a7b7c0516aca4f7b7cd7f7a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/polkit-gnome || 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