diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-02 19:28:00 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-02 21:23:50 +0100 |
commit | 7c9c535f8637de003b5a6b8f25c6f7f5954eeb18 (patch) | |
tree | dca8a4d027ed3f9fba24cdbce311a136d62d0b6e /kde-plasma/plasma-systemmonitor | |
parent | kde-plasma/plasma-sdk: 5.21.2 version bump (diff) | |
download | gentoo-7c9c535f8637de003b5a6b8f25c6f7f5954eeb18.tar.gz gentoo-7c9c535f8637de003b5a6b8f25c6f7f5954eeb18.tar.bz2 gentoo-7c9c535f8637de003b5a6b8f25c6f7f5954eeb18.zip |
kde-plasma/plasma-systemmonitor: 5.21.2 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.21.2.ebuild | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest index 70fc2eb37b35..b53e61508e58 100644 --- a/kde-plasma/plasma-systemmonitor/Manifest +++ b/kde-plasma/plasma-systemmonitor/Manifest @@ -1,2 +1,3 @@ DIST plasma-systemmonitor-5.20.0.tar.xz 105596 BLAKE2B 93a5feb8fba244580e65b55633d803e14051b476f3ee5fde617285c61a84be7b22c5c09f4a14e0e7b9b3c88a45868c9f8c5c72e8cfd4488add192e9e1ceeb594 SHA512 56c6a5fe4646aaa2fc76c30f28362252308516b06132501efeb9905097a5c895250076b09ef2bdb7a9f4ad77435c622bd4b3f1ad5b69116f6654b3046829f2a0 DIST plasma-systemmonitor-5.21.1.tar.xz 122780 BLAKE2B f30435258862b29607c5330a688ada8ee6757be7f8743bee87634620624073c9c877d328fbab6ba0fb0f01d7e54ab76656cc4ce8bac0fbb0745d8652e2559156 SHA512 2b4af806254a111c1023678e979b0bf8931136f99e422479a59f983d56a677b20950b67f4dfcff8387846a1c69a71d74e32a95fda4e4d2cd7fb7ed8a3ec37b98 +DIST plasma-systemmonitor-5.21.2.tar.xz 122812 BLAKE2B c8ff4b4efecc254f750f7ad404064dccc9b9ba69c4900fd8149df23511b7af0441877352d6106f39e3ac36ac3d7aa25da3c1886aefc78962681567d07d16e60a SHA512 eb066c761c522ea92a0263ad79b12c6744a703fd8fa980f8cb8d0b421c0f78fa94386bd558de82d9868554cde79284cdfa6ad9bd65aaf1da51c30eaebe6e2732 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.21.2.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.21.2.ebuild new file mode 100644 index 000000000000..abb5050abba2 --- /dev/null +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.21.2.ebuild @@ -0,0 +1,41 @@ +# 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.78.0 +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="New version of KSysGuard built on top of the new KStats daemon and using QML" +HOMEPAGE="https://invent.kde.org/plasma/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/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/ksysguard-${PVCUT}:5 +" |