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

Antonio Rojas arojas at archlinux.org
Fri Aug 14 07:41:01 UTC 2015


    Date: Friday, August 14, 2015 @ 09:41:01
  Author: arojas
Revision: 243669

Fix plugin install dir

Modified:
  kwayland-integration/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-14 07:38:34 UTC (rev 243668)
+++ PKGBUILD	2015-08-14 07:41:01 UTC (rev 243669)
@@ -3,7 +3,7 @@
 
 pkgname=kwayland-integration
 pkgver=5.3.95
-pkgrel=1
+pkgrel=2
 pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system'
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
@@ -24,6 +24,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