[arch-commits] Commit in lxqt-build-tools/repos (community-any community-any/PKGBUILD)

2017-01-17 Thread Jerome Leclanche
Date: Tuesday, January 17, 2017 @ 09:28:59
  Author: jleclanche
Revision: 207683

archrelease: copy trunk to community-any

Added:
  lxqt-build-tools/repos/community-any/
  lxqt-build-tools/repos/community-any/PKGBUILD
(from rev 207682, lxqt-build-tools/trunk/PKGBUILD)

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

Copied: lxqt-build-tools/repos/community-any/PKGBUILD (from rev 207682, 
lxqt-build-tools/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-17 09:28:59 UTC (rev 207683)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-build-tools
+pkgver=0.3.2
+pkgrel=2
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("LGPL2.1")
+makedepends=("cmake" "qt5-tools")
+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=(
+   "726fca2597fb438cc6dcdea1b9e34d719ff0fa371fcd9a304c608e425ff364ef"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in lxqt-build-tools/repos (community-any community-any/PKGBUILD)

2016-12-11 Thread Jerome Leclanche
Date: Sunday, December 11, 2016 @ 10:29:11
  Author: jleclanche
Revision: 198781

archrelease: copy trunk to community-any

Added:
  lxqt-build-tools/repos/community-any/
  lxqt-build-tools/repos/community-any/PKGBUILD
(from rev 198780, lxqt-build-tools/trunk/PKGBUILD)

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

Copied: lxqt-build-tools/repos/community-any/PKGBUILD (from rev 198780, 
lxqt-build-tools/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-12-11 10:29:11 UTC (rev 198781)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+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")
+makedepends=("cmake" "qt5-tools")
+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 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}