summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-01 12:07:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-01 12:57:33 +0200
commit4fbae5f01b503c20c34bf32e4742b84073dcf0c3 (patch)
treed7e29d045877e79cfbce75ac92d20ef5772a752d /kde-plasma/plasma-systemmonitor
parentkde-plasma/plasma-sdk: 5.27.7 version bump (diff)
downloadgentoo-4fbae5f01b503c20c34bf32e4742b84073dcf0c3.tar.gz
gentoo-4fbae5f01b503c20c34bf32e4742b84073dcf0c3.tar.bz2
gentoo-4fbae5f01b503c20c34bf32e4742b84073dcf0c3.zip
kde-plasma/plasma-systemmonitor: 5.27.7 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.27.7.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest
index 1718f059f17f..9016206484da 100644
--- a/kde-plasma/plasma-systemmonitor/Manifest
+++ b/kde-plasma/plasma-systemmonitor/Manifest
@@ -1 +1,2 @@
DIST plasma-systemmonitor-5.27.6.tar.xz 173236 BLAKE2B e0ab8b0eb659cbeceac074fa5ed2f40ced7d98e835ef1491e74a8fa6b71972dec3d97a9a8d3c8b64d4c9f97737b152ba9c1024e577a556c78db9ff394de1d551 SHA512 5341b7ff885818af88f75c7022b126c10a2d08440fc831c65fc68fdc6ec92a9e3474cc51962732d8b8ea7435a8bb7750eb0ec48299c060b0e97a250533886fdb
+DIST plasma-systemmonitor-5.27.7.tar.xz 173264 BLAKE2B f5d699924c9e84d0afe33b6e9d3c5e8bbd8957d8b50f2ab65f1961ebdfb69ef47d6177ba183ad75a85063d663220cd9332302712cba1877d916286ba9f084762 SHA512 935c73a0a0705586a408634f55e63401ffa80e11e3e0b0b1291ed1a64944e6dd21d031206e9a6afad37a24b98f633ad748cce8e048689decacadf47067987930
diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.7.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.7.ebuild
new file mode 100644
index 000000000000..ccf8ad513bee
--- /dev/null
+++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.7.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+KFMIN=5.106.0
+QTMIN=5.15.9
+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
+"