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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.