[neon/neon-packaging/koko/Neon/unstable] debian: add last missing qml dep

Harald Sitter null at kde.org
Mon Jun 12 07:22:29 BST 2023


Git commit c5a3156e6d09ef0518b66401627aa4152b0077c2 by Harald Sitter.
Committed on 27/08/2015 at 07:27.
Pushed by carlosdem into branch 'Neon/unstable'.

add last missing qml dep

this should now cover all presetn deps

M  +4    -1    debian/control

https://invent.kde.org/neon/neon-packaging/koko/-/commit/c5a3156e6d09ef0518b66401627aa4152b0077c2

diff --git a/debian/control b/debian/control
index 73733fc..c1932c8 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,10 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/kdeconnect-plasma.git
 
 Package: koko
 Architecture: any
-Depends: plasma-framework, ${misc:Depends}, ${shlibs:Depends}
+Depends: plasma-framework,
+         qml-module-qtgraphicaleffects,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: KDE Image Gallery
  A KDE Image Gallery.
 



More information about the Neon-commits mailing list