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

Jerome Leclanche jleclanche at archlinux.org
Tue Oct 27 13:39:35 UTC 2015


    Date: Tuesday, October 27, 2015 @ 14:39:34
  Author: jleclanche
Revision: 145120

upgpkg: libqtxdg 1.3.0-1

Upstream release 1.3.0

Modified:
  libqtxdg/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-27 12:28:41 UTC (rev 145119)
+++ PKGBUILD	2015-10-27 13:39:34 UTC (rev 145120)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=libqtxdg
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("i686" "x86_64")
 url="http://lxqt.org"
@@ -10,8 +10,15 @@
 license=("GPL2")
 depends=("libsm" "libxkbcommon-x11" "qt5-base")
 makedepends=("cmake")
-source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=("88c9b01b56fea205226b53642833963e4f27471de3b90e93e9b650ca28d098d9")
+source=(
+	"http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"
+	"http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=(
+	"850cad7c25412f70ccc997d1f3013a788d35deae42d9c1376556dc779ea92a89"
+	"SKIP"
+)
+validpgpkeys=("169704C6FB490C6892C7F23C37E0AF1FDA48F373")
 
 
 build() {
@@ -19,8 +26,7 @@
 	cd build
 	cmake "$srcdir/$pkgname-$pkgver" \
 		-DCMAKE_INSTALL_PREFIX=/usr \
-		-DCMAKE_INSTALL_LIBDIR=lib \
-		-DUSE_QT5=true
+		-DCMAKE_INSTALL_LIBDIR=lib
 	make
 }
 



More information about the arch-commits mailing list