Control: tags 1131434 + patch Control: tags 1131434 + pending Dear maintainer,
I've prepared an NMU for kwin-zones (versioned as 1.0.11-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for kwin-zones-1.0.11 kwin-zones-1.0.11 changelog | 8 ++ patches/0001-Fix-for-building-against-Qt6GuiPrivate-Wayland.patch | 27 ++++++++++ patches/series | 1 3 files changed, 36 insertions(+) diff -Nru kwin-zones-1.0.11/debian/changelog kwin-zones-1.0.11/debian/changelog --- kwin-zones-1.0.11/debian/changelog 2026-03-04 01:22:26.000000000 +0200 +++ kwin-zones-1.0.11/debian/changelog 2026-03-23 23:30:31.000000000 +0200 @@ -1,3 +1,11 @@ +kwin-zones (1.0.11-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with Qt 6.10, thanks to + Patrick Franz. (Closes: #1131434) + + -- Adrian Bunk <[email protected]> Mon, 23 Mar 2026 23:30:31 +0200 + kwin-zones (1.0.11-2) unstable; urgency=medium [ Matthias Klumpp ] diff -Nru kwin-zones-1.0.11/debian/patches/0001-Fix-for-building-against-Qt6GuiPrivate-Wayland.patch kwin-zones-1.0.11/debian/patches/0001-Fix-for-building-against-Qt6GuiPrivate-Wayland.patch --- kwin-zones-1.0.11/debian/patches/0001-Fix-for-building-against-Qt6GuiPrivate-Wayland.patch 1970-01-01 02:00:00.000000000 +0200 +++ kwin-zones-1.0.11/debian/patches/0001-Fix-for-building-against-Qt6GuiPrivate-Wayland.patch 2026-03-23 23:30:18.000000000 +0200 @@ -0,0 +1,27 @@ +From 9544e9691178dfbfbe1feb92f96b2dce2359d86a Mon Sep 17 00:00:00 2001 +From: Steve Cossette <[email protected]> +Date: Mon, 13 Oct 2025 10:40:07 +0000 +Subject: Fix for building against Qt6GuiPrivate & Wayland + +--- + CMakeLists.txt | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 0edfd05..8ce1ef8 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -28,8 +28,10 @@ include(ECMSetupQtPluginMacroNames) + find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS + Core + Gui ++ GuiPrivate + Widgets + WaylandClient ++ WaylandClientPrivate + ) + + if (NOT ONLY_CLIENT_BUILD) +-- +2.47.3 + diff -Nru kwin-zones-1.0.11/debian/patches/series kwin-zones-1.0.11/debian/patches/series --- kwin-zones-1.0.11/debian/patches/series 2026-03-02 01:19:17.000000000 +0200 +++ kwin-zones-1.0.11/debian/patches/series 2026-03-23 23:30:31.000000000 +0200 @@ -1 +1,2 @@ fix-qt6.8.patch +0001-Fix-for-building-against-Qt6GuiPrivate-Wayland.patch

