Skip to content

Commit

Permalink
[icu] update to 70.1 (#23445)
Browse files Browse the repository at this point in the history
* [icu] update to 70.1

* update version

* reset patch

* overwrite version

* reset version

* overwrite version

* Fix configure

* version

* update version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
  • Loading branch information
FrankXie05 and JackBoosY committed Apr 11, 2022
1 parent 97298f2 commit e9fcbfe
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ports/icu/disable-escapestr-tool.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
diff --git a/source/tools/Makefile.in b/source/tools/Makefile.in
index c3f81d6..dc41af3 100644
index e0896f1..5ead980 100644
--- a/source/tools/Makefile.in
+++ b/source/tools/Makefile.in
@@ -19,9 +19,9 @@ SUBDIRS = toolutil ctestfw makeconv genrb genbrk \
gencnval gensprep icuinfo genccode gencmn icupkg pkgdata \
gentest gennorm2 gencfu gendict
gentest gennorm2 gencfu gendict icuexportdata

-ifneq (@platform_make_fragment_name@,mh-cygwin-msvc)
-SUBDIRS += escapesrc
Expand Down
6 changes: 4 additions & 2 deletions ports/icu/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(ICU_VERSION_MAJOR 69)
set(ICU_VERSION_MAJOR 70)
set(ICU_VERSION_MINOR 1)
set(VERSION "${ICU_VERSION_MAJOR}.${ICU_VERSION_MINOR}")
set(VERSION2 "${ICU_VERSION_MAJOR}_${ICU_VERSION_MINOR}")
Expand All @@ -8,8 +8,9 @@ vcpkg_download_distfile(
ARCHIVE
URLS "https://github.com/unicode-org/icu/releases/download/release-${VERSION3}/icu4c-${VERSION2}-src.tgz"
FILENAME "icu4c-${VERSION2}-src.tgz"
SHA512 d4aeb781715144ea6e3c6b98df5bbe0490bfa3175221a1d667f3e6851b7bd4a638fa4a37d4a921ccb31f02b5d15a6dded9464d98051964a86f7b1cde0ff0aab7
SHA512 0b26ae7207155cb65a8fdb25f7b2fa4431e74b12bccbed0884a17feaae3c96833d12451064dd152197fd6ea5fd3adfd95594284a463e66c82e0d860f645880c9
)

vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
Expand Down Expand Up @@ -52,6 +53,7 @@ vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}"
AUTOCONFIG
PROJECT_SUBPATH source
ADDITIONAL_MSYS_PACKAGES autoconf-archive
OPTIONS ${CONFIGURE_OPTIONS}
OPTIONS_RELEASE ${CONFIGURE_OPTIONS_RELEASE}
OPTIONS_DEBUG ${CONFIGURE_OPTIONS_DEBUG}
Expand Down
3 changes: 1 addition & 2 deletions ports/icu/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "icu",
"version": "69.1",
"port-version": 19,
"version": "70.1",
"description": "Mature and widely used Unicode and localization library.",
"homepage": "https://icu.unicode.org/home",
"supports": "!uwp",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2801,8 +2801,8 @@
"port-version": 0
},
"icu": {
"baseline": "69.1",
"port-version": 19
"baseline": "70.1",
"port-version": 0
},
"ideviceinstaller": {
"baseline": "1.1.2.23",
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/icu.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2d082108b0899697c9b6253c260188728374e56b",
"version": "70.1",
"port-version": 0
},
{
"git-tree": "5d1bac4d5b2a05af577b0aa5bb8f600e5cf15427",
"version": "69.1",
Expand Down

0 comments on commit e9fcbfe

Please sign in to comment.