[neon/kde/syntax-highlighting/Neon/unstable] debian: add package for qml module
Jonathan Riddell
null at kde.org
Mon Sep 27 15:14:29 BST 2021
Git commit a033a089b40a8aae8e365be9d6fc43e94d85404f by Jonathan Riddell.
Committed on 27/09/2021 at 14:14.
Pushed by jriddell into branch 'Neon/unstable'.
add package for qml module
M +18 -1 debian/control
A +2 -0 debian/qml-module-org-kde-syntaxhighlighting.install
https://invent.kde.org/neon/kde/syntax-highlighting/commit/a033a089b40a8aae8e365be9d6fc43e94d85404f
diff --git a/debian/control b/debian/control
index bb862b9..9c0fe8e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,10 +10,10 @@ Build-Depends: cmake (>= 3.0~),
graphviz,
libqt5sql5-sqlite,
libqt5xmlpatterns5-dev (>= 5.8.0~),
- qtdeclarative5-dev,
perl,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.8.0~),
+ qtdeclarative5-dev,
qttools5-dev (>= 5.4)
Standards-Version: 4.1.4
Homepage: https://projects.kde.org/projects/frameworks/syntax-highlighting
@@ -39,6 +39,7 @@ Section: libdevel
Architecture: any
Depends: libkf5syntaxhighlighting5 (= ${binary:Version}),
libqt5xmlpatterns5-dev (>= 5.8.0~),
+ qml-module-org-kde-syntaxhighlighting (= ${binary:Version}),
qtbase5-dev (>= 5.8.0~),
${misc:Depends}
Recommends: libkf5syntaxhighlighting-doc (= ${source:Version})
@@ -96,3 +97,19 @@ Description: Syntax highlighting Engine
rendering (e.g. as HTML), supporting both integration
with a custom editor as well as a ready-to-use
QSyntaxHighlighter sub-class.
+
+Package: qml-module-org-kde-syntaxhighlighting
+Architecture: any
+Multi-Arch: same
+Depends: libkf5syntaxhighlighting5 (= ${source:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: Syntax highlighting Engine
+ This is a stand-alone implementation of the Kate syntax
+ highlighting engine. It's meant as a building block for
+ text editors as well as for simple highlighted text
+ rendering (e.g. as HTML), supporting both integration
+ with a custom editor as well as a ready-to-use
+ QSyntaxHighlighter sub-class.
+ .
+ This package contains the QtQuick QML module.
diff --git a/debian/qml-module-org-kde-syntaxhighlighting.install b/debian/qml-module-org-kde-syntaxhighlighting.install
new file mode 100644
index 0000000..a14fa1f
--- /dev/null
+++ b/debian/qml-module-org-kde-syntaxhighlighting.install
@@ -0,0 +1,2 @@
+usr/lib/*/qt5/qml/org/kde/syntaxhighlighting/libkquicksyntaxhighlightingplugin.so
+usr/lib/*/qt5/qml/org/kde/syntaxhighlighting/qmldir
More information about the Neon-commits
mailing list