diff --git a/general/genlib/icu.xml b/general/genlib/icu.xml index c1845b1b19..15abfc70c2 100644 --- a/general/genlib/icu.xml +++ b/general/genlib/icu.xml @@ -7,10 +7,10 @@ - + - - + + ]> diff --git a/general/genlib/nodejs.xml b/general/genlib/nodejs.xml index bda1e759da..8001bdac35 100644 --- a/general/genlib/nodejs.xml +++ b/general/genlib/nodejs.xml @@ -71,6 +71,16 @@ + Additional Downloads + + + + Required patch: + + + + + + + First, fix the build with system ICU: + + +patch -Np1 -i ../node-v&nodejs-version;-icu_69-1.patch + Build Node.js by running the following commands: diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index c7a77299e1..821115716b 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -40,23 +40,35 @@ --> - + May 6th, 2021 - - [timtas] - Upgrade to xfce4-panel-4.16.3. Fixes - #15002. - + + [renodr] - Update to ICU-69.1. Fixes + #14884. + + + [renodr] - Fix building WebKitGTK+ with ICU-69.1. Patch by Xi + Ruoyao. + + + [renodr] - Fix building Node.JS with ICU-69.1. Patch by Ken + Moffat. + + + [timtas] - Upgrade to xfce4-panel-4.16.3. Fixes + #15002. + May 5th, 2021 - - [timtas] - Upgrade to thunderbird-78.10.1. Fixes - #14998. - + + [timtas] - Upgrade to thunderbird-78.10.1. Fixes + #14998. + [thomas] - Upgrade libxkbcommon-1.3.0. Fixes #14980. diff --git a/packages.ent b/packages.ent index 7f8a7cc5b6..ac6a1e6cc3 100644 --- a/packages.ent +++ b/packages.ent @@ -107,8 +107,8 @@ - - + + diff --git a/x/lib/webkitgtk.xml b/x/lib/webkitgtk.xml index 98fa2f9c95..e11827652f 100644 --- a/x/lib/webkitgtk.xml +++ b/x/lib/webkitgtk.xml @@ -71,6 +71,16 @@ + Additional Downloads + + + + Required patch: + + + + + WebKitGTK Dependencies Required @@ -136,6 +146,13 @@ echo 'add_compile_definitions("U_DEFINE_FALSE_AND_TRUE=1")' >> Source/WTF/wtf/CMakeLists.txt --> + + + First, fix building with ICU-69.1: + + +patch -Np1 -i ../webkitgtk-&webkitgtk-version;-icu_69-1.patch + Install WebKitGTK by running the following commands: