[arch-commits] Commit in lxqt-policykit/repos (4 files)

Jerome Leclanche jleclanche at archlinux.org
Sat Feb 14 21:08:10 UTC 2015


    Date: Saturday, February 14, 2015 @ 22:08:09
  Author: jleclanche
Revision: 127714

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxqt-policykit/repos/community-i686/
  lxqt-policykit/repos/community-i686/PKGBUILD
    (from rev 127713, lxqt-policykit/trunk/PKGBUILD)
  lxqt-policykit/repos/community-x86_64/
  lxqt-policykit/repos/community-x86_64/PKGBUILD
    (from rev 127713, lxqt-policykit/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: lxqt-policykit/repos/community-i686/PKGBUILD (from rev 127713, lxqt-policykit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-14 21:08:09 UTC (rev 127714)
@@ -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
+}

Copied: lxqt-policykit/repos/community-x86_64/PKGBUILD (from rev 127713, lxqt-policykit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-14 21:08:09 UTC (rev 127714)
@@ -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
+}



More information about the arch-commits mailing list