summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-02 14:26:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-02 20:38:24 +0200
commit1482d50d081a9073791ee07732b5ff8afb34a898 (patch)
treee2519c3160fb37f3add02d5270f155d4c716ea28 /kde-plasma/plasma-systemmonitor
parentkde-plasma/plasma-sdk: 5.25.4 version bump (diff)
downloadgentoo-1482d50d081a9073791ee07732b5ff8afb34a898.tar.gz
gentoo-1482d50d081a9073791ee07732b5ff8afb34a898.tar.bz2
gentoo-1482d50d081a9073791ee07732b5ff8afb34a898.zip
kde-plasma/plasma-systemmonitor: 5.25.4 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-5.25.4.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest
index 972959b2d6c6..649ccd0c4010 100644
--- a/kde-plasma/plasma-systemmonitor/Manifest
+++ b/kde-plasma/plasma-systemmonitor/Manifest
@@ -1,3 +1,4 @@
DIST plasma-systemmonitor-5.24.5.tar.xz 151824 BLAKE2B dfc6bc0dfe6815879eaed6686f52f108ce3e9a84f76899afffac255c97e36dd8afb4521d2dd8abad157306b1e0e02c874935e40e88aa2c187ce22f668c05b760 SHA512 b8c4a959eb587b25d8d503b3b2d05e6c8ced3b0cb146e08f0351f424962d059b70c8dd323d55b31ef903157b71bad6f20f969840a860ed25ebdafeb3db18489d
DIST plasma-systemmonitor-5.24.6.tar.xz 152124 BLAKE2B cc4680fac459176bf7b57d7d5efc0f37b7ca7cebaf66316d3fd3583a98247da3bffa4a9439bbf3fb46328ccc134b407c88479924e2a99ec7eed94910365496f2 SHA512 13cfc5b292d6dd7c204434730f6f4ee8bf9bc85c715ec604ad49a7703ff3a4ee76c6148bd21b86e10ef5727d1d477737cf3676deab8744e62a204de2102c92b4
DIST plasma-systemmonitor-5.25.3.tar.xz 158952 BLAKE2B a552c295d4bfed8b72a8bdc1b7766915c68e2a80cf545addbbb8f5b6fec8d766870882d64e2812fef6a3639633f9052e6991930826a57689ab4d5918a7c4fa0a SHA512 536f4dc75543306c82cfc677729e39c4efa3865fc65ba2728c70a859212be35f0972827ccd61b7adecde10f9012201b313ed21d4878bc9b16edd45a03617904d
+DIST plasma-systemmonitor-5.25.4.tar.xz 159016 BLAKE2B a855a57edcebb2f00a887f95c37c7e4f43b189978c33a06102c6e8988c8bab4f46f64befad4158e3b56676c28002e7b8a58ecb8be1307fd7a3b8bc09d505bdc3 SHA512 482e9582fe3076773eb4230522b3c78f1ad14d27681ba0ed2c8e64de3d4b58c498bd66e7793fe964d5fdbbfc6224576029f96d05bf143111b255357a21b9856f
diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.25.4.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.25.4.ebuild
new file mode 100644
index 000000000000..eac95d580d5c
--- /dev/null
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.25.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.95.0
+QTMIN=5.15.5
+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="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kdeclarative-${KFMIN}:5
+ >=kde-frameworks/kglobalaccel-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kitemmodels-${KFMIN}:5
+ >=kde-frameworks/knewstuff-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-plasma/libksysguard-${PVCUT}:5
+"
+RDEPEND="${DEPEND}
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
+ >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
+ >=kde-frameworks/kquickcharts-${KFMIN}:5
+ >=kde-plasma/ksystemstats-${PVCUT}:5
+"