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

Antonio Rojas arojas at archlinux.org
Mon Dec 7 13:17:16 UTC 2015


    Date: Monday, December 7, 2015 @ 14:17:16
  Author: arojas
Revision: 149874

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: lxqt-policykit/repos/community-staging-i686/PKGBUILD (from rev 149873, lxqt-policykit/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 13:17:16 UTC (rev 149874)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-policykit
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="The LXQt policykit authentication agent"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("liblxqt" "polkit-qt5")
+makedepends=("cmake" "qt5-tools")
+source=(
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr 
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}

Copied: lxqt-policykit/repos/community-staging-x86_64/PKGBUILD (from rev 149873, lxqt-policykit/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 13:17:16 UTC (rev 149874)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-policykit
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="The LXQt policykit authentication agent"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("liblxqt" "polkit-qt5")
+makedepends=("cmake" "qt5-tools")
+source=(
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"c8a1843d30697030ecdcf6d328351f954c0349633106d389e2d2e678176c28ce"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr 
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list