git » kcoreaddons.git » commit cee561e

Fix qt mkspecs install dir

author Andrea Scarpino
2014-09-27 09:26:39 UTC
committer Andrea Scarpino
2014-09-27 09:26:39 UTC
parent d94940e7bf04934c5e9be0c34f1bb2b3aae32fa2

Fix qt mkspecs install dir

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index e59bea8..acfd743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=kcoreaddons
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KCoreAddons'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kcoreaddons'
@@ -10,7 +10,7 @@ license=('LGPL')
 depends=('qt5-base' 'shared-mime-info' 'gamin')
 makedepends=('extra-cmake-modules' 'qt5-tools')
 groups=('kf5')
-install=kcoreaddons.install
+install=${pkgname}.install
 source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")
 md5sums=('142078de1aeaf29ba9fd91f71ece7cf7')
 
@@ -24,7 +24,7 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
-    -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
     -DBUILD_TESTING=OFF
   make