[Commits] [SCM] claws-win32-installer branch, master, updated. 4.1.1-1-77-gca91e3c

jonathan at claws-mail.org jonathan at claws-mail.org
Sun Oct 8 05:29:23 UTC 2023


The branch, master has been updated
       via  ca91e3c836c80d1c860983e861071c036c4d3508 (commit)
      from  071c413025023e675e876e658e8b75bd886d8e9e (commit)

Summary of changes:
 packages/packages.current                                     | 2 +-
 patches/{gumbo_parser-0.10.1 => gumbo_parser}/99-autotools.sh | 0
 src/sections-installer.nsi                                    | 2 +-
 src/sections-uninstaller.nsi                                  | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename patches/{gumbo_parser-0.10.1 => gumbo_parser}/99-autotools.sh (100%)


- Log -----------------------------------------------------------------
commit ca91e3c836c80d1c860983e861071c036c4d3508
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sat Oct 7 21:44:42 2023 -0700

    Update to gumbo-parser-0.12.1

diff --git a/packages/packages.current b/packages/packages.current
index 39498ed..27d0209 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -23,7 +23,7 @@ gmp,6.3.0,file,https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz,a3c2b80201b89e68
 gnutls,3.7.10,file,https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-3.7.10.tar.xz,b6e4e8bac3a950a3a1b7bdb0904979d4ab420a81e74de8636dd50b467d36f5a9,,
 gpgme,1.22.0,file,https://gnupg.org/ftp/gcrypt/gpgme/gpgme-1.22.0.tar.bz2,9551e37081ad3bde81018a0d24f245c3f8206990549598fb31a97a68380a7b71,,
 gtk,3.24.38,file,https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.38.tar.xz,ce11decf018b25bdd8505544a4f87242854ec88be054d9ade5f3a20444dd8ee7,,
-gumbo_parser,0.10.1,file,https://github.com/google/gumbo-parser/archive/v0.10.1.tar.gz,28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad,,
+gumbo_parser,0.12.1,file,https://codeberg.org/grisha/gumbo-parser/archive/0.12.1.tar.gz,c0bb5354e46539680724d638dbea07296b797229a7e965b13305c930ddc10d82,,
 harfbuzz,8.2.1,file,https://github.com/harfbuzz/harfbuzz/releases/download/8.2.1/harfbuzz-8.2.1.tar.xz,0fec78f98c9c8faf228957a201c8846f809452c20f8445eb092a1ba6f22dbea5,,
 hunspell,1.7.2,file,https://github.com/hunspell/hunspell/releases/download/v1.7.2/hunspell-1.7.2.tar.gz,11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8,,
 icu4c,73.2,file,https://github.com/unicode-org/icu/releases/download/release-73-2/icu4c-73_2-src.tgz,818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1,,
diff --git a/patches/gumbo_parser-0.10.1/99-autotools.sh b/patches/gumbo_parser/99-autotools.sh
similarity index 100%
rename from patches/gumbo_parser-0.10.1/99-autotools.sh
rename to patches/gumbo_parser/99-autotools.sh
diff --git a/src/sections-installer.nsi b/src/sections-installer.nsi
index 63dd0ec..8ef7c94 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -520,7 +520,7 @@ File ${prefix}/bin/libytnef-0.dll
 #######################################
 ### gumbo-parser
 !insertmacro SetPrefix gumbo_parser
-File ${prefix}/bin/libgumbo-1.dll
+File ${prefix}/bin/libgumbo-2.dll
 
 #######################################
 ### poppler
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index c1ceb4c..db4b09d 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -41,7 +41,7 @@ Delete "$INSTDIR\libpoppler-132.dll"
 
 #######################################
 ### gumbo-parser
-Delete "$INSTDIR\libgumbo-1.dll"
+Delete "$INSTDIR\libgumbo-2.dll"
 
 #######################################
 ### ytnef

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


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


More information about the Commits mailing list