extra/libksysguard to 5.19.0-1

This commit is contained in:
Kevin Mihelich 2020-06-09 13:48:37 +00:00
parent c694f05cb7
commit 726b72c968

View file

@ -7,37 +7,31 @@
# - depend on qt5-webchannel, needed for build, pulled in by qt5-webengine
pkgname=libksysguard
pkgver=5.18.5
pkgver=5.19.0
pkgrel=1
pkgdesc='Libraries for ksysguard'
arch=(x86_64)
url='https://www.kde.org/workspaces/plasmadesktop/'
license=(LGPL)
depends=(libxres kio qt5-webchannel)
depends=(libxres kdeclarative knewstuff qt5-webchannel)
makedepends=(extra-cmake-modules kdoctools plasma-framework)
depends_aarch64=(qt5-webengine)
depends_armv7h=(qt5-webengine)
groups=(plasma)
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
sha256sums=('d4d7030a2869a546a211844aa158dcef3598386cc035a8655529938ba102440b'
sha256sums=('f026b65372aa49b1f72a7c8029cb3d7afd131de9592cc5392fe05771a4da26d3'
'SKIP')
validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <jr@jriddell.org>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson@kde.org>
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
prepare() {
mkdir -p build
}
build() {
cd build
cmake ../$pkgname-$pkgver \
cmake -B build -S $pkgname-$pkgver \
-DBUILD_TESTING=OFF
make
cmake --build build
}
package() {
cd build
make DESTDIR="$pkgdir" install
DESTDIR="$pkgdir" cmake --install build
}