[neon/neon-packaging/neochat/Neon/unstable] debian: Syntax highlighting qml module

David Redondo null at kde.org
Mon Oct 4 09:11:47 BST 2021


Git commit 7912cfedb4652fb6f7eaa77bf9d820118ca64b79 by David Redondo.
Committed on 04/10/2021 at 07:08.
Pushed by sitter into branch 'Neon/unstable'.

Syntax highlighting qml module

We only need the qml module at runtime not at build time

M  +1    -1    debian/control

https://invent.kde.org/neon/neon-packaging/neochat/commit/7912cfedb4652fb6f7eaa77bf9d820118ca64b79

diff --git a/debian/control b/debian/control
index ae09b29..3976e21 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,6 @@ Build-Depends: cmake (>= 3.1~),
                libkf5notifications-dev (>= 5.77.0~),
                libkf5qqc2desktopstyle-dev (>= 5.77.0~),
                libkf5sonnet-dev (>= 5.77.0~),
-               libkf5syntaxhighlighting-dev (>= 5.77.0~),
                libqt5svg5-dev (>= 5.15.0~),
                libquotient-dev,
                pkg-kde-tools (>= 0.15.18~),
@@ -37,6 +36,7 @@ Depends: qml-module-org-kde-kirigami2,
          qml-module-org-kde-kitemmodels,
          qml-module-org-kde-kquickimageeditor,
          qml-module-org-kde-qqc2desktopstyle,
+         qml-module-org-kde-syntaxhighlighting,
          qml-module-qt-labs-platform,
          qml-module-qt-labs-qmlmodels,
          ${misc:Depends},


More information about the Neon-commits mailing list