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

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


    Date: Sunday, May 18, 2014 @ 21:24:32
  Author: andrea
Revision: 213090

upgpkg: kio 4.99.0-2

Fix qt plugin install dir

Modified:
  kio/trunk/PKGBUILD	(contents, properties)

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-18 19:20:05 UTC (rev 213089)
+++ PKGBUILD	2014-05-18 19:24:32 UTC (rev 213090)
@@ -3,7 +3,7 @@
 
 pkgname=kio
 pkgver=4.99.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KIO'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kio'
@@ -26,9 +26,10 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
+    -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
     -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
-    -DBUILD_TESTING=OFF \
-    -DSYSCONF_INSTALL_DIR=/etc
+    -DSYSCONF_INSTALL_DIR=/etc \
+    -DBUILD_TESTING=OFF
   make
 }
 


Property changes on: kio/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list