Skip to content

Commit

Permalink
Move to ICU 73.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Nov 1, 2023
1 parent a2b5acf commit 539ad6e
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 3,135 deletions.
18 changes: 10 additions & 8 deletions kiwixbuild/dependencies/icu4c.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ class Icu(Dependency):
name = "icu4c"

class Source(ReleaseDownload):
archive = Remotefile('icu4c_svn_58-2.tar.gz',
'fd8fcc1f1b8b2b71b879e88844480ebec107189c21076c81573f71dca5686a0d')
patches = ["icu4c_fix_static_lib_name_mingw.patch",
"icu4c_android_elf64_st_info.patch",
"icu4c_custom_data.patch",
"icu4c_noxlocale.patch",
"icu4c_rpath.patch",
"icu4c_build_config.patch",
archive = Remotefile('icu4c-73_2-src.tgz',
'818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1',
'https://github.com/unicode-org/icu/releases/download/release-73-2/icu4c-73_2-src.tgz')
patches = [
"icu4c_fix_static_lib_name_mingw.patch",
# "icu4c_android_elf64_st_info.patch",
# "icu4c_custom_data.patch",
# "icu4c_noxlocale.patch",
# "icu4c_rpath.patch",
# "icu4c_build_config.patch",
"icu4c_wasm.patch"
]

Expand Down
Loading

0 comments on commit 539ad6e

Please sign in to comment.