[neon/neon-packaging/plasma-welcome/Neon/unstable] debian: add qml module runtime depends
Rik Mills
null at kde.org
Thu Jan 19 12:10:37 GMT 2023
Git commit cd2ab23915cd563d804bfbebd12bc57056aa3c49 by Rik Mills.
Committed on 19/01/2023 at 12:10.
Pushed by rikmills into branch 'Neon/unstable'.
add qml module runtime depends
M +5 -1 debian/control
https://invent.kde.org/neon/neon-packaging/plasma-welcome/commit/cd2ab23915cd563d804bfbebd12bc57056aa3c49
diff --git a/debian/control b/debian/control
index 67c3e85..1fb69e4 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,11 @@ Vcs-Git: https://invent.kde.org/neon/kde/plasma-firewall.git
Package: plasma-welcome
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qml-module-org-kde-kirigami2,
+ qml-module-qtquick2,
+ qml-module-qtquick-controls2,
+ qml-module-qtquick-layouts,
+ ${misc:Depends}, ${shlibs:Depends}
Description: Welcome Center
Welcome Center is the perfect introduction to KDE Plasma! It can help
you learn how to connect to the internet, install apps, customize the
More information about the Neon-commits
mailing list