[neon/kf6/kf6-plasma-framework/Neon/unstable] debian: Fix missing space, add plasma-workspace for qml dep, add missing -dev runtime packagages.

Scarlett Moore null at kde.org
Mon Oct 30 09:51:35 GMT 2023


Git commit e7220f93d8890b2cdf1b66cf26a6c20f823395fd by Scarlett Moore.
Committed on 30/10/2023 at 10:50.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Fix missing space, add plasma-workspace for qml dep, add missing -dev runtime packagages.

M  +5    -2    debian/control

https://invent.kde.org/neon/kf6/kf6-plasma-framework/-/commit/e7220f93d8890b2cdf1b66cf26a6c20f823395fd

diff --git a/debian/control b/debian/control
index 81c1d57..0d73154 100644
--- a/debian/control
+++ b/debian/control
@@ -57,7 +57,8 @@ Package: kf6-plasma-framework
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: plasma-workspace,
+         ${misc:Depends}, ${shlibs:Depends}
 Description: Plasma Runtime components (documentation)
  Plasma library and runtime components based upon KF6 and Qt6.
  .
@@ -70,7 +71,9 @@ X-Neon-MergedPackage: true
 Depends: kf6-extra-cmake-modules,
          kf6-kcoreaddons-dev,
          kf6-kpackage-dev,
+         kf6-kwindowsystem-dev,
          qt6-base-dev,
+         qt6-declarative-dev,
          kf6-plasma-framework (= ${binary:Version}),
          ${misc:Depends}
 Description: development files for plasma-framework
@@ -106,4 +109,4 @@ Package: libkf6plasma-dev
 Architecture: all
 Depends: kf6-plasma-framework-dev
 Description: Dummy transitional
-  Transitional dummy package.
+ Transitional dummy package.


More information about the Neon-commits mailing list