From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 363E413835A for ; Sat, 1 Aug 2020 19:40:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62D3DE0A6F; Sat, 1 Aug 2020 19:40:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43FFFE0A6F for ; Sat, 1 Aug 2020 19:40:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A59434F41F for ; Sat, 1 Aug 2020 19:40:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6293F300 for ; Sat, 1 Aug 2020 19:39:58 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1596310552.dcff06196955f205f626c6e47e288bd2b533c8c8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/ksysguard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/ksysguard/ksysguard-9999.ebuild kde-plasma/ksysguard/metadata.xml X-VCS-Directories: kde-plasma/ksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dcff06196955f205f626c6e47e288bd2b533c8c8 X-VCS-Branch: master Date: Sat, 1 Aug 2020 19:39:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f872c13-edf6-4688-992d-22db4adb924b X-Archives-Hash: 6f1f2a5494103084d0b2783cbba8e3ee commit: dcff06196955f205f626c6e47e288bd2b533c8c8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 1 19:35:52 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 1 19:35:52 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dcff0619 kde-plasma/ksysguard: Add IUSE=networkmanager Upstream commits: 484c86a3e7d38b80e0ab4bc4c0be6678beade4c0 dc04093f4a81c9c586fc09dea565d83eea376d5a Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/ksysguard/ksysguard-9999.ebuild | 4 +++- kde-plasma/ksysguard/metadata.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-plasma/ksysguard/ksysguard-9999.ebuild b/kde-plasma/ksysguard/ksysguard-9999.ebuild index 58bf96e21c..b099cf39cf 100644 --- a/kde-plasma/ksysguard/ksysguard-9999.ebuild +++ b/kde-plasma/ksysguard/ksysguard-9999.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Network-enabled task manager and system monitor" LICENSE="GPL-2+" SLOT="5" KEYWORDS="" -IUSE="lm-sensors pcap" +IUSE="lm-sensors networkmanager pcap" DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 @@ -38,6 +38,7 @@ DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-plasma/libksysguard-${PVCUT}:5 lm-sensors? ( sys-apps/lm-sensors:= ) + networkmanager? ( >=kde-frameworks/networkmanager-qt-${KFMIN}:5 ) pcap? ( net-libs/libpcap sys-libs/libcap @@ -48,6 +49,7 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( $(cmake_use_find_package lm-sensors Sensors) + $(cmake_use_find_package networkmanager KF5NetworkManagerQt) $(cmake_use_find_package pcap libpcap) ) diff --git a/kde-plasma/ksysguard/metadata.xml b/kde-plasma/ksysguard/metadata.xml index 61d3b2c417..199b56ee01 100644 --- a/kde-plasma/ksysguard/metadata.xml +++ b/kde-plasma/ksysguard/metadata.xml @@ -6,6 +6,7 @@ Gentoo KDE Project + Enable improved backend for Network statistics using kde-frameworks/networkmanager-qt Enable per-process network statistic collection using net-libs/libpcap