[SCM] kwin packaging branch, master, updated. debian/5.3.2-4-12-ge8769f1

Maximiliano Curia maxy at moszumanska.debian.org
Fri Sep 4 09:17:33 UTC 2015


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

The following commit has been merged in the master branch:
commit 37ba9231751436bfca860dfd4bcb4805603b7b8f
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Sep 4 01:53:54 2015 +0200

    Follow wayland backends restructure done in kubuntu
---
 debian/control                              | 65 +++++++++++++++++++++++++++++
 debian/kwin-common.install                  |  2 +
 debian/kwin-wayland-backend-drm.install     |  1 +
 debian/kwin-wayland-backend-fbdev.install   |  1 +
 debian/kwin-wayland-backend-wayland.install |  1 +
 debian/kwin-wayland-backend-x11.install     |  1 +
 debian/kwin-wayland.install                 |  1 -
 7 files changed, 71 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c9eef09..6160081 100644
--- a/debian/control
+++ b/debian/control
@@ -136,6 +136,7 @@ Description: KDE window manager, X11 version
 Package: kwin-wayland
 Architecture: any
 Depends: kwin-common (= ${binary:Version}),
+         kwin-wayland-backend-drm (= ${binary:Version}) | kwin-wayland-backend,
          qtwayland5,
          ${misc:Depends},
          ${shlibs:Depends}
@@ -217,6 +218,70 @@ Description: KDE window manager gl utils library
  .
  This package is part of the KDE base workspace module.
 
+Package: kwin-wayland-backend-drm
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Provides: kwin-wayland-backend
+Description: KDE window manager drm 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-fbdev
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Provides: kwin-wayland-backend
+Description: KDE window manager fbdev 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-x11
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Provides: kwin-wayland-backend
+Description: KDE window manager x11 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
+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: libkwinxrenderutils6
 Section: libs
 Architecture: any
diff --git a/debian/kwin-common.install b/debian/kwin-common.install
index 2129684..2a2ea80 100644
--- a/debian/kwin-common.install
+++ b/debian/kwin-common.install
@@ -1,5 +1,6 @@
 etc/xdg/aurorae.knsrc
 etc/xdg/kwin*.knsrc
+etc/xdg/org_kde_kwin.categories
 usr/lib/*/kconf_update_bin/kwin5_update_default_rules
 usr/lib/*/libexec/kwin*
 usr/lib/*/libkdeinit5_kwin_rules_dialog.so
@@ -9,4 +10,5 @@ usr/lib/*/qt5/plugins/kcm_kwin*.so
 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/qml/org/kde/kwin/
diff --git a/debian/kwin-wayland-backend-drm.install b/debian/kwin-wayland-backend-drm.install
new file mode 100644
index 0000000..3702af5
--- /dev/null
+++ b/debian/kwin-wayland-backend-drm.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/plugins/org.kde.kwin.waylandbackends/KWinWaylandDrmBackend.so
diff --git a/debian/kwin-wayland-backend-fbdev.install b/debian/kwin-wayland-backend-fbdev.install
new file mode 100644
index 0000000..6e6e28b
--- /dev/null
+++ b/debian/kwin-wayland-backend-fbdev.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/plugins/org.kde.kwin.waylandbackends/KWinWaylandFbdevBackend.so
diff --git a/debian/kwin-wayland-backend-wayland.install b/debian/kwin-wayland-backend-wayland.install
new file mode 100644
index 0000000..c449a02
--- /dev/null
+++ b/debian/kwin-wayland-backend-wayland.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/plugins/org.kde.kwin.waylandbackends/KWinWaylandWaylandBackend.so
diff --git a/debian/kwin-wayland-backend-x11.install b/debian/kwin-wayland-backend-x11.install
new file mode 100644
index 0000000..8847e4d
--- /dev/null
+++ b/debian/kwin-wayland-backend-x11.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/plugins/org.kde.kwin.waylandbackends/KWinWaylandX11Backend.so
diff --git a/debian/kwin-wayland.install b/debian/kwin-wayland.install
index a770911..2f5fd3e 100644
--- a/debian/kwin-wayland.install
+++ b/debian/kwin-wayland.install
@@ -1,2 +1 @@
 usr/bin/kwin_wayland
-usr/lib/*/libkdeinit5_kwin_wayland.so

-- 
kwin packaging



More information about the pkg-kde-commits mailing list