[SCM] kwin packaging branch, master, updated. debian/5.4.3-1-16-g6b63996

Maximiliano Curia maxy at moszumanska.debian.org
Wed Jan 27 16:42:43 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kwin.git;a=commitdiff;h=35a56ab

The following commit has been merged in the master branch:
commit 35a56ababa00ad35186d1eb8fcd6fd89e1613198
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Dec 15 22:02:51 2015 +0100

    Add virtual backend.
---
 debian/changelog                            |  1 +
 debian/control                              | 36 +++++++++++++++++++++++++++--
 debian/kwin-common.install                  |  1 +
 debian/kwin-data.install                    |  1 +
 debian/kwin-wayland-backend-virtual.install |  1 +
 debian/kwin-wayland.install                 |  1 +
 6 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0b3a4f8..a72ea13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ kwin (4:5.5.1-1~) UNRELEASED; urgency=medium
   * Update symbols files from buildds logs (4:5.4.3-1.1).
   * New upstream release (5.5.1).
   * Follow upstream soversion bump
+  * Add virtual backend.
 
  -- Maximiliano Curia <maxy at debian.org>  Tue, 15 Dec 2015 17:09:57 +0100
 
diff --git a/debian/control b/debian/control
index 75d0106..d9e586f 100644
--- a/debian/control
+++ b/debian/control
@@ -194,8 +194,7 @@ Package: libkwinglutils7
 Section: libs
 Architecture: alpha amd64 arm64 hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 m68k mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc sparc64 x32
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: kwin-common (<< 4:5.4),
-        libkwin4-effect-builtins1 (<< 4:5.4)
+Breaks: kwin-common (<< 4:5.4), libkwin4-effect-builtins1 (<< 4:5.4)
 Description: KDE window manager gl utils library
  KWin (pronounced as one syllable "kwin") is the window
  manager for the KDE Plasma Desktop. It gives you complete
@@ -270,6 +269,39 @@ Description: KDE window manager x11 plugin
  .
  This package is part of the KDE base workspace module
 
+Package: kwin-wayland-backend-virtual
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Provides: kwin-wayland-backend
+Description: KDE window manager virtual plugin
+ KWin (pronounced as one syllable "kwin") is the window
+ manager for the KDE Plasma Desktop. It gives you complete
+ control over your windows, making sure they're not in the way
+ but aid you in your task. It paints the window decoration,
+ the bar on top of every window with (configurable) buttons
+ like close, maximize and minimize. It also handles placing
+ of windows and switching between them.
+ .
+ This backend allows running kwin-wayland in headless mode, useful for testing,
+ or in the Cloud.
+
+Package: kwin-wayland-backend-wayland
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Provides: kwin-wayland-backend
+Description: KDE window manager nested wayland plugin
+ KWin (pronounced as one syllable "kwin") is the window
+ manager for the KDE Plasma Desktop. It gives you complete
+ control over your windows, making sure they're not in the way
+ but aid you in your task. It paints the window decoration,
+ the bar on top of every window with (configurable) buttons
+ like close, maximize and minimize. It also handles placing
+ of windows and switching between them.
+ .
+ This package is part of the KDE base workspace module
+
 Package: kwin-wayland-backend-wayland
 Section: libs
 Architecture: any
diff --git a/debian/kwin-common.install b/debian/kwin-common.install
index 2a2ea80..7c8178a 100644
--- a/debian/kwin-common.install
+++ b/debian/kwin-common.install
@@ -11,4 +11,5 @@ usr/lib/*/qt5/plugins/kwin*.so
 usr/lib/*/qt5/plugins/kwin/
 usr/lib/*/qt5/plugins/org.kde.kdecoration2/kwin5_aurorae.so
 usr/lib/*/qt5/plugins/org.kde.kglobalaccel5.platforms/KF5GlobalAccelPrivateKWin.so
+usr/lib/*/qt5/plugins/platforms/KWinQpaPlugin.so
 usr/lib/*/qt5/qml/org/kde/kwin/
diff --git a/debian/kwin-data.install b/debian/kwin-data.install
index ce016df..ff8d03c 100644
--- a/debian/kwin-data.install
+++ b/debian/kwin-data.install
@@ -21,3 +21,4 @@ usr/share/locale/*/*/kwin.mo
 usr/share/locale/*/*/kwin_clients.mo
 usr/share/locale/*/*/kwin_effects.mo
 usr/share/locale/*/*/kwin_scripting.mo
+usr/share/locale/*/*/kwin_scripts.mo
diff --git a/debian/kwin-wayland-backend-virtual.install b/debian/kwin-wayland-backend-virtual.install
new file mode 100644
index 0000000..c72b2c4
--- /dev/null
+++ b/debian/kwin-wayland-backend-virtual.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/plugins/org.kde.kwin.waylandbackends/KWinWaylandVirtualBackend.so
diff --git a/debian/kwin-wayland.install b/debian/kwin-wayland.install
index 2f5fd3e..cbbf1c0 100644
--- a/debian/kwin-wayland.install
+++ b/debian/kwin-wayland.install
@@ -1 +1,2 @@
 usr/bin/kwin_wayland
+usr/lib/*/qt5/plugins/kf5/org.kde.kidletime.platforms/KF5IdleTimeKWinWaylandPrivatePlugin.so

-- 
kwin packaging



More information about the pkg-kde-commits mailing list