[neon/kde/plasma-nm/Neon/release_jammy] debian: fix name of libplasma-dev

Jonathan Riddell null at kde.org
Wed Jun 5 15:52:30 BST 2024


Git commit 28cd2d67b910e163f2bee63dd02a252c81bcd571 by Jonathan Riddell.
Committed on 05/06/2024 at 14:51.
Pushed by jriddell into branch 'Neon/release_jammy'.

fix name of libplasma-dev

M  +10   -11   debian/control

https://invent.kde.org/neon/kde/plasma-nm/-/commit/28cd2d67b910e163f2bee63dd02a252c81bcd571

diff --git a/debian/control b/debian/control
index 77387b0..e7feae7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Build-Depends: cmake,
                gettext,
                kf6-extra-cmake-modules,
                kf6-kcmutils-dev,
-               kf6-kcompletion-dev,
                kf6-kcolorscheme-dev,
+               kf6-kcompletion-dev,
                kf6-kconfigwidgets-dev,
                kf6-kcoreaddons-dev,
                kf6-kdbusaddons-dev,
@@ -22,6 +22,7 @@ Build-Depends: cmake,
                kf6-kitemviews-dev,
                kf6-knotifications-dev,
                kf6-kservice-dev,
+               kf6-ksvg-dev,
                kf6-kwallet-dev,
                kf6-kwidgetsaddons-dev,
                kf6-kwindowsystem-dev,
@@ -30,15 +31,14 @@ Build-Depends: cmake,
                kf6-networkmanager-qt-dev,
                kf6-prison-dev,
                kf6-solid-dev,
-               kf6-ksvg-dev,
                libnm-dev,
                libopenconnect-dev,
+               libplasma-dev,
                libqca-qt6-2-dev,
                mobile-broadband-provider-info,
                modemmanager-dev,
                pkg-config,
                pkg-kde-tools-neon,
-               plasma-framework6-dev,
                qcoro-qt6-dev,
                qt6-base-dev,
                qt6-declarative-dev,
@@ -51,14 +51,13 @@ Vcs-Git: https://invent.kde.org/plasma/plasma-nm.git
 
 Package: plasma-nm
 Architecture: linux-any
-Depends: mobile-broadband-provider-info,
-         network-manager,
-         plasma-framework6,
-         kf6-kcoreaddons,
+Depends: kf6-kcoreaddons,
+         kf6-kdeclarative,
          kf6-kirigami2,
          kf6-kquickcharts,
          kf6-prison,
-         kf6-kdeclarative,
+         mobile-broadband-provider-info,
+         network-manager,
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: kf6-kwallet
@@ -74,12 +73,12 @@ Description: Plasma 6 networkmanager library.
 
 Package: kde-config-mobile-networking
 Architecture: linux-any
-Depends: plasma-nm,
-         kf6-kcmutils,
+Depends: kf6-kcmutils,
          kf6-kirigami2,
+         plasma-nm,
+         qml6-module-qtquick,
          qml6-module-qtquick-controls,
          qml6-module-qtquick-layouts,
-         qml6-module-qtquick,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Plasma networkmanager config tools


More information about the Neon-commits mailing list