summaryrefslogtreecommitdiff
path: root/extra/frameworkintegration
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-05-19 04:14:09 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-05-19 04:14:09 +0000
commitafb660f06bce8338225c531b092c1c1205239072 (patch)
tree8cad5584354b274da4456842a0ea47eb0069027a /extra/frameworkintegration
parent423ae5a5a1cd103d57b8cb52279533b3011f42d8 (diff)
Mon May 19 04:07:36 UTC 2014
Diffstat (limited to 'extra/frameworkintegration')
-rw-r--r--extra/frameworkintegration/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/frameworkintegration/PKGBUILD b/extra/frameworkintegration/PKGBUILD
index 358029750..623844c3b 100644
--- a/extra/frameworkintegration/PKGBUILD
+++ b/extra/frameworkintegration/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 212914 2014-05-16 22:31:11Z andrea $
+# $Id: PKGBUILD 213067 2014-05-18 18:58:27Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
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'
@@ -24,6 +24,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
}