Changeset 217b167


Ignore:
Timestamp:
01/13/2020 07:39:48 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
9abd8c3
Parents:
92314c0
Message:

webkitgtk: Adapt to ICU-65.1
brotli: Add optional dependency on Lua for bindings
Minor text tweaks

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22570 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r92314c0 r217b167  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     3<!ENTITY day          "13">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 11th, &year;">
     9<!ENTITY releasedate  "January 13th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/brotli.xml

    r92314c0 r217b167  
    9898    <bridgehead renderas="sect4">Optional</bridgehead>
    9999    <para role="optional">
     100      <xref linkend="lua"/> (to create Lua bindings) and
    100101      <xref linkend="python2"/> (to create python2 bindings)
    101102    </para>
  • general/graphlib/woff2.xml

    r92314c0 r217b167  
    9292    <bridgehead renderas="sect4">Required</bridgehead>
    9393    <para role="required">
    94       <xref linkend="brotli"/>,
     94      <xref linkend="brotli"/> and
    9595      <xref linkend="cmake"/>
    9696    </para>
  • gnome/platform/gnome-keyring.xml

    r92314c0 r217b167  
    1212  <!ENTITY gnome-keyring-size          "1.3 MB">
    1313  <!ENTITY gnome-keyring-buildsize     "142 MB (add 1 MB for tests)">
    14   <!ENTITY gnome-keyring-time          "0.3 SBU (Using parallelism=4i; add 0.3 SBU for tests)">
     14  <!ENTITY gnome-keyring-time          "0.3 SBU (Using parallelism=4; add 0.3 SBU for tests)">
    1515]>
    1616
  • introduction/welcome/changelog.xml

    r92314c0 r217b167  
    4141      </itemizedlist>
    4242    </listitem>
    43 -->
     43       -->
     44    <listitem>
     45      <para>January 13th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Adapt WebKitGTK+ to changes in ICU-65.1+</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4453    <listitem>
    4554      <para>January 11th, 2020</para>
  • x/lib/webkitgtk.xml

    r92314c0 r217b167  
    130130
    131131    <para>
     132      First, fix some typos exposed by ICU-65.1+:
     133    </para>
     134
     135<screen><userinput remap="pre">sed -i -e "/U16_NEXT(buffer, i, length, c)/s/$/;/" source/WTF/wtf/URLHelpers.cpp &amp;&amp;
     136sed -i -e "/U16_NEXT(characters, i, length, c)/s/$/;/" \
     137       -e "/U16_NEXT(qualifiedName, i, length, c)/s/$/;/" \
     138       Source/WebCore/dom/Document.cpp</userinput></screen>
     139
     140    <para>
    132141      Install <application>WebKitGTK+</application> by running the
    133142      following commands:
Note: See TracChangeset for help on using the changeset viewer.