[neon/kde/sonnet/Neon/unstable] debian: add qml bindings

Jonathan Riddell null at kde.org
Wed Oct 6 13:41:59 BST 2021


Git commit 55da25d8143c1111ad3e870479cba3463d82022b by Jonathan Riddell.
Committed on 06/10/2021 at 12:41.
Pushed by jriddell into branch 'Neon/unstable'.

add qml bindings

M  +11   -0    debian/control
A  +3    -0    debian/qml-module-org-kde-sonnet.install

https://invent.kde.org/neon/kde/sonnet/commit/55da25d8143c1111ad3e870479cba3463d82022b

diff --git a/debian/control b/debian/control
index 1a63d11..98eb059 100644
--- a/debian/control
+++ b/debian/control
@@ -147,3 +147,14 @@ Description: spell checking library for Qt, plugins
  This package provides plugins used by Sonnet to interact with the following
  spell checking backends: aspell, hunspell or hspell. The dictionaries need to
  be installed separatedly.
+
+Package: qml-module-org-kde-sonnet
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: spell checking library for Qt, QML bindings
+ Sonnet is a Qt based library that offers easy access to spell
+ checking using various plugin based backends.  It is part of KDE
+ Frameworks 5.
+ .
+ This package contains the QtQuick QtDeclarative QML files
diff --git a/debian/qml-module-org-kde-sonnet.install b/debian/qml-module-org-kde-sonnet.install
new file mode 100644
index 0000000..0d119d0
--- /dev/null
+++ b/debian/qml-module-org-kde-sonnet.install
@@ -0,0 +1,3 @@
+usr/lib/*/qt5/qml/org/kde/sonnet/libsonnetquickplugin.so
+usr/lib/*/qt5/qml/org/kde/sonnet/plugins.qmltypes
+usr/lib/*/qt5/qml/org/kde/sonnet/qmldir


More information about the Neon-commits mailing list