[SCM] KDE Base Workspace module packaging branch, master, updated. debian/4.11.6-2-6-g8b5a2ab

Maximiliano Curia maxy at moszumanska.debian.org
Sun Feb 23 17:17:22 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-workspace.git;a=commitdiff;h=8b5a2ab

The following commit has been merged in the master branch:
commit 8b5a2ab1ffdebb0f93be9d8b7102b85fd73e5e84
Author: Maximiliano Curia <maxy at debian.org>
Date:   Sun Feb 23 12:17:41 2014 +0100

    New patch: upstream_explicitly_request_a_window-drawable, thanks to Ralf Jung. (Closes: #739691)
---
 debian/changelog                                     |  2 ++
 debian/patches/series                                |  1 +
 .../upstream_explicitly_request_a_window-drawable    | 20 ++++++++++++++++++++
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 302ad29..8d5b3f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ kde-workspace (4:4.11.6-3~) UNRELEASED; urgency=medium
   * Import kubuntu's patch: kubuntu_kcm_display_add_kscreen.diff
   * Split kde-workspace-krandr from kde-workspace-bin, in order to let
     kscreen to take over.
+  * New patch: upstream_explicitly_request_a_window-drawable, thanks to Ralf
+    Jung. (Closes: #739691)
 
   [ Pino Toscano ]
   * Drop wrong patch empty_target_kwinglesutils, as it is a pkg-kde-tools
diff --git a/debian/patches/series b/debian/patches/series
index c9dcc03..b5cec8d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -22,3 +22,4 @@ add_kdefakes_for_strlcpy_and_strlcat.diff
 krunner_iceweasel_bookmarks.patch
 kubuntu_kcm_display_add_kscreen.diff
 kubuntu_no_krandr.diff
+upstream_explicitly_request_a_window-drawable
diff --git a/debian/patches/upstream_explicitly_request_a_window-drawable b/debian/patches/upstream_explicitly_request_a_window-drawable
new file mode 100644
index 0000000..338ee26
--- /dev/null
+++ b/debian/patches/upstream_explicitly_request_a_window-drawable
@@ -0,0 +1,20 @@
+commit ea7653821e83dc691ebcf8254c03eedc82c02d5f
+Author: Ralf Jung <post at ralfj.de>
+Date:   Fri Feb 21 17:42:40 2014 +0100
+
+    Explicitly request a Window-drawable
+    
+    REVIEW: 115937
+
+diff --git a/kwin/glxbackend.cpp b/kwin/glxbackend.cpp
+index ef2a989..172b32a 100644
+--- a/kwin/glxbackend.cpp
++++ b/kwin/glxbackend.cpp
+@@ -265,6 +265,7 @@ bool GlxBackend::initFbConfig()
+ {
+     const int attribs[] = {
+         GLX_RENDER_TYPE,    GLX_RGBA_BIT,
++        GLX_DRAWABLE_TYPE,  GLX_WINDOW_BIT,
+         GLX_RED_SIZE,       1,
+         GLX_GREEN_SIZE,     1,
+         GLX_BLUE_SIZE,      1,

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list