[arch-commits] Commit in lxqt-runner/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Wed May 30 05:24:58 UTC 2018


    Date: Wednesday, May 30, 2018 @ 05:24:58
  Author: jleclanche
Revision: 333285

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 05:24:46 UTC (rev 333284)
+++ PKGBUILD	2018-05-30 05:24:58 UTC (rev 333285)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-runner
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="The LXQt application launcher"
-arch=("x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("lxqt-globalkeys" "menu-cache" "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=(
-	"912a8a36158c1b37ebb9f29cfe0f0ea317fb1359373c0dd47f872ecc9a334f37"
-	"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-runner/repos/community-x86_64/PKGBUILD (from rev 333284, lxqt-runner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 05:24:58 UTC (rev 333285)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-runner
+pkgver=0.13.0
+pkgrel=2
+pkgdesc="The LXQt application launcher"
+arch=("x86_64")
+groups=("lxqt")
+url="http://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=(
+	"912a8a36158c1b37ebb9f29cfe0f0ea317fb1359373c0dd47f872ecc9a334f37"
+	"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