summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-07-30 19:40:33 +0200
committer Eric Hameleers <alien@slackware.com>2020-07-30 19:40:33 +0200
commit3ab3b29afb8d0e1e952cf5605b74bc4a7fac3aab (patch)
tree37958c78463bb7b58ba8cef0cf91c0310c0a5af5
parent59dff7fdf916c83c58b223f2fd29ca4fc9059cea (diff)
downloadktown-3ab3b29afb8d0e1e952cf5605b74bc4a7fac3aab.tar.gz
ktown-3ab3b29afb8d0e1e952cf5605b74bc4a7fac3aab.tar.xz
plasma-wayland-protocols: add a missing protocol version bump
-rw-r--r--kde/patch/plasma-wayland-protocols.patch2
-rw-r--r--kde/patch/plasma-wayland-protocols/plasma-wayland-protocols_add.missing.since.13.patch60
2 files changed, 62 insertions, 0 deletions
diff --git a/kde/patch/plasma-wayland-protocols.patch b/kde/patch/plasma-wayland-protocols.patch
new file mode 100644
index 0000000..77ba5d6
--- /dev/null
+++ b/kde/patch/plasma-wayland-protocols.patch
@@ -0,0 +1,2 @@
+# Add the missing 'since="13"' to event name "window_with_uuid":
+cat $CWD/patch/plasma-wayland-protocols/plasma-wayland-protocols_add.missing.since.13.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/kde/patch/plasma-wayland-protocols/plasma-wayland-protocols_add.missing.since.13.patch b/kde/patch/plasma-wayland-protocols/plasma-wayland-protocols_add.missing.since.13.patch
new file mode 100644
index 0000000..2450b1c
--- /dev/null
+++ b/kde/patch/plasma-wayland-protocols/plasma-wayland-protocols_add.missing.since.13.patch
@@ -0,0 +1,60 @@
+From 404ae95bc6c2e0a06f09bdcc81bedabcd5c720de Mon Sep 17 00:00:00 2001
+From: Aleix Pol <aleixpol@kde.org>
+Date: Mon, 27 Jul 2020 15:19:56 +0200
+Subject: [PATCH] plasma-window-management: add missing since
+
+---
+ src/protocols/plasma-window-management.xml | 20 ++++++++++----------
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/src/protocols/plasma-window-management.xml b/src/protocols/plasma-window-management.xml
+index e2fe6303..40e1252f 100644
+--- a/src/protocols/plasma-window-management.xml
++++ b/src/protocols/plasma-window-management.xml
+@@ -6,7 +6,7 @@
+ SPDX-License-Identifier: LGPL-2.1-or-later
+ ]]></copyright>
+
+- <interface name="org_kde_plasma_window_management" version="12">
++ <interface name="org_kde_plasma_window_management" version="13">
+ <description summary="application windows management">
+ This interface manages application windows.
+ It provides requests to show and hide the desktop and emits
+@@ -78,14 +78,6 @@
+ <arg name="id" type="uint" summary="Deprecated: internal window Id"/>
+ </event>
+
+- <event name="window_with_uuid">
+- <description summary="notify the client that a window was mapped">
+- This event will be sent immediately after a window is mapped.
+- </description>
+- <arg name="id" type="uint" summary="Deprecated: internal window Id"/>
+- <arg name="uuid" type="string" summary="internal window uuid"/>
+- </event>
+-
+ <event name="stacking_order_changed" since="11">
+ <description summary="notify the client when stacking order changed">
+ This event will be sent when stacking order changed and on bind
+@@ -99,9 +91,17 @@
+ </description>
+ <arg name="uuids" type="string" summary="internal windows id ;-separated"/>
+ </event>
++
++ <event name="window_with_uuid" since="13">
++ <description summary="notify the client that a window was mapped">
++ This event will be sent immediately after a window is mapped.
++ </description>
++ <arg name="id" type="uint" summary="Deprecated: internal window Id"/>
++ <arg name="uuid" type="string" summary="internal window uuid"/>
++ </event>
+ </interface>
+
+- <interface name="org_kde_plasma_window" version="12">
++ <interface name="org_kde_plasma_window" version="13">
+ <description summary="interface to control application windows">
+ Manages and control an application window.
+
+--
+GitLab
+
+