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
This commit is contained in:
Douglas R. Reno 2020-01-13 19:39:48 +00:00
parent 92314c0d47
commit 217b167903
6 changed files with 24 additions and 5 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY day "13"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2020">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "January 11th, &year;">
<!ENTITY releasedate "January 13th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -97,6 +97,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="lua"/> (to create Lua bindings) and
<xref linkend="python2"/> (to create python2 bindings)
</para>

View File

@ -91,7 +91,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="brotli"/>,
<xref linkend="brotli"/> and
<xref linkend="cmake"/>
</para>

View File

@ -11,7 +11,7 @@
<!ENTITY gnome-keyring-md5sum "7c8fd85e46ed4ba1add0288b2ead9aec">
<!ENTITY gnome-keyring-size "1.3 MB">
<!ENTITY gnome-keyring-buildsize "142 MB (add 1 MB for tests)">
<!ENTITY gnome-keyring-time "0.3 SBU (Using parallelism=4i; add 0.3 SBU for tests)">
<!ENTITY gnome-keyring-time "0.3 SBU (Using parallelism=4; add 0.3 SBU for tests)">
]>
<sect1 id="gnome-keyring" xreflabel="gnome-keyring-&gnome-keyring-version;">

View File

@ -40,7 +40,16 @@
</listitem>
</itemizedlist>
</listitem>
-->
-->
<listitem>
<para>January 13th, 2020</para>
<itemizedlist>
<listitem>
<para>[renodr] - Adapt WebKitGTK+ to changes in ICU-65.1+</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>January 11th, 2020</para>
<itemizedlist>

View File

@ -128,6 +128,15 @@
<bridgehead renderas="sect3">Installation of
<application>WebKitGTK+</application></bridgehead>
<para>
First, fix some typos exposed by ICU-65.1+:
</para>
<screen><userinput remap="pre">sed -i -e "/U16_NEXT(buffer, i, length, c)/s/$/;/" source/WTF/wtf/URLHelpers.cpp &amp;&amp;
sed -i -e "/U16_NEXT(characters, i, length, c)/s/$/;/" \
-e "/U16_NEXT(qualifiedName, i, length, c)/s/$/;/" \
Source/WebCore/dom/Document.cpp</userinput></screen>
<para>
Install <application>WebKitGTK+</application> by running the
following commands: