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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sat Apr 16 14:48:18 UTC 2022


    Date: Saturday, April 16, 2022 @ 14:48:18
  Author: yan12125
Revision: 1186666

archrelease: copy trunk to community-testing-any

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

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

Copied: lxqt-build-tools/repos/community-testing-any/PKGBUILD (from rev 1186665, lxqt-build-tools/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2022-04-16 14:48:18 UTC (rev 1186666)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Co-Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=lxqt-build-tools
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("any")
+url="https://github.com/lxqt/$pkgname"
+license=("LGPL2.1")
+depends=("cmake" "qt5-tools" "git" "perl")
+source=(
+	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=('dd5d49e59f9b0552cb40118eb28a463f630b5de6e626b2910410b54ef3bcc1b9'
+            'SKIP')
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+	"19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang <tsujan2000 at gmail.com>
+)
+
+
+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