Changeset b01309e7 for general/genlib


Ignore:
Timestamp:
05/06/2021 03:36:33 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
70896c42
Parents:
9d6b3e6
Message:

Update to ICU-69.1
Fix building WebKitGTK+ with ICU-69.1 (patch from Xi Ruoyao)
Fix building Node.JS with ICU-69.1 (patch from Ken Moffat)

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/icu.xml

    r9d6b3e6 rb01309e7  
    88           "https://github.com/unicode-org/icu/releases/download/release-&icu-major;-&icu-minor;/icu4c-&icu-major;_&icu-minor;-src.tgz">
    99  <!ENTITY icu-download-ftp  " ">
    10   <!ENTITY icu-md5sum        "c21cbdfe31a1e325afe765a16f907d20">
     10  <!ENTITY icu-md5sum        "9403db682507369d0f60a25ea67014c4">
    1111  <!ENTITY icu-size          "24 MB">
    12   <!ENTITY icu-buildsize     "312 MB (add 37 MB for tests)">
    13   <!ENTITY icu-time          "0.7 SBU (Using parallelism=4; add 2.2 SBU for tests)">
     12  <!ENTITY icu-buildsize     "354 MB (add 36 MB for tests)">
     13  <!ENTITY icu-time          "0.9 SBU (Using parallelism=4; add 2.0 SBU for tests)">
    1414]>
    1515
  • general/genlib/nodejs.xml

    r9d6b3e6 rb01309e7  
    7272    </itemizedlist>
    7373
     74    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     75    <itemizedlist spacing="compact">
     76      <listitem>
     77        <para>
     78          Required patch:
     79          <ulink url="&patch-root;/node-v&nodejs-version;-icu_69-1.patch"/>
     80        </para>
     81      </listitem>
     82    </itemizedlist>
     83
    7484<!--<note>
    7585      <para>
     
    111121  <sect2 role="installation">
    112122    <title>Installation of Node.js</title>
     123
     124    <!-- needed for ICU-69.1 -->
     125    <para>
     126      First, fix the build with system ICU:
     127    </para>
     128
     129<screen><userinput remap="pre">patch -Np1 -i ../node-v&nodejs-version;-icu_69-1.patch</userinput></screen>
    113130
    114131    <para>
Note: See TracChangeset for help on using the changeset viewer.