mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libksysguard: update to 6.1.3.
This commit is contained in:
parent
a702b0cd3a
commit
597f00a1de
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libksysguard'
|
# Template file for 'libksysguard'
|
||||||
pkgname=libksysguard
|
pkgname=libksysguard
|
||||||
version=6.1.1
|
version=6.1.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
|
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||||
|
@ -17,7 +17,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/plasma/libksysguard"
|
homepage="https://invent.kde.org/plasma/libksysguard"
|
||||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=bc1ed804373865d3de51e5e1cf7ad11c4b71ea131110a3940725b04332caee52
|
checksum=6ae86313aa63d33d5fbe7f8b914802ce6c6ef75dee8c009fe1ae4d5f5b5bffa4
|
||||||
|
|
||||||
build_options="webengine"
|
build_options="webengine"
|
||||||
|
|
||||||
|
@ -27,6 +27,11 @@ if [ "$XBPS_TARGET_ENDIAN" = "le" ] &&
|
||||||
build_options_default=webengine
|
build_options_default=webengine
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
cd build
|
||||||
|
ctest -E "processdatamodeltest|cgrouptest"
|
||||||
|
}
|
||||||
|
|
||||||
libksysguard-devel_package() {
|
libksysguard-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
depends="libsensors-devel kf6-ki18n-devel
|
depends="libsensors-devel kf6-ki18n-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue