diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-22 21:37:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-23 19:29:41 +0100 |
commit | 64bafc126454373cd3472114dd3ac13866960368 (patch) | |
tree | f5badca11c34cce5437b7872ee6c9e4cb577c4c4 /kde-plasma | |
parent | kde-plasma/plasma-sdk: 5.91.0 version bump (diff) | |
download | gentoo-64bafc126454373cd3472114dd3ac13866960368.tar.gz gentoo-64bafc126454373cd3472114dd3ac13866960368.tar.bz2 gentoo-64bafc126454373cd3472114dd3ac13866960368.zip |
kde-plasma/plasma-systemmonitor: 5.91.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-systemmonitor/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.91.0.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-plasma/plasma-systemmonitor/Manifest b/kde-plasma/plasma-systemmonitor/Manifest index c54749dec828..dac4ab58f4d2 100644 --- a/kde-plasma/plasma-systemmonitor/Manifest +++ b/kde-plasma/plasma-systemmonitor/Manifest @@ -1,2 +1,3 @@ DIST plasma-systemmonitor-5.27.10.tar.xz 173356 BLAKE2B 18ace842057cae54c1e6814e7f10cd37e19c40a2a411f55a3ed40d2b7510fbf7548066abb4b6f810e32a8996d606c79341601c1cfa090076d73326ca9dd3eff5 SHA512 0a650e9c12e3c8ee07981e4a1f491290cc46f2926c6ff504cc98ddd32ad99d9849af1835f800b523ad50fa9c2cb4548dbab1db5722420146461edf75875dc977 DIST plasma-systemmonitor-5.27.9.tar.xz 173248 BLAKE2B 44d0137e4e75a1d938b89e193796ba51bc3770c7db817b76962a6250e383ecb878c69737f50b89b82cc2f14155278da3b78a19eef987a21ce41c6f1263971656 SHA512 b11060575d28cb57a2c7c5f79bbaecd49d95d6e4abec6b61c1e3cf3ca74f726593827f605870d06392df4a5015c39274ff6a5edd129052596411bd5189af0bfc +DIST plasma-systemmonitor-5.91.0.tar.xz 180436 BLAKE2B 328f40690d8d6a039c282381b71d8ddefccce227b4858bdd394630d9b30c024eec1369c08271e8e5377101cb0158f75fb8fec9391aaf76607c88896f8b5b70d0 SHA512 640429abfd222feaa57b3dfee7a4c2860668a1d9d466acbc7303e7a899a48dcee0ae01ebda3a03907f8ee4d37efd79f834fc5f24cfe28a41e8ef65f6e4d19954 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.91.0.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.91.0.ebuild new file mode 100644 index 000000000000..310622a51d06 --- /dev/null +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.91.0.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.247.0 +QTMIN=6.6.0 +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="6" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-libs/kirigami-addons: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/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-${PVCUT}:6 +" +RDEPEND="${DEPEND} + >=kde-frameworks/kirigami-${KFMIN}:6 + >=kde-frameworks/kitemmodels-${KFMIN}:6 + >=kde-frameworks/kquickcharts-${KFMIN}:6 + >=kde-plasma/ksystemstats-${PVCUT}:6 +" |