summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-07-16 17:13:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-07-16 18:31:32 +0200
commit3b7926aa5e558f48b4561acf1641db0b2dd1f780 (patch)
treef09ded07d36886048978ca8f49054cae1cf58204 /kde-plasma/plasma-systemmonitor
parentkde-plasma/plasma-sdk: 6.1.3 version bump (diff)
downloadgentoo-3b7926aa5e558f48b4561acf1641db0b2dd1f780.tar.gz
gentoo-3b7926aa5e558f48b4561acf1641db0b2dd1f780.tar.bz2
gentoo-3b7926aa5e558f48b4561acf1641db0b2dd1f780.zip
kde-plasma/plasma-systemmonitor: 6.1.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.1.3.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest
index 70565d4cff42..62cf65a17f03 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.1.2.tar.xz 187932 BLAKE2B 2616d3c2092f274b3a6e7a1953f3e79da8719749e802895432ada9233b0ec4c712538ed9f233ba324392ce9bfa9adda5c52bd504f2bd50219a001ada767a9842 SHA512 9022d0f0a2ad2c19a742f9b4d561e358758dfb6343f83f4de3c058d2b5b6e58e010f02d3f5e24138fef290fce510f8ff67027738d46a5e7d09b1102b7406d28f
+DIST plasma-systemmonitor-6.1.3.tar.xz 187964 BLAKE2B f8379d5a29d111bd1ac02dfec8261091635eb9e9f9829fed82ad0aa354c2a0492b0ade1eabffe95a1e2f447db6c138a10801b6a6ec07141454df3b3a9a6251c6 SHA512 7758c05e45beaf8a94b34c2328b869289344445c6274e9b97858e83b3f08f66a4305b3f859d4d2414a11b6495162d01e1ece80d34360e2ffebad8db7b0824900
diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.1.3.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.1.3.ebuild
new file mode 100644
index 000000000000..5fb2d39d6a80
--- /dev/null
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.1.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.3.0
+QTMIN=6.7.1
+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 ~arm64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-libs/kirigami-addons-1.1.0: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
+"