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

Chih-Hsuan Yen yan12125 at archlinux.org
Mon Feb 25 07:55:40 UTC 2019


    Date: Monday, February 25, 2019 @ 07:55:38
  Author: yan12125
Revision: 435652

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: lxqt-runner/repos/community-testing-x86_64/PKGBUILD (from rev 435651, lxqt-runner/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-02-25 07:55:38 UTC (rev 435652)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-runner
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="The LXQt application launcher"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org"
+license=("LGPL2.1")
+depends=("lxqt-globalkeys" "muparser")
+makedepends=("lxqt-build-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=('7591fae6b2a99bde838e8485517f3f0d45418b6732e87fb38473c7eba13ec8b0'
+            '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