[neon/kde/kdeclarative/Neon/release] debian: Attempt to fix qml deps

Scarlett Moore null at kde.org
Mon Sep 11 12:33:18 BST 2023


Git commit 4cb0ff799da194df5d009029f1e81c895a8a8c8f by Scarlett Moore.
Committed on 11/09/2023 at 13:32.
Pushed by scarlettmoore into branch 'Neon/release'.

Attempt to fix qml deps

M  +1    -0    debian/control
M  +1    -0    debian/qml-module-org-kde-kcm.install

https://invent.kde.org/neon/kde/kdeclarative/-/commit/4cb0ff799da194df5d009029f1e81c895a8a8c8f

diff --git a/debian/control b/debian/control
index ebd1f15..ece3c51 100644
--- a/debian/control
+++ b/debian/control
@@ -157,6 +157,7 @@ Package: qml-module-org-kde-graphicaleffects
 Architecture: any
 Multi-arch: same
 Depends: libkf5declarative5 (>= ${source:Version}),
+         qml-module-qtquick2,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: provides integration of QML and KDE Frameworks - graphicaleffects
diff --git a/debian/qml-module-org-kde-kcm.install b/debian/qml-module-org-kde-kcm.install
index 0a82498..b6060ac 100644
--- a/debian/qml-module-org-kde-kcm.install
+++ b/debian/qml-module-org-kde-kcm.install
@@ -1 +1,2 @@
+usr/lib/*/qt5/qml/org/kde/kcm/private/ usr/lib/*/qt5/qml/org/kde/kcm/
 usr/lib/*/qt5/qml/org/kde/kcm/


More information about the Neon-commits mailing list