Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-systemmonitor/
Date: Fri, 14 May 2021 12:09:03
Message-Id: 1620929618.7049ec4a70a59ee79db28feb36e9d02b9461779a.asturm@gentoo
1 commit: 7049ec4a70a59ee79db28feb36e9d02b9461779a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 13 17:14:40 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 13 18:13:38 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7049ec4a
7
8 kde-plasma/plasma-systemmonitor: Update RDEPENDs, DESCRIPTION, HOMEPAGE
9
10 kde-plasma/ksysguard out, kde-plasma/ksystemstats in.
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild
19 index 1a6df0ea9c..2175bcc464 100644
20 --- a/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild
21 +++ b/kde-plasma/plasma-systemmonitor/plasma-systemmonitor-9999.ebuild
22 @@ -8,8 +8,8 @@ KFMIN=9999
23 QTMIN=5.15.2
24 inherit ecm kde.org
25
26 -DESCRIPTION="New version of KSysGuard built on top of the new KStats daemon and using QML"
27 -HOMEPAGE="https://invent.kde.org/plasma/plasma-systemmonitor"
28 +DESCRIPTION="Monitor system sensors, process information and other system resources"
29 +HOMEPAGE="https://apps.kde.org/plasma-systemmonitor/"
30
31 LICENSE="|| ( GPL-3 GPL-2 )"
32 SLOT="5"
33 @@ -38,5 +38,5 @@ RDEPEND="${DEPEND}
34 >=kde-frameworks/kirigami-${KFMIN}:5
35 >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
36 >=kde-frameworks/kquickcharts-${KFMIN}:5
37 - >=kde-plasma/ksysguard-${PVCUT}:5
38 + >=kde-plasma/ksystemstats-${PVCUT}:5
39 "