mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
removed extra/libksysguard
This commit is contained in:
parent
aebbbea033
commit
7736b36e2f
2 changed files with 0 additions and 49 deletions
|
@ -1,40 +0,0 @@
|
|||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
# Contributor: Andrea Scarpino <andrea@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove qt5-webengine dependency for v5/v6
|
||||
# - depend on qt5-webchannel, needed for build, pulled in by qt5-webengine
|
||||
|
||||
pkgname=libksysguard
|
||||
pkgver=5.23.5
|
||||
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)
|
||||
conflicts=('ksysguard<5.21.90')
|
||||
groups=(plasma)
|
||||
source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
|
||||
install=libksysguard.install
|
||||
sha256sums=('3030a6d579b8c2bd713677f1bd32dafaaf8ff2237b8be2177d7c9f3f677ec1bf'
|
||||
'SKIP')
|
||||
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org>
|
||||
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
|
||||
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson@kde.org>
|
||||
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
-DCMAKE_INSTALL_LIBEXECDIR=lib \
|
||||
-DBUILD_TESTING=OFF
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
}
|
|
@ -1,9 +0,0 @@
|
|||
post_install() {
|
||||
# this is executed by make install, but doesn't work since setcap can only be run as root
|
||||
setcap CAP_NET_RAW=+ep /usr/lib/ksysguard/ksgrd_network_helper
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
Loading…
Reference in a new issue