[neon/neon-packaging/klevernotes/Neon/release_jammy] debian: add qt6 deps
Carlos De Maine
null at kde.org
Mon Apr 29 04:30:50 BST 2024
Git commit 46f8f2f1c3b3a7b15108c9fa20635a453f29203f by Carlos De Maine.
Committed on 29/04/2024 at 03:30.
Pushed by carlosdem into branch 'Neon/release_jammy'.
add qt6 deps
M +3 -1 debian/control
https://invent.kde.org/neon/neon-packaging/klevernotes/-/commit/46f8f2f1c3b3a7b15108c9fa20635a453f29203f
diff --git a/debian/control b/debian/control
index dec7f3a..40a2ffc 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,8 @@ Build-Depends: cmake,
kf6-qqc2-desktop-style-dev,
pkg-kde-tools-neon,
qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-webengine-dev,
Standards-Version: 4.6.2
Homepage: http://www.kde.org
Vcs-Browser: https://invent.kde.org/office/klevernotes
@@ -24,6 +26,6 @@ Vcs-Git: https://invent.kde.org/office/klevernotes.git
Package: klevernotes
Architecture: any
Section: utils
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qt6-webengine, ${misc:Depends}, ${shlibs:Depends}
Description: Markdown is a simple markdown note management app.
This package is part of the KDE office module.
More information about the Neon-commits
mailing list