[arch-commits] Commit in obconf-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Fri Oct 11 07:18:44 UTC 2019


    Date: Friday, October 11, 2019 @ 07:18:44
  Author: yan12125
Revision: 514661

archrelease: copy trunk to community-x86_64

Added:
  obconf-qt/repos/community-x86_64/PKGBUILD
    (from rev 514660, obconf-qt/trunk/PKGBUILD)
Deleted:
  obconf-qt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-11 07:18:27 UTC (rev 514660)
+++ PKGBUILD	2019-10-11 07:18:44 UTC (rev 514661)
@@ -1,37 +0,0 @@
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=obconf-qt
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="Openbox configuration tool. Qt port of ObConf"
-arch=("x86_64")
-groups=("lxqt")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("hicolor-icon-theme" "openbox" "qt5-x11extras")
-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"
-)
-sha512sums=('44cbea3ba0372bb06c8d3be2f8646432df01bc49081b3ffa6f6dc2a0dedb6402ba5089299167f41fbc4d719876ce872113af4bbb79439c9e2dc454225e2bb530'
-            '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 \
-		-DCMAKE_INSTALL_LIBDIR=lib
-	make
-}
-
-package() {
-	cd build
-	make DESTDIR="$pkgdir" install
-}

Copied: obconf-qt/repos/community-x86_64/PKGBUILD (from rev 514660, obconf-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-11 07:18:44 UTC (rev 514661)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=obconf-qt
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="Openbox configuration tool. Qt port of ObConf"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("hicolor-icon-theme" "openbox" "qt5-x11extras")
+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"
+)
+sha512sums=('7ae4feb8daa3853f768e9cb613fc99046f98744e03efc673ee9e5cb3d4ffa2861f2a9f762acd9c54ef2b9ca3f288d2901cdcce5c09db84689dd186006b8e26ed'
+            '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