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

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


    Date: Tuesday, February 26, 2019 @ 07:34:25
  Author: yan12125
Revision: 436080

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: lxqt-about/repos/community-testing-x86_64/PKGBUILD (from rev 436079, lxqt-about/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-02-26 07:34:25 UTC (rev 436080)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=lxqt-about
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="LXQt about dialog."
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org"
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("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"
+)
+sha256sums=('3a2ec7c9e8d885664602e5a7fa6f3d40e698254c27902a0fdd3cb1ce5a2bb707'
+            '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