diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0005-cmake_fix_ftbfs.patch | 13 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 14 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..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 |