[arch-commits] Commit in (4 files)

Jerome Leclanche jleclanche at archlinux.org
Sun Dec 11 10:25:47 UTC 2016


    Date: Sunday, December 11, 2016 @ 10:25:47
  Author: jleclanche
Revision: 198779

lxqt-build-tools: Initial 0.3.0 release

Added:
  lxqt-build-tools/
  lxqt-build-tools/repos/
  lxqt-build-tools/trunk/
  lxqt-build-tools/trunk/PKGBUILD

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

Added: lxqt-build-tools/trunk/PKGBUILD
===================================================================
--- lxqt-build-tools/trunk/PKGBUILD	                        (rev 0)
+++ lxqt-build-tools/trunk/PKGBUILD	2016-12-11 10:25:47 UTC (rev 198779)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-build-tools
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+# depends=("")
+makedepends=("cmake")
+source=(
+	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"850124c0b76be38859745542fa45cb65191034d32b4fbc9f3399c867db69c008"
+	"SKIP"
+)
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+)
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}


Property changes on: lxqt-build-tools/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list