gnucash-on-osx master: Update Gwenhywfar and AQBanking to latest revs.

John Ralls jralls at code.gnucash.org
Tue Aug 20 17:01:17 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/2c23701e (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/5588ffd2 (commit)



commit 2c23701e15766d3b08855bd2cd3001e1e05b48d2
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Aug 20 14:01:10 2019 -0700

    Update Gwenhywfar and AQBanking to latest revs.
    
    Supports new FinTS product ID requirement.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index a1a8053..359faa1 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -22,7 +22,7 @@
   <repository type="git" name="aquamaniac"
               href="https://git.aquamaniac.de/git/"/>
   <repository type="tarball" name="aqbanking"
-              href="https://www.aquamaniac.de/sites/download/"/>
+              href="https://www.aquamaniac.de/rdm/attachments/download/"/>
   <repository type="git" name="github"
 	      href="git://github.com/"/>
   <repository type="tarball" name="openssl"
@@ -48,7 +48,7 @@
 
   <autotools id="gwenhywfar" autogen-sh="configure"
 	     autogenargs="--with-guis='gtk3' --enable-local-install">
-    <branch module="download.php?package=01&release=208&file=02&dummy=gwenhywfar-4.20.0.tar.gz" version="4.20.0" repo="aqbanking" checkoutdir="gwenhywfar-4.20.0">
+    <branch module="104/gwenhywfar-4.20.1.tar.gz" version="4.20.1" repo="aqbanking" checkoutdir="gwenhywfar-4.20.1">
       <patch file="https://raw.githubusercontent.com/gnucash/gnucash-on-osx/master/patches/gwen-include-file.patch" strip='1'/>
       <patch file="https://raw.githubusercontent.com/gnucash/gnucash-on-osx/master/patches/gwen-macos-bundle-path.patch" strip='1'/>
     </branch>
@@ -89,12 +89,12 @@
 
   <autotools id="aqbanking" autogen-sh="autoreconf" makeargs="-j1"
 	     autogenargs="--enable-local-install">
-    <branch module="download.php?package=03&release=217&file=02&dummy=aqbanking-5.7.8.tar.gz" repo="aqbanking" version="5.7.8" checkoutdir="aqbanking-5.7.8">
+    <branch module="105/aqbanking-5.8.1.tar.gz" repo="aqbanking" version="5.8.1" checkoutdir="aqbanking-5.8.1">
+      <patch file="https://raw.githubusercontent.com/gnucash/gnucash-on-osx/master/patches/aqbanking-aqhbci-la.patch" strip="1"/>
     </branch>
     <dependencies>
       <dep package="gwenhywfar"/>
       <dep package="gmp"/>
-      <dep package="ktoblzcheck"/>
       <dep package="xmlsec"/>
       <dep package="libxslt"/>
       <dep package="libchipcard"/>
@@ -110,7 +110,6 @@
       <dep package="libofx"/>
       <dep package="gwenhywfar-svn"/>
       <dep package="gmp"/>
-      <dep package="ktoblzcheck"/>
       <dep package="xmlsec"/>
       <dep package="libchipcard"/>
     </dependencies>
diff --git a/patches/aqbanking-aqhbci-la.patch b/patches/aqbanking-aqhbci-la.patch
new file mode 100644
index 0000000..8c91677
--- /dev/null
+++ b/patches/aqbanking-aqhbci-la.patch
@@ -0,0 +1,31 @@
+--- a/src/plugins/backends/aqhbci/plugin/Makefile.am	2019-08-12 07:55:34.000000000 -0700
++++ b/src/plugins/backends/aqhbci/plugin/Makefile.am	2019-08-20 11:32:32.000000000 -0700
+@@ -74,7 +74,7 @@
+ 
+ testlib_SOURCES=testlib.c
+ testlib_LDADD = \
+-  $(aqhbci_internal_libs) \
++  libaqhbci.la \
+   $(aqbanking_internal_libs) \
+   $(gwenhywfar_libs)
+ 
+--- a/src/plugins/backends/aqhbci/plugin/Makefile.in	2019-08-20 11:15:07.000000000 -0700
++++ b/src/plugins/backends/aqhbci/plugin/Makefile.in	2019-08-20 13:45:07.000000000 -0700
+@@ -170,7 +170,7 @@
+ libaqhbciplugin_la_OBJECTS = $(am_libaqhbciplugin_la_OBJECTS)
+ am_testlib_OBJECTS = testlib.$(OBJEXT)
+ testlib_OBJECTS = $(am_testlib_OBJECTS)
+-testlib_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
++testlib_DEPENDENCIES = libaqhbci.la $(am__DEPENDENCIES_1) \
+ 	$(am__DEPENDENCIES_1)
+ AM_V_P = $(am__v_P_ at AM_V@)
+ am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+@@ -617,7 +617,7 @@
+ aqhbci_la_LDFLAGS = -no-undefined -module -avoid-version
+ testlib_SOURCES = testlib.c
+ testlib_LDADD = \
+-  $(aqhbci_internal_libs) \
++  libaqhbci.la \
+   $(aqbanking_internal_libs) \
+   $(gwenhywfar_libs)
+ 



Summary of changes:
 modulesets/gnucash.modules        |  9 ++++-----
 patches/aqbanking-aqhbci-la.patch | 31 +++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+), 5 deletions(-)
 create mode 100644 patches/aqbanking-aqhbci-la.patch



More information about the gnucash-changes mailing list