diff options
author | grizzlyuser <grizzlyuser@protonmail.com> | 2020-03-26 12:42:14 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2020-03-26 18:49:16 +0100 |
commit | 01c0f55cd7e11a1800059ac8344d939285987aa1 (patch) | |
tree | cc8cb8811737c110e0ae590658d73901aab59688 | |
parent | 1b11366a6e7346e057b52ec7d4ac0ec98c6d6987 (diff) | |
download | abslibre-01c0f55cd7e11a1800059ac8344d939285987aa1.tar.gz abslibre-01c0f55cd7e11a1800059ac8344d939285987aa1.tar.bz2 abslibre-01c0f55cd7e11a1800059ac8344d939285987aa1.zip |
libre/libksysguard: Sync with Arch Linux package version 5.18.3-1, add missing dependency
It won't build without qt5-webchannel that is now required if building
without qt5-webengine.
Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
-rw-r--r-- | libre/libksysguard/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libre/libksysguard/PKGBUILD b/libre/libksysguard/PKGBUILD index 5f052ec5e..7435b778c 100644 --- a/libre/libksysguard/PKGBUILD +++ b/libre/libksysguard/PKGBUILD @@ -3,7 +3,7 @@ # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> pkgname=libksysguard -pkgver=5.15.4 +pkgver=5.18.3 pkgrel=1 pkgrel+=.parabola1 pkgdesc='Libraries for ksysguard' @@ -12,11 +12,11 @@ arch=(x86_64) arch+=(i686 armv7h) url='https://www.kde.org/workspaces/plasmadesktop/' license=(LGPL) -depends=(libxres kio) +depends=(libxres kio qt5-webchannel) makedepends=(extra-cmake-modules kdoctools plasma-framework) groups=(plasma) source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('e4476b180f0f342d83ce1097ae10b1b9c88160b0c7fc9432259402ebbbdf4a14' +sha256sums=('d46113b835cfa7561c7ebb1be5ae89200196befe77c9a53981b18141da381f81' 'SKIP') validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <jr@jriddell.org> '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org> @@ -30,8 +30,6 @@ prepare() { build() { cd build cmake ../$pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF make } |