gnucash-on-windows master: Update AQBanking to 6.5.8beta for testing.

John Ralls jralls at code.gnucash.org
Fri Apr 19 19:27:57 EDT 2024


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/59a32e3a (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/9ad03645 (commit)



commit 59a32e3a13a2655e41789f5fee160769ed7d0a78
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Apr 19 16:26:11 2024 -0700

    Update AQBanking to 6.5.8beta for testing.
    
    Note that the aqgivve module is not built because it contains
    programming errors that prevent it building and depends on
    Gwenhywfar 5.11.1beta that also has programming errors.

diff --git a/gnucash.modules b/gnucash.modules
index cb00966..13f066e 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -152,7 +152,8 @@
 
   <autotools id="aqbanking" autogen-sh="autoreconf" makeargs="-j1"
 	     autogenargs="--enable-local-install">
-    <branch module="499/aqbanking-6.5.4.tar.gz" repo="aqbanking" version="6.5.4">
+    <branch module="514/aqbanking-6.5.8beta.tar.gz" repo="aqbanking" version="6.5.8beta">
+      <patch file="aqbanking-6.5.8beta-no-aqgivve.patch" strip="1"/>
     </branch>
     <dependencies>
       <dep package="gwenhywfar"/>
diff --git a/patches/aqbanking-6.5.8beta-no-aqgivve.patch b/patches/aqbanking-6.5.8beta-no-aqgivve.patch
new file mode 100644
index 0000000..0f039ec
--- /dev/null
+++ b/patches/aqbanking-6.5.8beta-no-aqgivve.patch
@@ -0,0 +1,13 @@
+$ diff -u configure.ac~ configure.ac
+--- a/configure.ac       2024-03-19 14:49:47.000000000 -0700
++++ b/configure.ac        2024-04-19 15:26:08.337623400 -0700
+@@ -238,7 +238,7 @@
+ )
+
+ if test "$aqbanking_backends" = "all"; then
+-  aqbanking_backends="aqhbci aqofxconnect aqebics aqpaypal aqnone aqgivve"
++  aqbanking_backends="aqhbci aqofxconnect aqebics aqpaypal aqnone"
+ fi
+
+ for f in ${aqbanking_backends}; do
+



Summary of changes:
 gnucash.modules                              |  3 ++-
 patches/aqbanking-6.5.8beta-no-aqgivve.patch | 13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)
 create mode 100644 patches/aqbanking-6.5.8beta-no-aqgivve.patch



More information about the gnucash-changes mailing list