summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/files1
-rw-r--r--debian/patches/0005-cmake_fix_ftbfs.patch13
-rw-r--r--debian/patches/series1
4 files changed, 21 insertions, 1 deletions
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 <debian@jff.email> 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