# Maintainer: Felix Yan # Maintainer: Antonio Rojas # Contributor: Andrea Scarpino # ALARM: Kevin Mihelich # - remove qt5-webengine dependency for v5/v6 # - depend on qt5-webchannel, needed for build, pulled in by qt5-webengine pkgname=libksysguard pkgver=5.21.3.1 pkgrel=1 pkgdesc='Library to retrieve information on the current status of computer hardware' arch=(x86_64) url='https://kde.org/plasma-desktop/' license=(LGPL) depends=(libxres kdeclarative knewstuff qt5-webchannel) makedepends=(extra-cmake-modules kdoctools qt5-tools) depends_aarch64=(qt5-webengine) depends_armv7h=(qt5-webengine) groups=(plasma) source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) sha256sums=('e370db775b575106f9d228596d3aa0da3ba568da9c2cf76de6e1d8ab60945e59' 'SKIP') validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }