[arch-commits] Commit in plasma-framework/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun May 18 19:05:16 UTC 2014


    Date: Sunday, May 18, 2014 @ 21:05:16
  Author: andrea
Revision: 213074

upgpkg: plasma-framework 4.99.0-3

Fix qt and qml install dir

Modified:
  plasma-framework/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-18 19:02:30 UTC (rev 213073)
+++ PKGBUILD	2014-05-18 19:05:16 UTC (rev 213074)
@@ -3,7 +3,7 @@
 
 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 @@
     -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
 }




More information about the arch-commits mailing list