diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-01 08:28:17 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-01 08:43:50 +0200 |
commit | 5c34440816d7562fc5ba2aa4226aaacb2a1f68d4 (patch) | |
tree | f6259a825350f3c19b49b17175e265bf54a64ef9 /kde-plasma/plasma-systemmonitor | |
parent | kde-plasma/plasma-sdk: 5.22.90 version bump (diff) | |
download | gentoo-5c34440816d7562fc5ba2aa4226aaacb2a1f68d4.tar.gz gentoo-5c34440816d7562fc5ba2aa4226aaacb2a1f68d4.tar.bz2 gentoo-5c34440816d7562fc5ba2aa4226aaacb2a1f68d4.zip |
kde-plasma/plasma-systemmonitor: 5.22.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-systemmonitor')
-rw-r--r-- | kde-plasma/plasma-systemmonitor/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.90.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest index 0690977d377c..1ca1e052874c 100644 --- a/kde-plasma/plasma-systemmonitor/Manifest +++ b/kde-plasma/plasma-systemmonitor/Manifest @@ -1 +1,2 @@ DIST plasma-systemmonitor-5.22.5.tar.xz 134624 BLAKE2B 728ce4b89405445cbe385da504fb026d0c310eb06d41a3c4ab5557b8d66d1ed000ba30334363e5a9975e7515595e1cd3dac493a01f1f1bb235df4b9cb3f6ba38 SHA512 4116be820038318022efe6d7460d7deef2983940dac7ab1949aa0c8d18473b15d9de41f21241c63342656b5871c1a2291daa3ff0d576849fa27177425419013c +DIST plasma-systemmonitor-5.22.90.tar.xz 142664 BLAKE2B 4c6231a8b7003beeb47ff8c6c1e61c634ff306c21090b8234818d5fc3bcbbb113e0fe9d073bf03ee48049294f06459e9bc8990fb8d86dfe672391a48f8ff6c69 SHA512 d02b6e010e474b67cba7608d4c7d39702c8b8878045582af78c210043c4e97c2c8817936cf2cfe51e626a37c023df9d31efc8d217723556fef2772523d6e21bd diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.90.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.90.ebuild new file mode 100644 index 000000000000..6960f0e9446b --- /dev/null +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.22.90.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PVCUT=$(ver_cut 1-3) +KFMIN=5.86.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 ~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 +" |