[arch-commits] Commit in lxqt-common/repos/community-any (PKGBUILD PKGBUILD)

Jerome Leclanche jleclanche at archlinux.org
Tue Jan 17 09:23:14 UTC 2017


    Date: Tuesday, January 17, 2017 @ 09:23:13
  Author: jleclanche
Revision: 207679

archrelease: copy trunk to community-any

Added:
  lxqt-common/repos/community-any/PKGBUILD
    (from rev 207678, lxqt-common/trunk/PKGBUILD)
Deleted:
  lxqt-common/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-17 09:13:31 UTC (rev 207678)
+++ PKGBUILD	2017-01-17 09:23:13 UTC (rev 207679)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=lxqt-common
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Common data to run a LXQt session."
-arch=("any")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils" "ttf-font")
-makedepends=("cmake" "lxqt-build-tools" "qt5-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=(
-	"04680dbb63e69a272ec8f573d34a8bdb7c7c9ff14f4d0e16115b14f6fbd6b32e"
-	"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-common/repos/community-any/PKGBUILD (from rev 207678, lxqt-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-17 09:23:13 UTC (rev 207679)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lxqt-common
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="Common data to run a LXQt session."
+arch=("any")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("LGPL2.1")
+depends=("qt5-svg" "hicolor-icon-theme" "xdg-utils" "ttf-font")
+makedepends=("cmake" "lxqt-build-tools" "qt5-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=(
+	"1c0520208a582b557d38926a92cc9d321a6402e77f40cfd47c727da9aa70f1d6"
+	"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