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

Antonio Rojas arojas at archlinux.org
Sat Apr 2 17:02:44 UTC 2016


    Date: Saturday, April 2, 2016 @ 19:02:44
  Author: arojas
Revision: 169262

Fix plugin install dir

Modified:
  zanshin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-02 17:01:54 UTC (rev 169261)
+++ PKGBUILD	2016-04-02 17:02:44 UTC (rev 169262)
@@ -3,7 +3,7 @@
 
 pkgname=zanshin
 pkgver=0.3.81
-pkgrel=1
+pkgrel=2
 pkgdesc="To-do management application for KDE based on Akonadi"
 arch=(i686 x86_64)
 url="http://zanshin.kde.org"
@@ -24,6 +24,7 @@
 	-DCMAKE_INSTALL_PREFIX=/usr \
 	-DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_LIBDIR=lib \
+        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
         -DBUILD_TESTING=OFF
   make
 }



More information about the arch-commits mailing list