git » kemoticons.git » commit eb454f4

Fix qt mkspecs install dir

author Andrea Scarpino
2014-09-27 09:31:00 UTC
committer Andrea Scarpino
2014-09-27 09:31:00 UTC
parent c234d242cf6ecf9c97df3f31f631a7fa7e57e4f4

Fix qt mkspecs install dir

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 463901a..cfeae43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=kemoticons
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KEmoticons'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kemoticons'
@@ -23,8 +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 \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DBUILD_TESTING=OFF
   make
 }