commit:     e9767c3e3ca52f8cc27a81f1ae7ab5cbaafe3081
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 21:16:46 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
 }

Reply via email to