[arch-commits] Commit in lxqt-build-tools/repos/community-any (PKGBUILD PKGBUILD)
Jerome Leclanche
jleclanche at archlinux.org
Tue Jan 17 09:31:11 UTC 2017
Date: Tuesday, January 17, 2017 @ 09:31:11
Author: jleclanche
Revision: 207687
archrelease: copy trunk to community-any
Added:
lxqt-build-tools/repos/community-any/PKGBUILD
(from rev 207686, lxqt-build-tools/trunk/PKGBUILD)
Deleted:
lxqt-build-tools/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-17 09:30:04 UTC (rev 207686)
+++ PKGBUILD 2017-01-17 09:31:11 UTC (rev 207687)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-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 <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
-}
Copied: lxqt-build-tools/repos/community-any/PKGBUILD (from rev 207686, lxqt-build-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-01-17 09:31:11 UTC (rev 207687)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+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 <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
+}
More information about the arch-commits
mailing list