From 0677c688598b8dadeeece34f80a3f6d7d86cbd8f Mon Sep 17 00:00:00 2001 From: zouxiaoyi Date: Mon, 11 Dec 2023 13:41:35 +0800 Subject: [PATCH] kwayland-server: 5.24.4-ok4.2 --- debian/changelog | 6 ++++++ .../0004-kwayland-server-5.24.4-ok4.2.patch | 21 +++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 28 insertions(+) create mode 100644 debian/patches/0004-kwayland-server-5.24.4-ok4.2.patch diff --git a/debian/changelog b/debian/changelog index 0fd1f9d..9a7c9b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kwayland-server (5.24.4-ok4.2) nile; urgency=medium + + * Fix PlasmaShellInterface version. + + -- zouxiaoyi Mon, 11 Dec 2023 13:41:00 +0800 + kwayland-server (5.24.4-ok4.1) nile; urgency=medium * Add new watermark type. diff --git a/debian/patches/0004-kwayland-server-5.24.4-ok4.2.patch b/debian/patches/0004-kwayland-server-5.24.4-ok4.2.patch new file mode 100644 index 0000000..737aef4 --- /dev/null +++ b/debian/patches/0004-kwayland-server-5.24.4-ok4.2.patch @@ -0,0 +1,21 @@ +From: zouxiaoyi +Date: Mon, 11 Dec 2023 13:41:35 +0800 +Subject: kwayland-server: 5.24.4-ok4.2 + +--- + src/server/plasmashell_interface.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/server/plasmashell_interface.cpp b/src/server/plasmashell_interface.cpp +index b5aa3c4..5b3287d 100644 +--- a/src/server/plasmashell_interface.cpp ++++ b/src/server/plasmashell_interface.cpp +@@ -13,7 +13,7 @@ + + namespace KWaylandServer + { +-static const quint32 s_version = 6; ++static const quint32 s_version = 7; + static QList s_shellSurfaces; + + class PlasmaShellInterfacePrivate : public QtWaylandServer::org_kde_plasma_shell diff --git a/debian/patches/series b/debian/patches/series index ab1aed4..0395369 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ 0001-update-changelog.patch 0002-update-changelog.patch 0003-kwayland-server-5.24.4-ok4.1.patch +0004-kwayland-server-5.24.4-ok4.2.patch