author | Andrea Scarpino
<andrea@archlinux.org> 2014-05-18 18:58:17 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2014-05-18 18:58:17 UTC |
parent | afeca324f4631c875588080511244b9afb9dc8dc |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 4d67bf9..12fb48a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=frameworkintegration pkgver=4.99.0 -pkgrel=1 +pkgrel=2 pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/frameworks/frameworkintegration' @@ -23,6 +23,7 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \ -DBUILD_TESTING=OFF make }