gnucash-on-windows master: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sat May 30 17:25:14 EDT 2020
Updated via https://github.com/Gnucash/gnucash-on-windows/commit/2e7f8b5a (commit)
via https://github.com/Gnucash/gnucash-on-windows/commit/8924705f (commit)
from https://github.com/Gnucash/gnucash-on-windows/commit/dd8fa694 (commit)
commit 2e7f8b5a0ba363331756cb0bca7a21e63c8e1b6e
Author: John Ralls <jralls at ceridwen.us>
Date: Sat May 30 14:25:03 2020 -0700
New webkit to go with ICU update in MinGW-w64.
diff --git a/setup-mingw64.ps1 b/setup-mingw64.ps1
index 4e9cede..146eb76 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.2-any.pkg.tar.zst"
+$webkit = "$arch_long-webkitgtk3-2.4.11-999.3-any.pkg.tar.zst"
$webkit_url = $sourceforge_url + $webkit
bash-command -command "wget $key_url"
bash-command -command "pacman-key --add $signing_keyfile"
commit 8924705fb7d0a2c428ca4a2f75dd5cea08e1d616
Author: John Ralls <jralls at ceridwen.us>
Date: Sat May 30 14:23:25 2020 -0700
Update guile to 2.2.7.
tarball made from git, can't use project-generated ones. Patches already included.
diff --git a/gnucash.modules b/gnucash.modules
index bcf4cbd..ca3b7e3 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -119,12 +119,8 @@
</autotools>
<autotools id="guile2" autogen-sh="autoreconf" autogenargs="--disable-rpath --enable-networking --enable-nls --enable-posix --enable-regex --with-threads=no --with-modules --disable-static">
- <branch repo="sourceforge" module="gnucash/Dependencies/guile-2.2.4.68-65d98.tar.xz"
- version=" 2.2.4.68-65d98">
- <patch file="0001-Fix-build-on-MinGW-w64.patch" strip="1"/>
- <patch file="0002-MinGW-Don-t-break-build-when-including-libguile.h.patch" strip="1"/>
- <patch file="0003-AC_DEFINE-REPLACE_MKTIME.patch" strip="1"/>
- <patch file="0001-MinGW-doesn-t-do-signals.patch" strip="1"/>
+ <branch repo="sourceforge" module="gnucash/Dependencies/guile-2.2.7.4-9d7759.tar.xz"
+ version=" 2.2.7.4-9d7759">
</branch>
<dependencies>
<dep package="libunistring"/>
Summary of changes:
gnucash.modules | 8 ++------
setup-mingw64.ps1 | 2 +-
2 files changed, 3 insertions(+), 7 deletions(-)
More information about the gnucash-changes
mailing list