git » kdesignerplugin.git » commit 1c21aad

Remove kdewebkit designer plugin (FS#54540)

author Antonio Rojas
2017-07-05 18:54:10 UTC
committer Antonio Rojas
2017-07-05 18:54:10 UTC
parent 08d542b25b2e5cc3c0ac5a3f1ed5b2b85478799c

Remove kdewebkit designer plugin (FS#54540)

PKGBUILD +9 -9

diff --git a/PKGBUILD b/PKGBUILD
index 1254f14..1990be2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
 
 pkgname=kdesignerplugin
 pkgver=5.35.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kplotting' 'kdewebkit')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+license=(LGPL)
+depends=(kplotting kio) # kdewebkit https://bugs.archlinux.org/task/54540
+makedepends=(extra-cmake-modules qt5-tools kdoctools python)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('09dd6fa3b90440932f35be22855c1250dc5c0a3f265f3b3b9b2957b9bc03322a'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
@@ -22,7 +22,7 @@ prepare() {
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \
@@ -32,5 +32,5 @@ build() {
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }