From 01c0f55cd7e11a1800059ac8344d939285987aa1 Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Thu, 26 Mar 2020 12:42:14 +0200 Subject: 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 --- libre/libksysguard/PKGBUILD | 8 +++----- 1 file 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 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 '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah @@ -30,8 +30,6 @@ prepare() { build() { cd build cmake ../$pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_TESTING=OFF make } -- cgit v1.2.3