git » kdesignerplugin.git » commit 5fc6d29

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

author Antonio Rojas
2017-07-19 09:15:24 UTC
committer Antonio Rojas
2017-07-19 09:15:24 UTC
parent c12e9eca7cfcbb400409eb6af96b44f5c2614379

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

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index 5332818..c472b51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,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'
@@ -26,7 +26,8 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
+    -DBUILD_TESTING=OFF \
+    -DKF5WebKit_FOUND=OFF
   make
 }