gnucash-on-windows master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Apr 20 17:11:42 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/c7f7c0e3 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/8c8554ef (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/b8490cd2 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/4d106a20 (commit)



commit c7f7c0e3da138c89d531b9a5bc00532d1d8c078b
Merge: 8c8554e b8490cd
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Apr 20 10:45:15 2020 -0700

    Merge Frank Ellenberger's 'aqb6.2.0beta' into master.


commit 8c8554efdbba941eeaec727e42235239bd77700e
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed Apr 15 13:25:27 2020 -0700

    Newly-built webkit to go with latest Mingw-w64 update.

diff --git a/setup-mingw64.ps1 b/setup-mingw64.ps1
index c04cc74..585e5fe 100644
--- a/setup-mingw64.ps1
+++ b/setup-mingw64.ps1
@@ -255,7 +255,7 @@ $sourceforge_url = "https://downloads.sourceforge.net/gnucash/Dependencies/"
 $signing_keyfile = "jralls_public_signing_key.asc"
 $key_url = $sourceforge_url + $signing_keyfile
 $key_id = "C1F4DE993CF5835F"
-$webkit = "$arch_long-webkitgtk3-2.4.11-999.1-any.pkg.tar.xz"
+$webkit = "$arch_long-webkitgtk3-2.4.11-999.2-any.pkg.tar.zst"
 $webkit_url = $sourceforge_url + $webkit
 bash-command -command "wget $key_url"
 bash-command -command "pacman-key --add $signing_keyfile"

commit b8490cd27d99be6d8d153c38805ae2720d4a6ff0
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Tue Apr 14 13:09:50 2020 +0200

    Update to aqbanking-6.2.0beta & gwenhywfar-5.3.0
    
    Several changes on almost all modules

diff --git a/gnucash.modules b/gnucash.modules
index eb4bd3f..10307ea 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -147,7 +147,7 @@
 
   <autotools id="gwenhywfar" autogen-sh="configure"
              autogenargs="--with-guis='gtk3' --enable-local-install --disable-binreloc --disable-ssl PKG_CONFIG='pkg-config --dont-define-prefix'">
-    <branch module="256/gwenhywfar-5.2.0.tar.gz" version="5.2.0"
+    <branch module="319/gwenhywfar-5.3.0.tar.gz" version="5.3.0"
             repo="aqbanking">
     </branch>
     <dependencies>
@@ -176,7 +176,7 @@
 
   <autotools id="aqbanking" autogen-sh="autoreconf" makeargs="-j1"
 	     autogenargs="--enable-local-install">
-    <branch module="283/aqbanking-6.1.4.tar.gz" repo="aqbanking" version="6.1.4" >
+    <branch module="321/aqbanking-6.2.0beta.tar.gz" repo="aqbanking" version="6.2.0beta" >
     </branch>
     <dependencies>
       <dep package="gwenhywfar"/>



Summary of changes:
 gnucash.modules   | 4 ++--
 setup-mingw64.ps1 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list