[neon/kf6/kf6-kirigami/Neon/unstable] debian: Add qml6 dependencies

Scarlett Moore null at kde.org
Sat Sep 9 12:07:57 BST 2023


Git commit 14ef4ca31c4194512d02a6214ed11f186656054c by Scarlett Moore.
Committed on 09/09/2023 at 13:07.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Add qml6 dependencies

M  +8    -1    debian/control

https://invent.kde.org/neon/kf6/kf6-kirigami/-/commit/14ef4ca31c4194512d02a6214ed11f186656054c

diff --git a/debian/control b/debian/control
index 3f2153b..53f6973 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,14 @@ Package: kf6-kirigami2
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qml6-module-org-kde-kquickcontrolsaddons,
+         qml6-module-qtgraphicaleffects,
+         qml6-module-qtqml-models2,
+         qml6-module-qtquick-controls2,
+         qml6-module-qtquick-layouts,
+         qml6-module-qtquick-templates2,
+         qml6-module-qtquick2,
+         ${misc:Depends}, ${shlibs:Depends}
 Description: set of QtQuick components targeted for mobile use
  Kirigami is a set of QtQuick components at the moment targeted for
  mobile use (in the future desktop as well) targeting both Plasma


More information about the Neon-commits mailing list