[neon/extras/kmymoney/Neon/stable] debian/patches: quilt refresh
Carlos De Maine
null at kde.org
Wed Jul 30 13:28:37 BST 2025
Git commit df79ee9687815a9f4f9671fcc29ce5714efc6909 by Carlos De Maine.
Committed on 30/07/2025 at 12:28.
Pushed by carlosdem into branch 'Neon/stable'.
quilt refresh
M +6 -5 debian/patches/neon_libofx_MOD_VERSION.diff
https://invent.kde.org/neon/extras/kmymoney/-/commit/df79ee9687815a9f4f9671fcc29ce5714efc6909
diff --git a/debian/patches/neon_libofx_MOD_VERSION.diff b/debian/patches/neon_libofx_MOD_VERSION.diff
index 5683e6d..83368c6 100644
--- a/debian/patches/neon_libofx_MOD_VERSION.diff
+++ b/debian/patches/neon_libofx_MOD_VERSION.diff
@@ -1,14 +1,15 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 452f7f7dd6ddae6699cbfa080466aa4635da584f..c31cb4f7f3cc18aa9ed32158e82c65f475cbaaab 100644
+index 452f7f7dd6ddae6699cbfa080466aa4635da584f..70cd94102d994655b94db65bfab62d441c93bb7a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -261,8 +261,10 @@ if(NOT libofx_FOUND)
- pkg_check_modules(libofx IMPORTED_TARGET libofx)
if(libofx_FOUND)
if (${libofx_VERSION} VERSION_GREATER_EQUAL ${KMM_LIBOFX_MIN_VERSION})
-+ set(libofx_FOUND TRUE)
++ set(libofx_FOUND TRUE)
add_library(libofx::libofx INTERFACE IMPORTED)
target_link_libraries(libofx::libofx INTERFACE PkgConfig::libofx)
-+ message(STATUS "Version ${libofx_VERSION} of libofx found and is larger than the required version ${KMM_LIBOFX_MIN_VERSION}")
- else()
++ message(STATUS "Version ${libofx_VERSION} of libofx found and is larger than the required version ${KMM_LIBOFX_MIN_VERSION}")
+ else()
+ message(STATUS "Version ${libofx_VERSION} of libofx does not meet min. required version ${KMM_LIBOFX_MIN_VERSION}")
+ set(libofx_FOUND FALSE)
More information about the Neon-commits
mailing list