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

Andrea Scarpino andrea at archlinux.org
Fri Oct 3 07:12:18 UTC 2014


    Date: Friday, October 3, 2014 @ 09:12:18
  Author: andrea
Revision: 223799

upgpkg: kauth 5.2.0-4

QT_PLUGIN_INSTALL_DIR is needed because of FS#42194

Modified:
  kauth/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-03 07:09:03 UTC (rev 223798)
+++ PKGBUILD	2014-10-03 07:12:18 UTC (rev 223799)
@@ -3,7 +3,7 @@
 
 pkgname=kauth
 pkgver=5.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='KAuth'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kauth'
@@ -20,11 +20,13 @@
 
 build() {
   cd build
+  # QT_PLUGIN_INSTALL_DIR is needed because of FS#42194
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
     -DSYSCONF_INSTALL_DIR=/etc \
     -DBUILD_TESTING=OFF
   make



More information about the arch-commits mailing list