git » sonnet.git » commit b5fc70a

Fix qt plugin install dir

author Andrea Scarpino
2014-05-18 19:27:19 UTC
committer Andrea Scarpino
2014-05-18 19:27:19 UTC
parent 486440f6cd5e9c310b92f0125f5247c53200aef2

Fix qt plugin install dir

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 8b681f5..b91502f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=sonnet
 pkgver=4.99.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Sonnet'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/sonnet'
@@ -23,6 +23,7 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
+    -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
     -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
     -DBUILD_TESTING=OFF
   make