[neon/mobile/kweather/Neon/unstable] debian: Add qt quick dependencies explicitly

Devin Lin null at kde.org
Sat Oct 3 02:26:35 BST 2020


Git commit 8e5c3da67a71ca86efbb7cab6eb66813cd534d27 by Devin Lin.
Committed on 03/10/2020 at 01:26.
Pushed by devinlin into branch 'Neon/unstable'.

Add qt quick dependencies explicitly

M  +4    -1    debian/control

https://invent.kde.org/neon/mobile/kweather/commit/8e5c3da67a71ca86efbb7cab6eb66813cd534d27

diff --git a/debian/control b/debian/control
index 624d742..c80c90e 100644
--- a/debian/control
+++ b/debian/control
@@ -22,5 +22,8 @@ Vcs-Browser: https://gitlab.com/debian-pm/apps/kweather
 
 Package: kweather
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qml-module-org-kde-kirigami2,
+         qml-module-qtquick-controls2, 
+         qml-module-qtquick-shapes, 
+         ${misc:Depends}, ${shlibs:Depends}
 Description: Weather application for Plasma Mobile.


More information about the Neon-commits mailing list