diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-19 04:14:09 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-19 04:14:09 +0000 |
commit | afb660f06bce8338225c531b092c1c1205239072 (patch) | |
tree | 8cad5584354b274da4456842a0ea47eb0069027a /extra/plasma-framework | |
parent | 423ae5a5a1cd103d57b8cb52279533b3011f42d8 (diff) |
Mon May 19 04:07:36 UTC 2014
Diffstat (limited to 'extra/plasma-framework')
-rw-r--r-- | extra/plasma-framework/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/plasma-framework/PKGBUILD b/extra/plasma-framework/PKGBUILD index 6cde1479f..d95ed4a70 100644 --- a/extra/plasma-framework/PKGBUILD +++ b/extra/plasma-framework/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 213026 2014-05-17 12:53:28Z andrea $ +# $Id: PKGBUILD 213075 2014-05-18 19:05:31Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=plasma-framework pkgver=4.99.0 -pkgrel=2 +pkgrel=3 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/playground/libs/plasma-framework' @@ -24,6 +24,8 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ + -DQML_INSTALL_DIR=lib/qt/qml \ + -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \ -DBUILD_TESTING=OFF make } |