[neon/neon-packaging/kweather/Neon/unstable] debian: Add Qt5 Charts dependency
Devin Lin
null at kde.org
Mon Jun 12 07:29:16 BST 2023
Git commit 9ef7cfdcdd73b0394e745595e198cb0a363f67ae by Devin Lin.
Committed on 14/10/2020 at 15:12.
Pushed by carlosdem into branch 'Neon/unstable'.
Add Qt5 Charts dependency
M +4 -2 debian/control
https://invent.kde.org/neon/neon-packaging/kweather/-/commit/9ef7cfdcdd73b0394e745595e198cb0a363f67ae
diff --git a/debian/control b/debian/control
index c80c90e..133b59e 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,8 @@ Build-Depends: cmake,
libqt5svg5-dev,
qtbase5-dev,
qtdeclarative5-dev,
- qtquickcontrols2-5-dev
+ qtquickcontrols2-5-dev,
+ libqt5charts5
Standards-Version: 4.4.1
Vcs-Git: https://gitlab.com/debian-pm/apps/kweather
Vcs-Browser: https://gitlab.com/debian-pm/apps/kweather
@@ -24,6 +25,7 @@ Package: kweather
Architecture: any
Depends: qml-module-org-kde-kirigami2,
qml-module-qtquick-controls2,
- qml-module-qtquick-shapes,
+ qml-module-qtquick-shapes,
+ libqt5charts5,
${misc:Depends}, ${shlibs:Depends}
Description: Weather application for Plasma Mobile.
More information about the Neon-commits
mailing list