# Maintainer: Felix Yan # Maintainer: Antonio Rojas # Contributor: Andrea Scarpino _pkgname=libksysguard pkgname=libksysguard-light pkgver=5.27.10 pkgrel=1 pkgdesc='Libraries for ksysguard to retrieve information on the current status of computer hardware without the big dependency on qt5-webengine' arch=(x86_64) url=' https://kde.org/plasma-desktop/' license=(LGPL) depends=(libxres knewstuff5) makedepends=(extra-cmake-modules kdoctools5 qt5-tools) conflicts=(libksysguard 'ksysguard<5.21.90') groups=(plasma) replaces=(libksysguard) provides=(libksysguard) source=(https://download.kde.org/stable/plasma/$pkgver/$_pkgname-$pkgver.tar.xz{,.sig}) install=libksysguard.install sha256sums=('17fc33b028cb272391b68c46e93b2d806d8254e6af9399d61375d49041ff3ce5' 'SKIP') validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin build() { cmake -B build -S $_pkgname-$pkgver \ -DCMAKE_INSTALL_LIBEXECDIR=lib \ -DBUILD_TESTING=OFF cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }