git » kauth.git » commit 8f8d394

QT_PLUGIN_INSTALL_DIR is needed because of FS#42194

author Andrea Scarpino
2014-10-03 07:12:18 UTC
committer Andrea Scarpino
2014-10-03 07:12:18 UTC
parent cbe6211018930375552b0948f570837c8a09d8e9

QT_PLUGIN_INSTALL_DIR is needed because of FS#42194

PKGBUILD +3 -1

diff --git a/PKGBUILD b/PKGBUILD
index 6118a79..d64344c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,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'
@@ -19,11 +19,13 @@ prepare() {
 
 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