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

Chih-Hsuan Yen yan12125 at archlinux.org
Tue Feb 26 07:54:07 UTC 2019


    Date: Tuesday, February 26, 2019 @ 07:54:05
  Author: yan12125
Revision: 436088

archrelease: copy trunk to community-testing-x86_64

Added:
  lxqt-admin/repos/community-testing-x86_64/
  lxqt-admin/repos/community-testing-x86_64/PKGBUILD
    (from rev 436087, lxqt-admin/trunk/PKGBUILD)

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

Copied: lxqt-admin/repos/community-testing-x86_64/PKGBUILD (from rev 436087, lxqt-admin/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-02-26 07:54:05 UTC (rev 436088)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=lxqt-admin
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="LXQt system administration tool."
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org"
+license=("LGPL2.1")
+depends=("qt5-base" "liblxqt" "kwindowsystem" "polkit-qt5")
+makedepends=("cmake" "qt5-tools" "lxqt-build-tools")
+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"
+)
+sha512sums=('bd6272a3042a71e9e00b2ba10be2575649c2d2750a4e00a6e11adaae6b91ccab5e3cf79a8ceb7bfbe808ec80c139b93e02cd96990f80b68a77a974c063e6a373'
+            '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