[neon/neon-packaging/c4core/Neon/release] debian/patches: correct patch

Carlos De Maine null at kde.org
Mon Jan 27 07:06:14 GMT 2025


Git commit 986f0816c7fa398a5bb2c74e22ea92a54f0d8f82 by Carlos De Maine.
Committed on 27/01/2025 at 07:01.
Pushed by carlosdem into branch 'Neon/release'.

correct patch

M  +10   -8    debian/patches/debian_packaged_c4project.diff

https://invent.kde.org/neon/neon-packaging/c4core/-/commit/986f0816c7fa398a5bb2c74e22ea92a54f0d8f82

diff --git a/debian/patches/debian_packaged_c4project.diff b/debian/patches/debian_packaged_c4project.diff
index c6fae55..b6482d3 100644
--- a/debian/patches/debian_packaged_c4project.diff
+++ b/debian/patches/debian_packaged_c4project.diff
@@ -1,11 +1,13 @@
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e222a9d6..cabc947f 100644
+index b12de7b..e16edd9 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -1,5 +1,5 @@
- cmake_minimum_required(VERSION 3.12)
--include(./ext/c4core/cmake/c4Project.cmake)
-+include(/usr/lib/cmake/c4Project.cmake)
- project(ryml
-     DESCRIPTION "Rapid YAML parsing and emitting"
-     HOMEPAGE_URL "https://github.com/biojppm/rapidyaml"
+@@ -3,7 +3,7 @@ project(c4core
+     DESCRIPTION "Multiplatform low-level C++ utilities"
+     HOMEPAGE_URL "https://github.com/biojppm/c4core"
+     LANGUAGES CXX)
+-include(./cmake/c4Project.cmake)
++include(/usr/lib/cmake/c4project/c4Project.cmake)
+ include(./compat.cmake)
+ 
+ c4_project(VERSION 0.2.2


More information about the Neon-commits mailing list