[Commits] [SCM] claws-win32-installer branch, master, updated. 4.3.0-1-60-gf9d475e

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Feb 24 05:13:30 UTC 2025


The branch, master has been updated
       via  f9d475e122bf0d48b1aa50ae2265fbe1754c4d97 (commit)
      from  aa6480ceab3c8b371afd5296b02a27c107ca6348 (commit)

Summary of changes:
 packages/packages.current              |  2 +-
 patches/gumbo_parser/01-autoconf.patch | 11 +++++++++++
 src/sections-installer.nsi             |  2 +-
 src/sections-uninstaller.nsi           |  2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)
 create mode 100644 patches/gumbo_parser/01-autoconf.patch


- Log -----------------------------------------------------------------
commit f9d475e122bf0d48b1aa50ae2265fbe1754c4d97
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sun Feb 23 18:47:18 2025 -0700

    Update to gumbo-parser-0.13.0

diff --git a/packages/packages.current b/packages/packages.current
index c59fafc..e52c4b4 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -33,7 +33,7 @@ gmp,6.3.0,file,https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz,a3c2b80201b89e68
 gnutls,3.8.9,file,https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.9.tar.xz,69e113d802d1670c4d5ac1b99040b1f2d5c7c05daec5003813c049b5184820ed,,
 gpgme,1.24.2,file,https://gnupg.org/ftp/gcrypt/gpgme/gpgme-1.24.2.tar.bz2,e11b1a0e361777e9e55f48a03d89096e2abf08c63d84b7017cfe1dce06639581,,
 gtk,3.24.48,file,https://download.gnome.org/sources/gtk/3.24/gtk-3.24.48.tar.xz,d10ce9ea9df44c1016d8d1721f39e55d3d607fcfb85334aec0d236cdc9a70556,,
-gumbo_parser,0.12.1,file,https://codeberg.org/grisha/gumbo-parser/archive/0.12.1.tar.gz,c0bb5354e46539680724d638dbea07296b797229a7e965b13305c930ddc10d82,,
+gumbo_parser,0.13.0,file,https://codeberg.org/gumbo-parser/gumbo-parser/archive/0.13.0.tar.gz,7ad2ee259f35e8951233e4c9ad80968fb880f20d8202cb9c48f0b65f67d38e61,,
 harfbuzz,10.1.0,file,https://github.com/harfbuzz/harfbuzz/releases/download/10.1.0/harfbuzz-10.1.0.tar.xz,6ce3520f2d089a33cef0fc48321334b8e0b72141f6a763719aaaecd2779ecb82,,
 hunspell,1.7.2,file,https://github.com/hunspell/hunspell/releases/download/v1.7.2/hunspell-1.7.2.tar.gz,11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8,,
 icu4c,76.1,file,https://github.com/unicode-org/icu/releases/download/release-76-1/icu4c-76_1-src.tgz,dfacb46bfe4747410472ce3e1144bf28a102feeaa4e3875bac9b4c6cf30f4f3e,,
diff --git a/patches/gumbo_parser/01-autoconf.patch b/patches/gumbo_parser/01-autoconf.patch
new file mode 100644
index 0000000..15d6703
--- /dev/null
+++ b/patches/gumbo_parser/01-autoconf.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac	2025-02-23 19:18:24.038597662 -0700
++++ b/configure.ac	2025-02-23 19:18:30.118645732 -0700
+@@ -1,7 +1,7 @@
+ #                                               -*- Autoconf -*-
+ # Process this file with autoconf to produce a configure script.
+ 
+-AC_PREREQ([2.72])
++AC_PREREQ([2.71])
+ AC_INIT([gumbo], [0.13.0], [txgk at bk.ru])
+ AC_SUBST(gumbo_version_info, [3:0:0])
+ AC_CONFIG_MACRO_DIR([m4])
diff --git a/src/sections-installer.nsi b/src/sections-installer.nsi
index be295df..c49be97 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -471,7 +471,7 @@ File ${prefix}/bin/libytnef-0.dll
 #######################################
 ### gumbo-parser
 !insertmacro SetPrefix gumbo_parser
-File ${prefix}/bin/libgumbo-2.dll
+File ${prefix}/bin/libgumbo-3.dll
 
 #######################################
 ### poppler
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index 63301b9..5636754 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -40,7 +40,7 @@ Delete "$INSTDIR\libpoppler-144.dll"
 
 #######################################
 ### gumbo-parser
-Delete "$INSTDIR\libgumbo-2.dll"
+Delete "$INSTDIR\libgumbo-3.dll"
 
 #######################################
 ### ytnef

-----------------------------------------------------------------------


hooks/post-receive
-- 
Installer sources for Claws Mail Windows port


More information about the Commits mailing list