summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-17 23:07:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-18 16:51:17 +0200
commitc6c54564d59456dabad537f38e3ae5f3caea1613 (patch)
tree505c08fdbbc3e5227b1d42a7af4e888ec0ba4903 /kde-plasma/plasma-systemmonitor
parentkde-plasma/plasma-sdk: 6.1.0 version bump (diff)
downloadgentoo-c6c54564d59456dabad537f38e3ae5f3caea1613.tar.gz
gentoo-c6c54564d59456dabad537f38e3ae5f3caea1613.tar.bz2
gentoo-c6c54564d59456dabad537f38e3ae5f3caea1613.zip
kde-plasma/plasma-systemmonitor: 6.1.0 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.0.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest
index fa54529d648c..28f0097493d1 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.90.tar.xz 188060 BLAKE2B a29c69cf929ef23d4bf03b27dea6ca1a66a50a9879fc21ebb124c98350991a2d9ad624c9d2e1a589ecf9dd44ae9252df8f3fb7209c2d660933da0dc2cedac685 SHA512 6b7ec6bbdf309e0efb91c401bf8cf5e97f27ae01b08216802558ae127abac92877c11e4b0374e0a096d3ba65d5716a40f2d145a129477dfc1d92d5bb0a9d18e1
+DIST plasma-systemmonitor-6.1.0.tar.xz 188512 BLAKE2B 511dbecfdea506da9628b7c119ceb5845a547b1ca994d5db5cd2b115f18adf968525e6d3bf79a925a5727e5706121622bcd5b53cb890ebc3ab558ab5caf55d1a SHA512 97d0f6fdc432d8a7f35150e056c666f9914eed64fca6ae9821983babd0b36d8ba5cdb7afbd4db61538b3cedb8fbc18d475873e7a8f4ecc250f8ce0449dfd8a15
diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.1.0.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.1.0.ebuild
new file mode 100644
index 000000000000..8380a946d010
--- /dev/null
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.1.0.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"
+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
+"