commit: 4a6acb51f654fe8749008a496e94bc2484b6775a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Jun 20 22:07:23 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Jun 20 22:22:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6acb51
kde-plasma/plasma-systemmonitor: 5.27.6 version bump Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/plasma-systemmonitor/Manifest | 1 + .../plasma-systemmonitor-5.27.6.ebuild | 42 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest index ab95ddbcafe2..907e454fa7aa 100644 --- a/kde-plasma/plasma-systemmonitor/Manifest +++ b/kde-plasma/plasma-systemmonitor/Manifest @@ -1 +1,2 @@ DIST plasma-systemmonitor-5.27.5.tar.xz 172512 BLAKE2B a51d9ce7fe27fe38acb21ca732170102f48a2f6c88297b0d19fb3ddac4aa1bd52a0c06ffbb290cf843cef545e45303890a51408d96cac735695a7204e696c250 SHA512 11a0d9a91aba9cdbcba8f96183d8d45a07470307183b2d32715dc041e24e4720bd6c87b3bd67d9341b1ede5bf288cf1e3944136dfb5cda61b25e10c069d18f6d +DIST plasma-systemmonitor-5.27.6.tar.xz 173236 BLAKE2B e0ab8b0eb659cbeceac074fa5ed2f40ced7d98e835ef1491e74a8fa6b71972dec3d97a9a8d3c8b64d4c9f97737b152ba9c1024e577a556c78db9ff394de1d551 SHA512 5341b7ff885818af88f75c7022b126c10a2d08440fc831c65fc68fdc6ec92a9e3474cc51962732d8b8ea7435a8bb7750eb0ec48299c060b0e97a250533886fdb diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.6.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.6.ebuild new file mode 100644 index 000000000000..ccf8ad513bee --- /dev/null +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.27.6.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 +"
