[SCM] qtwebengine packaging branch, experimental, updated. debian/5.7.1+dfsg-6.1-22-gd477cb8
Simon Quigley
tsimonq2-guest at moszumanska.debian.org
Wed Jun 28 03:58:22 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebengine.git;a=commitdiff;h=066a4d8
The following commit has been merged in the experimental branch:
commit 066a4d83b8b462ec63eb4db73df55ffe9f051c01
Author: Alexander Volkov <a.volkov at rusbitech.ru>
Date: Wed Jun 21 12:33:14 2017 +0300
Add qtwebengine5-dev-tools package
---
debian/control | 15 ++++++++++++++-
debian/qtwebengine5-dev-tools.install | 1 +
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index c1fd0c9..3d0c300 100644
--- a/debian/control
+++ b/debian/control
@@ -179,10 +179,23 @@ Description: Qt WebEngine QML module
.
This package contains the WebEngine QML module for QtDeclarative.
+Package: qtwebengine5-dev-tools
+Architecture: any
+Multi-Arch: foreign
+Section: devel
+Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends}
+Description: Qt WebEngine tools
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains qwebengine_convert_dict tool which converts hunspell
+ 'dic' dictionaries to binary 'bdic' format, which is required by spellchecker
+ in Qt WebEngine.
+
Package: qtwebengine5-examples
Architecture: any
Multi-Arch: same
-Depends: libjs-jquery, libjs-marked, ${misc:Depends}, ${shlibs:Depends}
+Depends: libjs-jquery, libjs-marked, qtwebengine5-dev-tools, ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Qt WebEngine - Examples
QtWebEngine provides a Web browser engine that makes it easy to embed content
diff --git a/debian/qtwebengine5-dev-tools.install b/debian/qtwebengine5-dev-tools.install
new file mode 100644
index 0000000..13b6414
--- /dev/null
+++ b/debian/qtwebengine5-dev-tools.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/bin/qwebengine_convert_dict
--
qtwebengine packaging
More information about the pkg-kde-commits
mailing list