[arch-commits] Commit in (4 files)

Pierre Schmitz pierre at archlinux.org
Thu Mar 12 20:27:41 UTC 2009


    Date: Thursday, March 12, 2009 @ 16:27:40
  Author: pierre
Revision: 29797

adding polkit-qt as dep for policykit-kde

Added:
  polkit-qt/
  polkit-qt/repos/
  polkit-qt/trunk/
  polkit-qt/trunk/PKGBUILD

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

Added: polkit-qt/trunk/PKGBUILD
===================================================================
--- polkit-qt/trunk/PKGBUILD	                        (rev 0)
+++ polkit-qt/trunk/PKGBUILD	2009-03-12 20:27:40 UTC (rev 29797)
@@ -0,0 +1,25 @@
+# $Id: $
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=polkit-qt
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('policykit' 'qt')
+makedepends=('cmake')
+source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('36afc3dedcc3e7787f8338a542a9c0e5')
+
+build() {
+	cd $srcdir
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+	make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list