[arch-commits] Commit in (4 files)
Jerome Leclanche
jleclanche at archlinux.org
Sat Feb 14 21:07:46 UTC 2015
Date: Saturday, February 14, 2015 @ 22:07:46
Author: jleclanche
Revision: 127713
lxqt-policykit: Upstream release 0.9 (Moved from AUR)
Added:
lxqt-policykit/
lxqt-policykit/repos/
lxqt-policykit/trunk/
lxqt-policykit/trunk/PKGBUILD
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Added: lxqt-policykit/trunk/PKGBUILD
===================================================================
--- lxqt-policykit/trunk/PKGBUILD (rev 0)
+++ lxqt-policykit/trunk/PKGBUILD 2015-02-14 21:07:46 UTC (rev 127713)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-policykit
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="The LXQt policykit authentication agent"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("liblxqt" "polkit-qt5")
+makedepends=("cmake" "qt5-tools")
+source=("http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=("6bed4b6859085f4330405f25b47beee9d183a37ae7c2ca6876c15b2a1c2cf549")
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/$pkgname-$pkgver"
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Property changes on: lxqt-policykit/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list