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

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


    Date: Saturday, September 27, 2014 @ 11:26:51
  Author: andrea
Revision: 223394

upgpkg: attica-qt5 5.2.0-2

Fix qt mkspecs install dir

Modified:
  attica-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-27 09:26:48 UTC (rev 223393)
+++ PKGBUILD	2014-09-27 09:26:51 UTC (rev 223394)
@@ -3,7 +3,7 @@
 
 pkgname=attica-qt5
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kdesupport/attica'
 pkgdesc='A Qt5 library that implements the Open Collaboration Services API'
@@ -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