summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-07-06 18:26:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-07-06 19:17:15 +0200
commit27fdd31104dc2571dfb212d7068997e68b54a9c4 (patch)
tree67669d8e2c7cc66a5bd362bd7df740cf4004be21 /kde-plasma/plasma-systemmonitor
parentkde-plasma/plasma-sdk: 5.22.3 version bump (diff)
downloadgentoo-27fdd31104dc2571dfb212d7068997e68b54a9c4.tar.gz
gentoo-27fdd31104dc2571dfb212d7068997e68b54a9c4.tar.bz2
gentoo-27fdd31104dc2571dfb212d7068997e68b54a9c4.zip
kde-plasma/plasma-systemmonitor: 5.22.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-5.22.3.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest
index 7405b7e1ab15..888b33910845 100644
--- a/kde-plasma/plasma-systemmonitor/Manifest
+++ b/kde-plasma/plasma-systemmonitor/Manifest
@@ -1,2 +1,3 @@
DIST plasma-systemmonitor-5.21.5.tar.xz 124792 BLAKE2B 47c55bd7ceb31c7128676e539d7c48325db68b49bcbee0a4d73cd61ed1360500e7765ed2d5d01bde542bfb74e7b6db26158c6b281aa1e65a5ba450595117777a SHA512 f21db1dc9428b9f97b4b012ae481738f7aa96c9080f35870c8a8f2dfed582b937507fd626723dbd60e66656d78984bda24279c77548d65efd847e15374b024f0
DIST plasma-systemmonitor-5.22.2.tar.xz 134000 BLAKE2B 7572d5631a59d2b0d51183c8c6a3baf29e19dce68f61a85a9c3d0ef846c94b2a5288a64e4777348ee7dec255c375ba5cf2a66e03d16868b8617a400d7f6af02f SHA512 c2564d1273ae7b94c2a366f494cf387b19316622d7698997ad325e1454eecbd6917481d8320e9c93eb4dbc027e9e0a2b04dacc72a975e741f20cb69a36882dcc
+DIST plasma-systemmonitor-5.22.3.tar.xz 134032 BLAKE2B 5fb9d70695ba9487ecf63df5ee15d62c66620db24504b319ae24711c7fd80d18d73a3d866bd572ca6c442270852ffe84349e59fc890ad6f4cb722c9d654b0a44 SHA512 71e815356ddeeb5ce4ef90c0e3a7b343446005b96e42b4b256095bfcf861d354764d9d1b2a0b6f4f09c484852116bf70607ce9bbc0b1fcbc5e608daa39bc181a
diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.3.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.3.ebuild
new file mode 100644
index 000000000000..58e0044c8293
--- /dev/null
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.82.0
+QTMIN=5.15.2
+inherit ecm 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 ~ppc64 ~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
+"