author | Andrea Scarpino
<andrea@archlinux.org> 2014-09-27 09:34:19 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2014-09-27 09:34:19 UTC |
parent | a947e4965a254f07e2c7d61849c856e8cbe26cf1 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 7bad4fd..c319e73 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=knotifications pkgver=5.2.0 -pkgrel=1 +pkgrel=2 pkgdesc='KNotifications' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/frameworks/knotifications' @@ -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