[neon/extras/kmymoney/Neon/release] debian/patches: debug kbanking

Carlos De Maine null at kde.org
Wed Mar 11 05:42:43 GMT 2026


Git commit bc920ae52b5becbecc81c06c38043186f973d1bd by Carlos De Maine.
Committed on 11/03/2026 at 05:42.
Pushed by carlosdem into branch 'Neon/release'.

debug kbanking

A  +1    -0    debian/patches/series
D  +0    -30   debian/patches/sql_private.diff
A  +19   -0    debian/patches/verbose_kbanking.diff

https://invent.kde.org/neon/extras/kmymoney/-/commit/bc920ae52b5becbecc81c06c38043186f973d1bd

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..bfe81dd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+verbose_kbanking.diff
diff --git a/debian/patches/sql_private.diff b/debian/patches/sql_private.diff
deleted file mode 100644
index 56eb251..0000000
--- a/debian/patches/sql_private.diff
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 32e2840..f21e7ed 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -183,7 +183,7 @@ if (PkgConfig_FOUND)
- endif()
- 
- find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} REQUIRED COMPONENTS Core DBus Widgets Svg Xml Test PrintSupport)
--find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} OPTIONAL_COMPONENTS Sql Concurrent QuickWidgets)
-+find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} OPTIONAL_COMPONENTS Sql SqlPrivate Concurrent QuickWidgets)
- 
- find_package(KF${QT_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED COMPONENTS Archive CoreAddons Config ConfigWidgets Crash I18n Completion KCMUtils ItemModels ItemViews Service XmlGui TextWidgets Notifications KIO)
- 
-diff --git a/kmymoney/plugins/sqlcipher/CMakeLists.txt b/kmymoney/plugins/sqlcipher/CMakeLists.txt
-index ee6f2e7..aa3fc19 100644
---- a/kmymoney/plugins/sqlcipher/CMakeLists.txt
-+++ b/kmymoney/plugins/sqlcipher/CMakeLists.txt
-@@ -32,10 +32,8 @@ target_link_libraries(qsqlcipher
-   PRIVATE
-     PkgConfig::SQLCIPHER
- )
--if (TARGET Qt::SqlPrivate)
--  target_link_libraries(qsqlcipher PRIVATE Qt::SqlPrivate)
--endif()
--target_link_libraries(qsqlcipher PRIVATE Qt::Sql)
-+
-+target_link_libraries(qsqlcipher PRIVATE Qt::Sql Qt::SqlPrivate)
- 
- if(BUILD_TESTING)
-  add_subdirectory(tests)
\ No newline at end of file
diff --git a/debian/patches/verbose_kbanking.diff b/debian/patches/verbose_kbanking.diff
new file mode 100644
index 0000000..e125e5c
--- /dev/null
+++ b/debian/patches/verbose_kbanking.diff
@@ -0,0 +1,19 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ff313f37b..61cd64390 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -399,10 +399,10 @@ cmake_dependent_option(ENABLE_IBANBICDATA "Enable IBAN/BIC data support." OFF
+ add_feature_info("IBAN/BIC data" ENABLE_IBANBICDATA "Adds predefined IBAN/BIC numbers to KMyMoney (note: doesn't work yet).")
+ 
+ # check for optional KBanking support
+-find_package(aqbanking ${KMM_AQBANKING_MIN_VERSION} QUIET)
+-find_package(gwenhywfar ${KMM_GWENHYWFAR_MIN_VERSION} QUIET)
+-find_package(gwengui-cpp QUIET)
+-find_package(gwengui-qt${QT_MAJOR_VERSION} QUIET)
++find_package(aqbanking ${KMM_AQBANKING_MIN_VERSION})
++find_package(gwenhywfar ${KMM_GWENHYWFAR_MIN_VERSION})
++find_package(gwengui-cpp)
++find_package(gwengui-qt${QT_MAJOR_VERSION})
+ 
+ cmake_dependent_option(ENABLE_KBANKING "Enable KBanking plugin" ON
+                        "AQBANKING_FOUND;gwengui-cpp_FOUND;gwengui-qt${QT_MAJOR_VERSION}_FOUND;Qt${QT_MAJOR_VERSION}QuickWidgets_FOUND" OFF)


More information about the Neon-commits mailing list