[Commits] [SCM] claws-win32-installer branch, gtk2, updated. 3.19.1-1-57-g68761e6

jonathan at claws-mail.org jonathan at claws-mail.org
Sun Oct 8 05:30:44 UTC 2023


The branch, gtk2 has been updated
       via  68761e642910edbb87b39d8f456d9fd5005becfb (commit)
      from  792ef9004c379be8942b15840ce35790f751712f (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 68761e642910edbb87b39d8f456d9fd5005becfb
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 07c6039..7644896 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -22,7 +22,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,2.24.33,file,https://download.gnome.org/sources/gtk+/2.24/gtk+-2.24.33.tar.xz,ac2ac757f5942d318a311a54b0c80b5ef295f299c2a73c632f6bfb1ff49cc6da,,
-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,58.3,file,https://github.com/unicode-org/icu/releases/download/release-58-3/icu4c-58_3-src.tgz,2680f3c547cd26cba1d7ebd819cd336ff92cf444a270e195fd3b10bfdf22276c,,
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 5d9eee3..db7a9fa 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -383,7 +383,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 08c5921..d9fd879 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