summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-26 20:22:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-26 20:55:50 +0100
commit24210b547a4d2fbd517218c92ac059882703868c (patch)
tree06afe01e4946482e958a804892023f9263a23039 /kde-plasma/plasma-systemmonitor
parentkde-plasma/plasma-sdk: 6.0.3 version bump (diff)
downloadgentoo-24210b547a4d2fbd517218c92ac059882703868c.tar.gz
gentoo-24210b547a4d2fbd517218c92ac059882703868c.tar.bz2
gentoo-24210b547a4d2fbd517218c92ac059882703868c.zip
kde-plasma/plasma-systemmonitor: 6.0.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-systemmonitor')
-rw-r--r--kde-plasma/plasma-systemmonitor/Manifest1
-rw-r--r--kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.3.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest
index 9a67aed9a9e4..d2adac2a6700 100644
--- a/kde-plasma/plasma-systemmonitor/Manifest
+++ b/kde-plasma/plasma-systemmonitor/Manifest
@@ -1,2 +1,3 @@
DIST plasma-systemmonitor-5.27.11.tar.xz 173356 BLAKE2B 358a4f021813564c608d12c9483c076c746a201b2072bab3cb48625bc62a9666b4afd10267839a9836b4544b2cc0a2f88f53052a615606fe89db08f4f5100f2b SHA512 bbd7036d2666b39910f5e1d87e336f3531c55bbc35b29510be33619aa1afdfca26f4c437cdc68758c28ef3afe35ec0e618135c6cba68d967abcb0c03e045d06c
DIST plasma-systemmonitor-6.0.2.tar.xz 181556 BLAKE2B 4a307c9b77ecb2ea4abf52fcd9c0168fc7a2576183950c091e568fd43857a84e7704b5c418eb6a97cb80f6d7b3c9e5d6b3e5df25e451654e68285ecce1b52a93 SHA512 2a77a37a85356a75b5b63d3997c5228a28f5c00a2380fb86430c18c735e187e16a2839ef53143f9a5e47bd056674ae7ce6443d25e6aa5d0a0f99bc440d8dda82
+DIST plasma-systemmonitor-6.0.3.tar.xz 181280 BLAKE2B 9c3156e7091be3683c3e0b739ec2772810e0cd2a09110fd529ab92d72676dbf13439b53ed6c65a22f4b0429bbecbdfe18aad4d66084bc271a81271aa320117c5 SHA512 3e4b7f8178c7c774eae0fe9daff7f1fe346a242af32e245676d36ab4bb46d557d5806d3255beeda8e4c7ba60dd697ec43188fac82903a65cd2ca2de75baa4c48
diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.3.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.3.ebuild
new file mode 100644
index 000000000000..6b88e5f0912d
--- /dev/null
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.0.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+KFMIN=6.0
+QTMIN=6.6.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Monitor system sensors, process information and other system resources"
+HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/"
+
+LICENSE="|| ( GPL-3 GPL-2 )"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ dev-libs/kirigami-addons:6
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kglobalaccel-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kitemmodels-${KFMIN}:6
+ >=kde-frameworks/knewstuff-${KFMIN}:6
+ >=kde-frameworks/kpackage-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+ >=kde-plasma/libksysguard-${PVCUT}:6
+"
+RDEPEND="${DEPEND}
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/kitemmodels-${KFMIN}:6
+ >=kde-frameworks/kquickcharts-${KFMIN}:6
+ >=kde-plasma/ksystemstats-${PVCUT}:6
+"