commit: 911493e764c5ae5060a68add26f3b2ccd4e55262 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Jun 17 17:01:56 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Jun 17 18:08:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911493e7
kde-plasma/plasma-systemmonitor: 6.4.0 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-systemmonitor/Manifest | 1 + .../plasma-systemmonitor-6.4.0.ebuild | 43 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest index 79b8cfd13e2c..a4421e172b26 100644 --- a/kde-plasma/plasma-systemmonitor/Manifest +++ b/kde-plasma/plasma-systemmonitor/Manifest @@ -1 +1,2 @@ DIST plasma-systemmonitor-6.3.5.tar.xz 201892 BLAKE2B 904ffae6a378953dd90b7147585c6204de6101e60c1ae6e9933a5206f311d9975f7684cc259c0247b86c7dda9d1f9b1181dc9b04c4f7eb6d563b7dcec37b21db SHA512 c71a4123c8a49a8d831a8d086d880c9765f0894bcd7fe1be3957a92d23793dd26cd8179a415153b88c63f394100e1f71f7a2c1afff9df4d8a478a4ba5d5a112d +DIST plasma-systemmonitor-6.4.0.tar.xz 216888 BLAKE2B 028a98d671b49a292a8da9b816ed92fed20ac1458000a044ff3f8557ae320e1629b48affe1e2a07e518c1d7fd1a70ed1ccff2fa749e342ca50d671392abf4b52 SHA512 155fb99f0417344a3f18d562a5fcde1a950a7910218e2b3f8c2e270c13dd13e771e0251aea2fee882bdc2cdd79c0e67f5390e9b8119db3c25dd510e516e698cf diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.4.0.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.4.0.ebuild new file mode 100644 index 000000000000..17dfa1586ef6 --- /dev/null +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-6.4.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="true" +KFMIN=6.14.0 +QTMIN=6.8.1 +inherit ecm plasma.kde.org xdg + +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 ~loong ~ppc64 ~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/kcrash-${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-${KDE_CATV}:6 +" +RDEPEND="${DEPEND} + >=kde-frameworks/kirigami-${KFMIN}:6 + >=kde-frameworks/kitemmodels-${KFMIN}:6 + >=kde-frameworks/kquickcharts-${KFMIN}:6 + >=kde-plasma/ksystemstats-${KDE_CATV}:6 +"
