[gtk-osx] Update ICU to 66.1 and ICU55 to 55.2
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-osx] Update ICU to 66.1 and ICU55 to 55.2
- Date: Tue, 14 Apr 2020 16:57:57 +0000 (UTC)
commit 36300a93108a2afee038b2b434550633376dfd02
Author: ReneĢ de Hesselle <dehesselle web de>
Date: Sat Apr 11 01:37:28 2020 +0200
Update ICU to 66.1 and ICU55 to 55.2
The download location is now GitHub.
Update harfbuzz to 2.6.4 to cope with ICU update.
modulesets-stable/gtk-osx-bootstrap.modules | 11 ++++++-----
modulesets-stable/gtk-osx-network.modules | 7 +++----
modulesets-unstable/gtk-osx-bootstrap.modules | 8 ++++----
modulesets-unstable/gtk-osx-network.modules | 8 ++++----
modulesets/gtk-osx-bootstrap.modules | 9 ++++-----
modulesets/gtk-osx-network.modules | 8 ++++----
6 files changed, 25 insertions(+), 26 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-bootstrap.modules b/modulesets-stable/gtk-osx-bootstrap.modules
index fd3493b..f2600ff 100644
--- a/modulesets-stable/gtk-osx-bootstrap.modules
+++ b/modulesets-stable/gtk-osx-bootstrap.modules
@@ -23,8 +23,7 @@
<repository type="tarball" name="harfbuzz"
href="http://www.freedesktop.org/software/harfbuzz/release/"/>
<repository type="tarball" name="itstool" href="http://files.itstool.org/"/>
- <repository type="tarball" name="icu"
- href="http://download.icu-project.org/files/"/>
+ <repository type="tarball" name="github-tarball" href="https://github.com/"/>
<repository type="tarball" name="ragel"
href="http://www.colm.net/files/ragel/"/>
@@ -133,8 +132,9 @@
<autotools id="icu" autogen-sh="source/configure" autogenargs="--enable-rpath"
makeargs='CFLAGS="$CFLAGS -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0"'>
- <branch repo="icu" version="58.2" checkoutdir="icu"
- module="icu4c/58.2/icu4c-58_2-src.tgz"/>
+ <branch repo="github-tarball" version="66.1" checkoutdir="icu"
+ module="unicode-org/icu/releases/download/release-66-1/icu4c-66_1-src.tgz"
+ hash="sha256:52a3f2209ab95559c1cf0a14f24338001f389615bf00e2585ef3dbc43ecf0a2e"/>
</autotools>
@@ -146,7 +146,8 @@
<autotools id="harfbuzz" autogen-sh="configure"
autogenargs="--with-coretext --with-icu">
- <branch repo="harfbuzz" module="harfbuzz-2.5.3.tar.xz" version="2.5.3">
+ <branch repo="harfbuzz" module="harfbuzz-2.6.4.tar.xz" version="2.6.4"
+ hash="sha256:9413b8d96132d699687ef914ebb8c50440efc87b3f775d25856d7ec347c03c12">
</branch>
<dependencies>
<dep package="ragel"/>
diff --git a/modulesets-stable/gtk-osx-network.modules b/modulesets-stable/gtk-osx-network.modules
index 7bf9315..42fcdb8 100644
--- a/modulesets-stable/gtk-osx-network.modules
+++ b/modulesets-stable/gtk-osx-network.modules
@@ -14,8 +14,6 @@
href="http://downloads.webmproject.org/releases/"/>
<repository name="webkit.org" type="tarball"
href="http://www.webkitgtk.org/releases/"/>
- <repository type="tarball" name="icu"
- href="http://download.icu-project.org/files/"/>
<repository type="tarball" name="github-tarball" href="https://github.com/"/>
<!-- Builds last version of WebKitGTK that supported GTK 2.x -->
@@ -129,8 +127,9 @@
<autotools id="icu55" autogen-sh="source/configure"
autogenargs="--enable-rpath"
makeargs='CFLAGS="$CFLAGS -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0"'>
- <branch repo="icu" version="55.1" checkoutdir="icu"
- module="icu4c/55.1/icu4c-55_1-src.tgz"/>
+ <branch repo="github-tarball" version="55.2" checkoutdir="icu"
+ module="unicode-org/icu/releases/download/release-55-2/icu4c-55_2-src.tgz"
+ hash="sha256:eda2aa9f9c787748a2e2d310590720ca8bcc6252adf6b4cfb03b65bef9d66759"/>
</autotools>
<!-- This is WebKitGTK 2.4.x, the last version that had the WebKit1 API.
diff --git a/modulesets-unstable/gtk-osx-bootstrap.modules b/modulesets-unstable/gtk-osx-bootstrap.modules
index 3289a2e..d8b5bbd 100644
--- a/modulesets-unstable/gtk-osx-bootstrap.modules
+++ b/modulesets-unstable/gtk-osx-bootstrap.modules
@@ -24,8 +24,7 @@
href="https://gitlab.gnome.org/GNOME"/>
<repository type="tarball" name="itstool" href="http://files.itstool.org/"/>
<repository type="git" name="github" href="https://github.com/"/>
- <repository type="tarball" name="icu"
- href="http://download.icu-project.org/files/"/>
+ <repository type="tarball" name="github-tarball" href="https://github.com/"/>
<repository type="tarball" name="pypi"
href="https://pypi.python.org/packages/source/"/>
<repository type="tarball" name="ragel"
@@ -109,8 +108,9 @@
<autotools id="icu" autogen-sh="source/configure" autogenargs="--enable-rpath"
makeargs='CFLAGS="$CFLAGS -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0"'>
- <branch repo="icu" version="58.2" checkoutdir="icu"
- module="icu4c/58.2/icu4c-58_2-src.tgz"/>
+ <branch repo="github-tarball" version="66.1" checkoutdir="icu"
+ module="unicode-org/icu/releases/download/release-66-1/icu4c-66_1-src.tgz"
+ hash="sha256:52a3f2209ab95559c1cf0a14f24338001f389615bf00e2585ef3dbc43ecf0a2e"/>
</autotools>
<!-- Ragel, like Vala, isn't bootstrappable from git, so we might as well just use the tarball. -->
diff --git a/modulesets-unstable/gtk-osx-network.modules b/modulesets-unstable/gtk-osx-network.modules
index 2ac252c..6875a82 100644
--- a/modulesets-unstable/gtk-osx-network.modules
+++ b/modulesets-unstable/gtk-osx-network.modules
@@ -20,8 +20,7 @@
href="http://www.webkitgtk.org/releases/"/>
<repository name="webkit-git" type="git"
href="git://git.webkit.org"/>
- <repository type="tarball" name="icu"
- href="http://download.icu-project.org/files/"/>
+ <repository type="tarball" name="github-tarball" href="https://github.com/"/>
<repository type="git" name="github" href="https://github.com/"/>
<!-- Builds last version of WebKitGTK that supported GTK 2.x -->
@@ -128,8 +127,9 @@
<autotools id="icu55" autogen-sh="source/configure"
autogenargs="--enable-rpath"
makeargs='CFLAGS="$CFLAGS -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0"'>
- <branch repo="icu" version="55.1" checkoutdir="icu"
- module="icu4c/55.1/icu4c-55_1-src.tgz"/>
+ <branch repo="github-tarball" version="55.2" checkoutdir="icu"
+ module="unicode-org/icu/releases/download/release-55-2/icu4c-55_2-src.tgz"
+ hash="sha256:eda2aa9f9c787748a2e2d310590720ca8bcc6252adf6b4cfb03b65bef9d66759"/>
</autotools>
<!-- This is WebKitGTK 2.4.x, the last version that had the WebKit1 API.
diff --git a/modulesets/gtk-osx-bootstrap.modules b/modulesets/gtk-osx-bootstrap.modules
index 871f8f6..59796e5 100644
--- a/modulesets/gtk-osx-bootstrap.modules
+++ b/modulesets/gtk-osx-bootstrap.modules
@@ -23,9 +23,7 @@
<repository type="git" name="git.gnome.org"
href="https://gitlab.gnome.org/GNOME"/>
<repository type="git" name="github" href="https://github.com/"/>
- <repository type="tarball" name="github.com" href="git://github.com/"/>
- <repository type="tarball" name="icu"
- href="http://download.icu-project.org/files/"/>
+ <repository type="tarball" name="github-tarball" href="https://github.com/"/>
<repository type="tarball" name="ragel"
href="http://www.colm.net/files/ragel/"/>
@@ -117,8 +115,9 @@
<autotools id="icu" autogen-sh="source/configure" autogenargs="--enable-rpath"
makeargs='CFLAGS="$CFLAGS -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0"'>
- <branch repo="icu" version="58.2" checkoutdir="icu"
- module="icu4c/58.2/icu4c-58_2-src.tgz"/>
+ <branch repo="github-tarball" version="66.1" checkoutdir="icu"
+ module="unicode-org/icu/releases/download/release-66-1/icu4c-66_1-src.tgz"
+ hash="sha256:52a3f2209ab95559c1cf0a14f24338001f389615bf00e2585ef3dbc43ecf0a2e"/>
</autotools>
<!-- Ragel, like Vala, isn't bootstrappable from git, so we might as well just use the tarball. -->
diff --git a/modulesets/gtk-osx-network.modules b/modulesets/gtk-osx-network.modules
index 12088f5..f6711c5 100644
--- a/modulesets/gtk-osx-network.modules
+++ b/modulesets/gtk-osx-network.modules
@@ -18,8 +18,7 @@
href="https://chromium.googlesource.com/"/>
<repository name="webkit.org" type="tarball"
href="http://www.webkitgtk.org/releases/"/>
- <repository type="tarball" name="icu"
- href="http://download.icu-project.org/files/"/>
+ <repository type="tarball" name="github-tarball" href="https://github.com/"/>
<repository type="git" name="github" href="https://github.com/"/>
<!-- Builds last version of WebKitGTK that supported GTK 2.x -->
@@ -128,8 +127,9 @@
<autotools id="icu55" autogen-sh="source/configure"
autogenargs="--enable-rpath"
makeargs='CFLAGS="$CFLAGS -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0"'>
- <branch repo="icu" version="55.1" checkoutdir="icu"
- module="icu4c/55.1/icu4c-55_1-src.tgz"/>
+ <branch repo="github-tarball" version="55.2" checkoutdir="icu"
+ module="unicode-org/icu/releases/download/release-55-2/icu4c-55_2-src.tgz"
+ hash="sha256:eda2aa9f9c787748a2e2d310590720ca8bcc6252adf6b4cfb03b65bef9d66759"/>
</autotools>
<!-- This is WebKitGTK 2.4.x, the last version that had the WebKit1 API.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]