author | Andrea Scarpino
<andrea@archlinux.org> 2014-09-27 09:29:28 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2014-09-27 09:29:28 UTC |
parent | 5f02809977a802e2f328939c0f01e5a051ff123d |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 5fd1868..ad92771 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=kconfigwidgets pkgver=5.2.0 -pkgrel=1 +pkgrel=2 pkgdesc='Widgets for KConfig' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/frameworks/kconfigwidgets' @@ -23,7 +23,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