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

Andrea Scarpino andrea at archlinux.org
Sat Sep 27 09:27:44 UTC 2014


    Date: Saturday, September 27, 2014 @ 11:27:43
  Author: andrea
Revision: 223400

upgpkg: kauth 5.2.0-2

Fix qt mkspecs install dir

Modified:
  kauth/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-27 09:27:40 UTC (rev 223399)
+++ PKGBUILD	2014-09-27 09:27:43 UTC (rev 223400)
@@ -3,7 +3,7 @@
 
 pkgname=kauth
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -24,8 +24,7 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
-    -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
-    -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DSYSCONF_INSTALL_DIR=/etc \
     -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
     -DBUILD_TESTING=OFF



More information about the arch-commits mailing list