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

Jerome Leclanche jleclanche at archlinux.org
Fri Dec 16 01:59:09 UTC 2016


    Date: Friday, December 16, 2016 @ 01:59:09
  Author: jleclanche
Revision: 199642

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

Added:
  lxqt-build-tools/repos/community-i686/
  lxqt-build-tools/repos/community-i686/PKGBUILD
    (from rev 199641, lxqt-build-tools/trunk/PKGBUILD)
  lxqt-build-tools/repos/community-x86_64/
  lxqt-build-tools/repos/community-x86_64/PKGBUILD
    (from rev 199641, lxqt-build-tools/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: lxqt-build-tools/repos/community-i686/PKGBUILD (from rev 199641, lxqt-build-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-16 01:59:09 UTC (rev 199642)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-build-tools
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("i686" "x86_64")
+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 <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-x86_64/PKGBUILD (from rev 199641, lxqt-build-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-16 01:59:09 UTC (rev 199642)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-build-tools
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("i686" "x86_64")
+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 <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