git » kdesignerplugin.git » commit 9689535

Reenable kdewebkit designer plugin

author Antonio Rojas
2017-11-04 16:59:01 UTC
committer Antonio Rojas
2017-11-04 16:59:01 UTC
parent b177af1a7eea3a1ada00a03a9f185d65b02e785f

Reenable kdewebkit designer plugin

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index 774156b..e657072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
 
 pkgname=kdesignerplugin
 pkgver=5.39.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
 arch=(i686 x86_64)
 url='https://community.kde.org/Frameworks'
 license=(LGPL)
-depends=(kplotting kio) # kdewebkit https://bugs.archlinux.org/task/54540
-makedepends=(extra-cmake-modules qt5-tools kdoctools python)
+depends=(kplotting kio)
+makedepends=(extra-cmake-modules qt5-tools kdoctools kdewebkit python)
+optdepends=('kdewebkit: KDEWebKit plugin')
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('ee9c33c583caa1209b112119b2ba6c1f3c14f015b6bafd6e54c97acd8db1f9ac'
@@ -26,8 +27,7 @@ build() {
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF \
-    -DKF5WebKit_FOUND=OFF
+    -DBUILD_TESTING=OFF
   make
 }