mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/libksysguard to 5.19.1-1
This commit is contained in:
parent
ba25494176
commit
f389095763
1 changed files with 5 additions and 11 deletions
|
@ -7,8 +7,8 @@
|
||||||
# - depend on qt5-webchannel, needed for build, pulled in by qt5-webengine
|
# - depend on qt5-webchannel, needed for build, pulled in by qt5-webengine
|
||||||
|
|
||||||
pkgname=libksysguard
|
pkgname=libksysguard
|
||||||
pkgver=5.19.0
|
pkgver=5.19.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Library to retrieve information on the current status of computer hardware'
|
pkgdesc='Library to retrieve information on the current status of computer hardware'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.kde.org/workspaces/plasmadesktop/'
|
url='https://www.kde.org/workspaces/plasmadesktop/'
|
||||||
|
@ -18,20 +18,14 @@ makedepends=(extra-cmake-modules kdoctools plasma-framework)
|
||||||
depends_aarch64=(qt5-webengine)
|
depends_aarch64=(qt5-webengine)
|
||||||
depends_armv7h=(qt5-webengine)
|
depends_armv7h=(qt5-webengine)
|
||||||
groups=(plasma)
|
groups=(plasma)
|
||||||
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
|
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
|
||||||
libksysguard-dbus-name.patch::"https://invent.kde.org/plasma/libksysguard/-/commit/27da06df.patch")
|
sha256sums=('1e70a68b2d7eb3712d1762166a2dca45796b923aa9d07425cf755065b1f0222b'
|
||||||
sha256sums=('f026b65372aa49b1f72a7c8029cb3d7afd131de9592cc5392fe05771a4da26d3'
|
'SKIP')
|
||||||
'SKIP'
|
|
||||||
'50054408ed31642bd543f6e103cd7fb241ad1eba74102c68269c4d0459b396c6')
|
|
||||||
validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <jr@jriddell.org>
|
validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <jr@jriddell.org>
|
||||||
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
|
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
|
||||||
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson@kde.org>
|
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson@kde.org>
|
||||||
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
|
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
|
||||||
|
|
||||||
prepare() {
|
|
||||||
patch -d $pkgname-$pkgver -p1 -i ../libksysguard-dbus-name.patch # Fix ksystemstats dbus interface name
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $pkgname-$pkgver \
|
cmake -B build -S $pkgname-$pkgver \
|
||||||
-DBUILD_TESTING=OFF
|
-DBUILD_TESTING=OFF
|
||||||
|
|
Loading…
Reference in a new issue