Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-misc/plasma-systemmonitor/
Date: Sun, 11 Oct 2020 11:08:28
Message-Id: 1602405994.662404e1e425a887f1a8f93f69d01f97c425cf50.asturm@gentoo
1 commit: 662404e1e425a887f1a8f93f69d01f97c425cf50
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 08:46:34 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 08:46:34 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=662404e1
7
8 app-misc/plasma-systemmonitor: Update DEPENDs, raise KFMIN/QTMIN
9
10 Upstream commits:
11 c519860136af0e1c08d199daa2374d161831213e
12 ff7d32b7ac565dfe973d45d8363edf81ef5626c6
13 5c31fa7f464a5396c8da6f73e6e31331e3fe0aed
14
15 Package-Manager: Portage-3.0.8, Repoman-3.0.1
16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
17
18 app-misc/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild | 6 +++---
19 1 file changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/app-misc/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild b/app-misc/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild
22 index d95c56ab8b..f6c16d98d9 100644
23 --- a/app-misc/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild
24 +++ b/app-misc/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild
25 @@ -4,8 +4,8 @@
26 EAPI=7
27
28 KDE_ORG_CATEGORY=plasma
29 -KFMIN=5.70.0
30 -QTMIN=5.14.2
31 +KFMIN=5.74.0
32 +QTMIN=5.15.0
33 inherit ecm kde.org
34
35 DESCRIPTION="New version of KSysGuard built on top of the new KStats daemon and using QML"
36 @@ -28,6 +28,7 @@ DEPEND="
37 >=kde-frameworks/kglobalaccel-${KFMIN}:5
38 >=kde-frameworks/ki18n-${KFMIN}:5
39 >=kde-frameworks/kio-${KFMIN}:5
40 + >=kde-frameworks/knewstuff-${KFMIN}:5
41 >=kde-frameworks/kservice-${KFMIN}:5
42 kde-plasma/libksysguard:5
43 "
44 @@ -35,6 +36,5 @@ RDEPEND="${DEPEND}
45 >=dev-qt/qtquickcontrols2-${QTMIN}:5
46 >=kde-frameworks/kirigami-${KFMIN}:5
47 >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
48 - >=kde-frameworks/knewstuff-${KFMIN}:5
49 >=kde-frameworks/kquickcharts-${KFMIN}:5
50 "