mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libksysguard to 5.22.1-1
This commit is contained in:
parent
e2b53d589c
commit
76a58fbc75
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.22.0
|
pkgver=5.22.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://kde.org/plasma-desktop/'
|
url='https://kde.org/plasma-desktop/'
|
||||||
|
@ -19,21 +19,15 @@ depends_aarch64=(qt5-webengine)
|
||||||
depends_armv7h=(qt5-webengine)
|
depends_armv7h=(qt5-webengine)
|
||||||
conflicts=('ksysguard<5.21.90')
|
conflicts=('ksysguard<5.21.90')
|
||||||
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})
|
||||||
https://invent.kde.org/plasma/libksysguard/-/commit/9dc314d8.patch)
|
|
||||||
install=libksysguard.install
|
install=libksysguard.install
|
||||||
sha256sums=('a2d3973aaf7d5c4a1cb6dd463ec8183dd4e9a6c6b851df4b8824f8dd562607a9'
|
sha256sums=('5a60639a385c3e83a40c17f1c6469b7473f5551fe9379543d98ec0068adca476'
|
||||||
'SKIP'
|
'SKIP')
|
||||||
'2e0ddf9cc5c9aa52e8f559100543148ceec9c7aaacdb64b49fe54827a94d2f1d')
|
|
||||||
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 < 9dc314d8.patch # Fix network monitor applet
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S $pkgname-$pkgver \
|
cmake -B build -S $pkgname-$pkgver \
|
||||||
-DCMAKE_INSTALL_LIBEXECDIR=lib \
|
-DCMAKE_INSTALL_LIBEXECDIR=lib \
|
||||||
|
|
Loading…
Reference in a new issue