extra/libksysguard: fix

This commit is contained in:
Kevin Mihelich 2019-12-03 19:59:48 +00:00
parent ff62550c2b
commit a7562b3ca6

View file

@ -4,6 +4,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - remove qt5-webengine dependency for v5/v6
# - depend on qt5-webchannel, needed for build, pulled in by qt5-webengine
pkgname=libksysguard
pkgver=5.17.4
@ -12,7 +13,7 @@ pkgdesc='Libraries for ksysguard'
arch=(x86_64)
url='https://www.kde.org/workspaces/plasmadesktop/'
license=(LGPL)
depends=(libxres kio)
depends=(libxres kio qt5-webchannel)
makedepends=(extra-cmake-modules kdoctools plasma-framework)
depends_aarch64=(qt5-webengine)
depends_armv7h=(qt5-webengine)