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

Antonio Rojas arojas at archlinux.org
Sun Nov 22 18:32:26 UTC 2015


    Date: Sunday, November 22, 2015 @ 19:32:26
  Author: arojas
Revision: 251890

Fix plugin install dir

Modified:
  kaccounts-providers/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-22 16:12:43 UTC (rev 251889)
+++ PKGBUILD	2015-11-22 18:32:26 UTC (rev 251890)
@@ -3,7 +3,7 @@
 
 pkgname=kaccounts-providers
 pkgver=15.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc='Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
 Jabber and others'
 arch=('i686' 'x86_64')
@@ -25,7 +25,8 @@
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_LIBDIR=lib
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }
 



More information about the arch-commits mailing list