Control: tags 1112743 + patch Control: tags 1112743 + pending Dear maintainer,
I've prepared an NMU for cairo-dock (versioned as 3.5.1-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for cairo-dock-3.5.1 cairo-dock-3.5.1 changelog | 7 +++++++ patches/cmake-4.patch | 14 ++++++++++++++ patches/series | 1 + 3 files changed, 22 insertions(+) diff -Nru cairo-dock-3.5.1/debian/changelog cairo-dock-3.5.1/debian/changelog --- cairo-dock-3.5.1/debian/changelog 2025-02-20 08:38:38.000000000 +0200 +++ cairo-dock-3.5.1/debian/changelog 2025-10-26 22:32:24.000000000 +0200 @@ -1,3 +1,10 @@ +cairo-dock (3.5.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with CMake 4. (Closes: #1112743) + + -- Adrian Bunk <[email protected]> Sun, 26 Oct 2025 22:32:24 +0200 + cairo-dock (3.5.1-2) unstable; urgency=medium * Add patch: Fix cairo-dock crash when opening a subdock diff -Nru cairo-dock-3.5.1/debian/patches/cmake-4.patch cairo-dock-3.5.1/debian/patches/cmake-4.patch --- cairo-dock-3.5.1/debian/patches/cmake-4.patch 1970-01-01 02:00:00.000000000 +0200 +++ cairo-dock-3.5.1/debian/patches/cmake-4.patch 2025-10-26 22:32:24.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Fix FTBFS with CMake 4 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1112743 + +--- cairo-dock-3.5.1.orig/CMakeLists.txt ++++ cairo-dock-3.5.1/CMakeLists.txt +@@ -1,6 +1,6 @@ + ########### requirements ############### + +-cmake_minimum_required (VERSION 2.6) ++cmake_minimum_required (VERSION 3.5) + find_package (PkgConfig) + include (CheckLibraryExists) + include (CheckIncludeFiles) diff -Nru cairo-dock-3.5.1/debian/patches/series cairo-dock-3.5.1/debian/patches/series --- cairo-dock-3.5.1/debian/patches/series 2025-02-20 08:38:38.000000000 +0200 +++ cairo-dock-3.5.1/debian/patches/series 2025-10-26 22:32:24.000000000 +0200 @@ -4,3 +4,4 @@ 0004-Use-long-ID-of-GPG.patch # 0005-Change-version-to-3.4.1-in-CMakeLists.txt.patch 0006-do-not-emit-fake-leave-enter-events.patch +cmake-4.patch

