[arch-commits] Commit in frameworkintegration/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sun May 18 18:58:17 UTC 2014
Date: Sunday, May 18, 2014 @ 20:58:17
Author: andrea
Revision: 213066
upgpkg: frameworkintegration 4.99.0-2
Fix qt plugin install dir
Modified:
frameworkintegration/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-18 18:55:40 UTC (rev 213065)
+++ PKGBUILD 2014-05-18 18:58:17 UTC (rev 213066)
@@ -3,7 +3,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'
@@ -24,6 +24,7 @@
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \
+ -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
-DBUILD_TESTING=OFF
make
}
More information about the arch-commits
mailing list