[SCM] kreport packaging branch, master, updated. 8d39ef2abe8618599c826bde388b37d176782434

Pino Toscano pino at moszumanska.debian.org
Tue Jan 31 22:07:27 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/kreport.git;a=commitdiff;h=419e121

The following commit has been merged in the master branch:
commit 419e12187a481fea9a5413da12f7e9b38c0e79de
Author: Pino Toscano <pino at debian.org>
Date:   Tue Jan 31 23:01:19 2017 +0100

    enable maps and web plugins
---
 debian/control                         | 32 ++++++++++++++++++++++++++++++++
 debian/libkreport3-plugin-maps.install |  1 +
 debian/libkreport3-plugin-web.install  |  1 +
 3 files changed, 34 insertions(+)

diff --git a/debian/control b/debian/control
index f825486..9cee7fc 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,8 @@ Build-Depends: cmake (>= 3.0),
                libkf5i18n-dev (>= 5.7.0),
                libkf5widgetsaddons-dev (>= 5.7.0),
                libkproperty3-dev (>= 2.99.1),
+               libmarble-dev,
+               libqt5webkit5-dev,
                pkg-kde-tools (>= 0.15.16),
                python,
                qtbase5-dev (>= 5.3.0),
@@ -99,3 +101,33 @@ Description: barcode plugin for KReport
  This package contains the barcode plugin for KReport.
  .
  This package is part of the Calligra Suite.
+
+Package: libkreport3-plugin-maps
+Architecture: any
+Multi-Arch: same
+Depends: libkreport3-3 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: maps plugin for KReport
+ The KReport framework implements reporting functionality for creation
+ of reports in MS Access style. They are also similar to SAP Crystal Reports
+ and FileMaker reports.
+ .
+ This package contains the maps plugin for KReport.
+ .
+ This package is part of the Calligra Suite.
+
+Package: libkreport3-plugin-web
+Architecture: any
+Multi-Arch: same
+Depends: libkreport3-3 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: web plugin for KReport
+ The KReport framework implements reporting functionality for creation
+ of reports in MS Access style. They are also similar to SAP Crystal Reports
+ and FileMaker reports.
+ .
+ This package contains the web plugin for KReport.
+ .
+ This package is part of the Calligra Suite.
diff --git a/debian/libkreport3-plugin-maps.install b/debian/libkreport3-plugin-maps.install
new file mode 100644
index 0000000..14cac50
--- /dev/null
+++ b/debian/libkreport3-plugin-maps.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/plugins/kreport3/org.kde.kreport.maps.so
diff --git a/debian/libkreport3-plugin-web.install b/debian/libkreport3-plugin-web.install
new file mode 100644
index 0000000..1800482
--- /dev/null
+++ b/debian/libkreport3-plugin-web.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/plugins/kreport3/org.kde.kreport.web.so

-- 
kreport packaging



More information about the pkg-kde-commits mailing list