mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
plasma-systemmonitor: fix kirigami dependencies
This commit is contained in:
parent
d076ad71a0
commit
0afadd532f
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'plasma-systemmonitor'
|
# Template file for 'plasma-systemmonitor'
|
||||||
pkgname=plasma-systemmonitor
|
pkgname=plasma-systemmonitor
|
||||||
version=6.2.0
|
version=6.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
|
||||||
-DKDE_INSTALL_QMLDIR=lib/qt6/qml"
|
-DKDE_INSTALL_QMLDIR=lib/qt6/qml"
|
||||||
|
@ -9,8 +9,9 @@ hostmakedepends="extra-cmake-modules gettext qt6-base qt6-tools kf6-kpackage
|
||||||
kf6-kconfig kf6-kcoreaddons qt6-declarative-host-tools kf6-kconfig"
|
kf6-kconfig kf6-kcoreaddons qt6-declarative-host-tools kf6-kconfig"
|
||||||
makedepends="kf6-kirigami-devel libksysguard-devel kf6-kitemmodels-devel
|
makedepends="kf6-kirigami-devel libksysguard-devel kf6-kitemmodels-devel
|
||||||
kf6-knewstuff-devel kf6-kio-devel kf6-kdbusaddons-devel kf6-kconfig-devel
|
kf6-knewstuff-devel kf6-kio-devel kf6-kdbusaddons-devel kf6-kconfig-devel
|
||||||
|
kf6-kwindowsystem-devel
|
||||||
kf6-kservice-devel kf6-kglobalaccel-devel kirigami-addons-devel"
|
kf6-kservice-devel kf6-kglobalaccel-devel kirigami-addons-devel"
|
||||||
depends="kirigami2 kf6-qqc2-desktop-style kf6-kquickcharts ksystemstats"
|
depends="kf6-kirigami kf6-qqc2-desktop-style kf6-kquickcharts ksystemstats"
|
||||||
short_desc="Application for monitoring system resources"
|
short_desc="Application for monitoring system resources"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-2.0-only, GPL-3.0-only, LGPL-2.1-only, LGPL-3.0-only"
|
license="GPL-2.0-only, GPL-3.0-only, LGPL-2.1-only, LGPL-3.0-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue