Skip to content

Commit

Permalink
kde-plasma/plasma-systemmonitor: 5.91.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 23, 2023
1 parent edbe80f commit 64bafc1
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-plasma/plasma-systemmonitor/Manifest
Original file line number Diff line number Diff line change
@@ -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
42 changes: 42 additions & 0 deletions kde-plasma/plasma-systemmonitor/plasma-systemmonitor-5.91.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
"

0 comments on commit 64bafc1

Please sign in to comment.