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

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


    Date: Sunday, May 18, 2014 @ 21:02:18
  Author: andrea
Revision: 213072

upgpkg: krunner 4.99.0-3

Fix qml install dir

Modified:
  krunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-18 19:00:57 UTC (rev 213071)
+++ PKGBUILD	2014-05-18 19:02:18 UTC (rev 213072)
@@ -3,7 +3,7 @@
 
 pkgname=krunner
 pkgver=4.99.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Framework for providing different actions given a string query'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/krunner'
@@ -24,6 +24,7 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
+    -DQML_INSTALL_DIR=lib/qt/qml \
     -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
     -DBUILD_TESTING=OFF
   make




More information about the arch-commits mailing list