mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/libksysguard: fix
This commit is contained in:
parent
ff62550c2b
commit
a7562b3ca6
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue