[arch-commits] Commit in kwayland/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Aug 18 07:23:50 UTC 2015


    Date: Tuesday, August 18, 2015 @ 09:23:50
  Author: arojas
Revision: 243853

Fix .pri files install dir

Modified:
  kwayland/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-18 06:09:39 UTC (rev 243852)
+++ PKGBUILD	2015-08-18 07:23:50 UTC (rev 243853)
@@ -5,7 +5,7 @@
 
 pkgname=kwayland
 pkgver=5.3.95
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -25,6 +25,7 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
     -DBUILD_TESTING=OFF
   make
 }



More information about the arch-commits mailing list