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

Andrea Scarpino andrea at archlinux.org
Sat Sep 27 09:27:24 UTC 2014


    Date: Saturday, September 27, 2014 @ 11:27:23
  Author: andrea
Revision: 223398

upgpkg: karchive 5.2.0-2

Fix qt mkspecs install dir

Modified:
  karchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-27 09:27:21 UTC (rev 223397)
+++ PKGBUILD	2014-09-27 09:27:23 UTC (rev 223398)
@@ -3,7 +3,7 @@
 
 pkgname=karchive
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt 5 addon providing access to numerous types of archives'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/karchive'
@@ -24,7 +24,7 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
-    -DECM_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DBUILD_TESTING=OFF
   make
 }



More information about the arch-commits mailing list