[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.9.2-3-8-g28997c9

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Dec 7 17:30:38 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtdeclarative.git;a=commitdiff;h=28997c9

The following commit has been merged in the experimental branch:
commit 28997c910e048433a8499d35893cfe234d5ab12c
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Dec 7 20:30:14 2017 +0300

    New packages: qml-module-qtquick-shapes, qml-module-qt-labs-handlers.
---
 debian/changelog                           |  1 +
 debian/control                             | 24 ++++++++++++++++++++++++
 debian/qml-module-qt-labs-handlers.install |  2 ++
 debian/qml-module-qtquick-shapes.install   |  3 +++
 4 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fd24580..576751f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ qtdeclarative-opensource-src (5.10.0-1) UNRELEASED; urgency=medium
   * Use dh_auto_configure provided by debhelper.
   * Refresh patches for the new release.
   * Update debian/copyright.
+  * New packages: qml-module-qtquick-shapes, qml-module-qt-labs-handlers.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 07 Dec 2017 16:37:42 +0300
 
diff --git a/debian/control b/debian/control
index 32b7394..240017b 100644
--- a/debian/control
+++ b/debian/control
@@ -191,6 +191,30 @@ Description: Qt 5 Qt Quick 2 QML module
  .
  This package contains the Qt Quick 2 QML module for Qt declarative.
 
+Package: qml-module-qtquick-shapes
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: qml-module-qtquick2, ${misc:Depends}, ${shlibs:Depends}
+Description: Qt 5 Qt Quick Shapes QML module
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ The Shapes plugin allows adding stroked and filled paths composed of
+ lines, quadratic curves, cubic curves, and arcs into Qt Quick scenes.
+
+Package: qml-module-qt-labs-handlers
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Qt 5 Qt.labs.handlers QML module
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This module provides QML types for handling events from pointing
+ devices in a UI.
+
 Package: qml-module-qt-labs-settings
 Architecture: any
 Multi-Arch: same
diff --git a/debian/qml-module-qt-labs-handlers.install b/debian/qml-module-qt-labs-handlers.install
new file mode 100644
index 0000000..0025e6f
--- /dev/null
+++ b/debian/qml-module-qt-labs-handlers.install
@@ -0,0 +1,2 @@
+usr/lib/*/qt5/qml/Qt/labs/handlers/libhandlersplugin.so
+usr/lib/*/qt5/qml/Qt/labs/handlers/qmldir
diff --git a/debian/qml-module-qtquick-shapes.install b/debian/qml-module-qtquick-shapes.install
new file mode 100644
index 0000000..e72e6cd
--- /dev/null
+++ b/debian/qml-module-qtquick-shapes.install
@@ -0,0 +1,3 @@
+usr/lib/*/qt5/qml/QtQuick/Shapes/libqmlshapesplugin.so
+usr/lib/*/qt5/qml/QtQuick/Shapes/plugins.qmltypes
+usr/lib/*/qt5/qml/QtQuick/Shapes/qmldir

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list