plasma-systemmonitor: fix kirigami dependencies

This commit is contained in:
Đoàn Trần Công Danh 2024-12-23 18:40:29 +07:00
parent d076ad71a0
commit 0afadd532f

View File

@ -1,7 +1,7 @@
# Template file for 'plasma-systemmonitor'
pkgname=plasma-systemmonitor
version=6.2.0
revision=1
revision=2
build_style=cmake
configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
-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"
makedepends="kf6-kirigami-devel libksysguard-devel kf6-kitemmodels-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"
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"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-only, GPL-3.0-only, LGPL-2.1-only, LGPL-3.0-only"