From 0099f8d5f37acb402bc98c0fae24f0ffb27bc48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 27 Sep 2025 07:38:26 +0200 Subject: Fix FTBFS with CMmake 4 --- debian/changelog | 7 +++++++ debian/files | 1 - debian/patches/0005-cmake_fix_ftbfs.patch | 13 +++++++++++++ debian/patches/series | 1 + 4 files changed, 21 insertions(+), 1 deletion(-) delete mode 100644 debian/files create mode 100644 debian/patches/0005-cmake_fix_ftbfs.patch diff --git a/debian/changelog b/debian/changelog index 7116861..a8561df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gnome-pie (0.7.3-3) UNRELEASED; urgency=medium + + * New debian/0005-cmake_fix_ftbfs.patch (Closes: #1112967): + - Fix FTBFS with CMmake 4. + + -- Jörg Frings-Fürst Fri, 26 Sep 2025 16:32:41 +0200 + gnome-pie (0.7.3-2) unstable; urgency=medium * debian/rules: diff --git a/debian/files b/debian/files deleted file mode 100644 index 276b641..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -gnome-pie_0.7.3-2_source.buildinfo gnome optional diff --git a/debian/patches/0005-cmake_fix_ftbfs.patch b/debian/patches/0005-cmake_fix_ftbfs.patch new file mode 100644 index 0000000..f5aa075 --- /dev/null +++ b/debian/patches/0005-cmake_fix_ftbfs.patch @@ -0,0 +1,13 @@ +Index: trunk/CMakeLists.txt +=================================================================== +--- trunk.orig/CMakeLists.txt ++++ trunk/CMakeLists.txt +@@ -4,7 +4,7 @@ + + project("gnomepie" C) + +-cmake_minimum_required(VERSION 2.6) ++cmake_minimum_required(VERSION 3.2...3.31) + + # Location where cmake first looks for modules. + list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/vala) diff --git a/debian/patches/series b/debian/patches/series index 6df8e3f..fc58f89 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,5 @@ #0110-Fix-Build-error.patch +0005-cmake_fix_ftbfs.patch 0900-fix_it_po.patch 0700-ayatana-appindicator.patch 0105-spelling_errors.patch -- cgit v1.2.3