[neon/neon-packaging/klevernotes/Neon/release] debian: add qt6 deps
Carlos De Maine
null at kde.org
Mon Apr 29 04:31:46 BST 2024
Git commit f0d6c2d3110bb0d76dc0dd1755604de3cd849a27 by Carlos De Maine.
Committed on 29/04/2024 at 03:31.
Pushed by carlosdem into branch 'Neon/release'.
add qt6 deps
(cherry picked from commit 46f8f2f1c3b3a7b15108c9fa20635a453f29203f)
M +3 -1 debian/control
https://invent.kde.org/neon/neon-packaging/klevernotes/-/commit/f0d6c2d3110bb0d76dc0dd1755604de3cd849a27
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