Skip to content

Commit

Permalink
Update AQBanking to 6.5.8beta for testing.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jralls committed Apr 19, 2024
1 parent 9ad0364 commit 59a32e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gnucash.modules
Expand Up @@ -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"/>
Expand Down
13 changes: 13 additions & 0 deletions 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

0 comments on commit 59a32e3

Please sign in to comment.