From afb660f06bce8338225c531b092c1c1205239072 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 19 May 2014 04:14:09 +0000 Subject: Mon May 19 04:07:36 UTC 2014 --- extra/plasma-framework/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extra/plasma-framework/PKGBUILD') 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 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 } -- cgit v1.2.3-54-g00ecf