summaryrefslogtreecommitdiff
path: root/debian/patches/0005-cmake_fix_ftbfs.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2025-11-16 17:06:21 +0100
committerJörg Frings-Fürst <debian@jff.email>2025-11-16 17:06:21 +0100
commit9fc34c5f290c94173c86d2bc51968f903497bd16 (patch)
tree2eee33357b96457feb8497bc53417d55c7a520ea /debian/patches/0005-cmake_fix_ftbfs.patch
parentdde9fa50515beede0b5002767a2801fa9ddfd21f (diff)
parent5bade1eb36537481ba25bd780db1865c181447be (diff)
Merge branch 'release/debian/0.7.3-3'HEADdebian/0.7.3-3master
Diffstat (limited to 'debian/patches/0005-cmake_fix_ftbfs.patch')
-rw-r--r--debian/patches/0005-cmake_fix_ftbfs.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/0005-cmake_fix_ftbfs.patch b/debian/patches/0005-cmake_fix_ftbfs.patch
new file mode 100644
index 0000000..716f335
--- /dev/null
+++ b/debian/patches/0005-cmake_fix_ftbfs.patch
@@ -0,0 +1,20 @@
+Description: Fix FTBFS with CMake 4
+Author: Jörg Frings-Fürst <debian@jff.email>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112967
+Forwarded: not-needed, project archived.
+Last-Update: 2025-09-27
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+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)