[arch-commits] Commit in obconf-qt/trunk (PKGBUILD)

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


    Date: Friday, October 11, 2019 @ 07:18:27
  Author: yan12125
Revision: 514660

upgpkg: obconf-qt 0.14.1-1

* github.com/lxde -> github.com/lxqt
* Add myself as a maintainer
* Remove no longer needed -DCMAKE_INSTALL_LIBDIR=lib. See https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/cmake&id=26b053e768072197c4ce326fd620f5ab01d74407
* Correct the license. It's GPL2 https://github.com/lxqt/obconf-qt/blob/master/COPYING

Modified:
  obconf-qt/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-11 07:01:16 UTC (rev 514659)
+++ PKGBUILD	2019-10-11 07:18:27 UTC (rev 514660)
@@ -1,20 +1,21 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=obconf-qt
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="Openbox configuration tool. Qt port of ObConf"
 arch=("x86_64")
 groups=("lxqt")
 url="http://lxqt.org"
-license=("LGPL2.1")
+license=("GPL2")
 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"
+	"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=('44cbea3ba0372bb06c8d3be2f8646432df01bc49081b3ffa6f6dc2a0dedb6402ba5089299167f41fbc4d719876ce872113af4bbb79439c9e2dc454225e2bb530'
+sha512sums=('7ae4feb8daa3853f768e9cb613fc99046f98744e03efc673ee9e5cb3d4ffa2861f2a9f762acd9c54ef2b9ca3f288d2901cdcce5c09db84689dd186006b8e26ed'
             'SKIP')
 validpgpkeys=(
 	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
@@ -26,8 +27,7 @@
 	mkdir -p build
 	cd build
 	cmake "$srcdir/$pkgname-$pkgver" \
-		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_INSTALL_LIBDIR=lib
+		-DCMAKE_INSTALL_PREFIX=/usr
 	make
 }
 



More information about the arch-commits mailing list