[Commits] [SCM] claws-win32-installer branch, master, updated. 4.2.0-2-21-g32cd6a4
jonathan at claws-mail.org
jonathan at claws-mail.org
Mon Jun 10 02:04:44 UTC 2024
The branch, master has been updated
via 32cd6a4f302842a3c1b2da65bf50938dd8462c7e (commit)
from 6e75b94d91fafe4746ab7502c07ca9aac6edb638 (commit)
Summary of changes:
packages/packages.current | 2 +-
src/Makefile.am | 1 +
src/sections-installer.nsi | 6 +++---
src/sections-uninstaller.nsi | 6 +++---
4 files changed, 8 insertions(+), 7 deletions(-)
- Log -----------------------------------------------------------------
commit 32cd6a4f302842a3c1b2da65bf50938dd8462c7e
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sun Jun 9 15:39:51 2024 -0700
Update to icu4c-75.1
diff --git a/packages/packages.current b/packages/packages.current
index 62e21c0..6769762 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -38,7 +38,7 @@ gtk,3.24.42,file,https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.42.tar.x
gumbo_parser,0.12.1,file,https://codeberg.org/grisha/gumbo-parser/archive/0.12.1.tar.gz,c0bb5354e46539680724d638dbea07296b797229a7e965b13305c930ddc10d82,,
harfbuzz,8.5.0,file,https://github.com/harfbuzz/harfbuzz/releases/download/8.5.0/harfbuzz-8.5.0.tar.xz,77e4f7f98f3d86bf8788b53e6832fb96279956e1c3961988ea3d4b7ca41ddc27,,
hunspell,1.7.2,file,https://github.com/hunspell/hunspell/releases/download/v1.7.2/hunspell-1.7.2.tar.gz,11ddfa39afe28c28539fe65fc4f1592d410c1e9b6dd7d8a91ca25d85e9ec65b8,,
-icu4c,74.2,file,https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz,68db082212a96d6f53e35d60f47d38b962e9f9d207a74cfac78029ae8ff5e08c,,
+icu4c,75.1,file,https://github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-src.tgz,cb968df3e4d2e87e8b11c49a5d01c787bd13b9545280fc6642f826527618caef,,
jpeg,9f,file,https://ijg.org/files/jpegsrc.v9f.tar.gz,04705c110cb2469caa79fb71fba3d7bf834914706e9641a4589485c1f832565b,,
libassuan,2.5.7,file,https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.5.7.tar.bz2,0103081ffc27838a2e50479153ca105e873d3d65d8a9593282e9c94c7e6afb76,,
libepoxy,1.5.10,file,https://download.gnome.org/sources/libepoxy/1.5/libepoxy-1.5.10.tar.xz,072cda4b59dd098bba8c2363a6247299db1fa89411dc221c8b81b8ee8192e623,,
diff --git a/src/Makefile.am b/src/Makefile.am
index c7e7483..0aeadf4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -119,6 +119,7 @@ cm_pkg_libepoxy_meson_cppflags = -I$(idir)/include
cm_pkg_libepoxy_meson_ldflags = -L$(idir)/lib
cm_pkg_harfbuzz_configure = \
+ -Dcpp_std=c++17 \
-Ddocs=disabled \
-Dglib=enabled \
-Dgobject=enabled \
diff --git a/src/sections-installer.nsi b/src/sections-installer.nsi
index 3e859fa..f3d7cf2 100644
--- a/src/sections-installer.nsi
+++ b/src/sections-installer.nsi
@@ -443,9 +443,9 @@ File ${prefix}/bin/libwebp-7.dll
#######################################
### icu4c
!insertmacro SetPrefix icu4c
-File ${prefix}/bin/icudt74.dll
-File ${prefix}/bin/icuin74.dll
-File ${prefix}/bin/icuuc74.dll
+File ${prefix}/bin/icudt75.dll
+File ${prefix}/bin/icuin75.dll
+File ${prefix}/bin/icuuc75.dll
#######################################
### libepoxy
diff --git a/src/sections-uninstaller.nsi b/src/sections-uninstaller.nsi
index bdbbf5a..b964cec 100644
--- a/src/sections-uninstaller.nsi
+++ b/src/sections-uninstaller.nsi
@@ -93,9 +93,9 @@ Delete "$INSTDIR\libwebp-7.dll"
#######################################
### icu4c
-Delete "$INSTDIR\icudt74.dll"
-Delete "$INSTDIR\icuin74.dll"
-Delete "$INSTDIR\icuuc74.dll"
+Delete "$INSTDIR\icudt75.dll"
+Delete "$INSTDIR\icuin75.dll"
+Delete "$INSTDIR\icuuc75.dll"
#######################################
### libepoxy
-----------------------------------------------------------------------
hooks/post-receive
--
Installer sources for Claws Mail Windows port
More information about the Commits
mailing list