gnucash-on-windows master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Feb 20 18:52:17 EST 2024


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/c81ff481 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/782fc342 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/3cd84f10 (commit)



commit c81ff481e53383ff656d6d3722771fecfef2f5c2
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Feb 20 15:51:44 2024 -0800

    New WebKitGtk build.

diff --git a/setup-mingw64.ps1 b/setup-mingw64.ps1
index caa0238..9e3a730 100644
--- a/setup-mingw64.ps1
+++ b/setup-mingw64.ps1
@@ -256,7 +256,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.4-any.pkg.tar.zst"
+$webkit = "$arch_long-webkitgtk3-2.4.11-999.51-any.pkg.tar.zst"
 $webkit_url = $sourceforge_url + $webkit
 bash-command -command "wget $key_url -O $signing_keyfile"
 bash-command -command "pacman-key --add $signing_keyfile"

commit 782fc3420df7cd88f8cbb79234fac9a26a2f9cc8
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jan 14 11:31:00 2024 -0800

    Add new libbrotli dependency of gnutls (required by gwenhywfar).

diff --git a/inno_setup/gnucash-mingw64.iss b/inno_setup/gnucash-mingw64.iss
index ac2ad40..82a0533 100644
--- a/inno_setup/gnucash-mingw64.iss
+++ b/inno_setup/gnucash-mingw64.iss
@@ -127,6 +127,7 @@ Source: "@MINGW_DIR@\bin\libboost_thread-mt.dll"; DestDir: "{app}\bin"; Componen
 Source: "@MINGW_DIR@\bin\libbz2-1.dll"; DestDir: "{app}\bin"; Components: main
 Source: "@MINGW_DIR@\bin\libbrotlidec.dll"; DestDir: "{app}\bin"; Components: main
 Source: "@MINGW_DIR@\bin\libbrotlicommon.dll"; DestDir: "{app}\bin"; Components: main
+Source: "@MINGW_DIR@\bin\libbrotlienc.dll"; DestDir: "{app}\bin"; Components: main
 Source: "@MINGW_DIR@\bin\libcairo-2.dll"; DestDir: "{app}\bin"; Components: main
 Source: "@MINGW_DIR@\bin\libcairo-gobject-2.dll"; DestDir: "{app}\bin"; Components: main
 Source: "@MINGW_DIR@\bin\libcrypto-3.dll"; DestDir: "{app}\bin"; Components: main



Summary of changes:
 inno_setup/gnucash-mingw64.iss | 1 +
 setup-mingw64.ps1              | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list