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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4458C158013 for ; Fri, 15 Dec 2023 22:25:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 647DB2BC014; Fri, 15 Dec 2023 22:25:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 431E12BC017 for ; Fri, 15 Dec 2023 22:25:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EFFB335DEB for ; Fri, 15 Dec 2023 22:25:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEC6B136E for ; Fri, 15 Dec 2023 22:25:38 +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: <1702677006.e9767c3e3ca52f8cc27a81f1ae7ab5cbaafe3081.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-nm/plasma-nm-9999.ebuild X-VCS-Directories: kde-plasma/plasma-nm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e9767c3e3ca52f8cc27a81f1ae7ab5cbaafe3081 X-VCS-Branch: master Date: Fri, 15 Dec 2023 22:25:38 +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: fa764175-6549-44c8-a304-17494fc5f506 X-Archives-Hash: e0cca23d0ca08d613b10fc6cecfc9a62 commit: e9767c3e3ca52f8cc27a81f1ae7ab5cbaafe3081 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Dec 15 21:16:46 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Dec 15 21:50:06 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e9767c3e kde-plasma/plasma-nm: Update dependencies, pkg_postinst message Upstream commits: 851700b1af9a3b212d8cc8f04e7bd9566d0c013c a33144c5e0a97919ea563802a2299f190460d8b5 kcmshell6 moved to kde-frameworks/kcmutils. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-nm/plasma-nm-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild index a9f49f6d5a..d40cebd8e7 100644 --- a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild @@ -17,7 +17,8 @@ KEYWORDS="" IUSE="openconnect teamd" DEPEND=" - >=app-crypt/qca-2.3.0:2[qt5(+)] + >=app-crypt/qca-2.3.7:2[qt6] + dev-libs/qcoro[dbus] >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml] >=dev-qt/qtdeclarative-${QTMIN}:6[widgets] >=kde-frameworks/kcompletion-${KFMIN}:6 @@ -30,6 +31,7 @@ DEPEND=" >=kde-frameworks/kitemviews-${KFMIN}:6 >=kde-frameworks/knotifications-${KFMIN}:6 >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-frameworks/ksvg-${KFMIN}:6 >=kde-frameworks/kwallet-${KFMIN}:6 >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6 @@ -68,9 +70,9 @@ src_configure() { pkg_postinst() { ecm_pkg_postinst - if ! has_version "kde-plasma/plasma-workspace:6"; then - elog "${PN} is not terribly useful without kde-plasma/plasma-workspace:6." + if ! has_version "kde-frameworks/kcmutils:6"; then + elog "${PN} is not terribly useful without kde-frameworks/kcmutils:6." elog "However, the networkmanagement KCM can be called from either systemsettings" - elog "or manually: $ kcmshell5 kcm_networkmanagement" + elog "or manually: $ kcmshell6 kcm_networkmanagement" fi }