[SCM] gammaray packaging branch, master, updated. debian/2.3.0-3-61-g16a229e

Jakub Adam xhaakon-guest at moszumanska.debian.org
Wed Mar 1 12:37:14 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/gammaray.git;a=commitdiff;h=a5675dd

The following commit has been merged in the master branch:
commit a5675dd450bf664bcfef223296cefd8ae5bbddd7
Author: Jakub Adam <jakub.adam at tieto.com>
Date:   Mon Oct 31 15:11:58 2016 +0100

    Enable Wayland compositor inspector plugin
---
 debian/changelog                                |  1 +
 debian/control                                  | 13 +++++++++++++
 debian/gammaray-plugin-waylandinspector.install |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7c9fda4..cd6ecaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ gammaray (2.7.0-1) UNRELEASED; urgency=medium
   * Refresh patches:
     - debian-archs-fix-build.patch
     - disable-qt4-objectvisualizer.patch.
+  * Enable Wayland compositor inspector plugin.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Wed, 01 Mar 2017 08:18:38 +0100
 
diff --git a/debian/control b/debian/control
index 898fcb5..0e0393b 100644
--- a/debian/control
+++ b/debian/control
@@ -16,11 +16,13 @@ Build-Depends: debhelper (>= 9),
                qttranslations5-l10n,
                libkf5coreaddons-dev,
                libqt5svg5-dev,
+               libqt5waylandcompositor5-dev,
                libqt5webkit5-dev,
                qtdeclarative5-private-dev,
                libqt4-dev,
                libgraphviz-dev,
                libvtk6-qt-dev [!armel !armhf],
+               libwayland-dev (>= 1.12.0),
                gdb,
                xauth,
                xvfb
@@ -90,6 +92,17 @@ Description: GammaRay plugin for inspecting QtQuick2 applications
   * Live-preview of the QtQuick scene inside the GammaRay window.
   * Qt Quick scene graph inspector.
 
+Package: gammaray-plugin-waylandinspector
+Architecture: any
+Depends: gammaray (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Enhances: gammaray
+Description: Wayland compositor inspector plugin for GammaRay
+ The Wayland compositor inspector allows one to browse QWaylandClient
+ instances and their associated resources, as well as observe Wayland
+ events.
+
 Package: gammaray-plugin-kjobtracker
 Architecture: any
 Depends: gammaray (= ${binary:Version}),
diff --git a/debian/gammaray-plugin-waylandinspector.install b/debian/gammaray-plugin-waylandinspector.install
new file mode 100644
index 0000000..785164c
--- /dev/null
+++ b/debian/gammaray-plugin-waylandinspector.install
@@ -0,0 +1 @@
+usr/lib/gammaray/*/qt*/gammaray_wlcompositorinspector*

-- 
gammaray packaging



More information about the pkg-kde-commits mailing list