[neon/neon-packaging/falkon/Neon/release] debian: add qml deps at request of Juraj Oravec due to plugins being able to use them
Jonathan Esk-Riddell
null at kde.org
Fri Feb 17 15:13:34 GMT 2023
Git commit 5549a985f28dd265281428e6f6cf2ea8e0b5cbbb by Jonathan Esk-Riddell.
Committed on 17/02/2023 at 15:13.
Pushed by jriddell into branch 'Neon/release'.
add qml deps at request of Juraj Oravec due to plugins being able to use them
M +6 -1 debian/control
https://invent.kde.org/neon/neon-packaging/falkon/commit/5549a985f28dd265281428e6f6cf2ea8e0b5cbbb
diff --git a/debian/control b/debian/control
index 18e9d7b..14849fb 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,12 @@ Vcs-Git: git://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/falko
Package: falkon
Architecture: any
-Depends: libqt5sql5-sqlite, ${misc:Depends}, ${shlibs:Depends}
+Depends: libqt5sql5-sqlite,
+ qml-module-org-kde-kirigami2,
+ qml-module-qtquick-controls,
+ qml-module-qtquick-controls2,
+ ${misc:Depends},
+ ${shlibs:Depends}
Conflicts: qupzilla
Replaces: qupzilla
Provides: www-browser
More information about the Neon-commits
mailing list