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

Antonio Rojas arojas at archlinux.org
Wed Jul 19 09:15:25 UTC 2017


    Date: Wednesday, July 19, 2017 @ 09:15:24
  Author: arojas
Revision: 300820

Make sure the kdewebkit plugin is not built (FS#54540)

Modified:
  kdesignerplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-19 08:44:20 UTC (rev 300819)
+++ PKGBUILD	2017-07-19 09:15:24 UTC (rev 300820)
@@ -4,7 +4,7 @@
 
 pkgname=kdesignerplugin
 pkgver=5.36.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
 arch=(i686 x86_64)
 url='https://community.kde.org/Frameworks'
@@ -27,7 +27,8 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
+    -DBUILD_TESTING=OFF \
+    -DKF5WebKit_FOUND=OFF
   make
 }
 



More information about the arch-commits mailing list