git » kemoticons.git » commit 6e1b583

Fix qt plugin install dir

author Andrea Scarpino
2014-05-18 19:14:10 UTC
committer Andrea Scarpino
2014-05-18 19:14:10 UTC
parent 785b910bc4e299a4fbb22020b084a2e878f13993

Fix qt plugin install dir

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 62652c6..dc7e5f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=kemoticons
 pkgver=4.99.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KEmoticons'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kemoticons'
@@ -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