Author: renodr
Date: Mon Jan 13 11:39:48 2020
New Revision: 22570

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

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/brotli.xml
   trunk/BOOK/general/graphlib/woff2.xml
   trunk/BOOK/gnome/platform/gnome-keyring.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/webkitgtk.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sat Jan 11 12:36:11 2020        (r22569)
+++ trunk/BOOK/general.ent      Mon Jan 13 11:39:48 2020        (r22570)
@@ -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 -->

Modified: trunk/BOOK/general/genlib/brotli.xml
==============================================================================
--- trunk/BOOK/general/genlib/brotli.xml        Sat Jan 11 12:36:11 2020        
(r22569)
+++ trunk/BOOK/general/genlib/brotli.xml        Mon Jan 13 11:39:48 2020        
(r22570)
@@ -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>
 

Modified: trunk/BOOK/general/graphlib/woff2.xml
==============================================================================
--- trunk/BOOK/general/graphlib/woff2.xml       Sat Jan 11 12:36:11 2020        
(r22569)
+++ trunk/BOOK/general/graphlib/woff2.xml       Mon Jan 13 11:39:48 2020        
(r22570)
@@ -91,7 +91,7 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="brotli"/>,
+      <xref linkend="brotli"/> and
       <xref linkend="cmake"/>
     </para>
 

Modified: trunk/BOOK/gnome/platform/gnome-keyring.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gnome-keyring.xml Sat Jan 11 12:36:11 2020        
(r22569)
+++ trunk/BOOK/gnome/platform/gnome-keyring.xml Mon Jan 13 11:39:48 2020        
(r22570)
@@ -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;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat Jan 11 12:36:11 
2020        (r22569)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Jan 13 11:39:48 
2020        (r22570)
@@ -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>

Modified: trunk/BOOK/x/lib/webkitgtk.xml
==============================================================================
--- trunk/BOOK/x/lib/webkitgtk.xml      Sat Jan 11 12:36:11 2020        (r22569)
+++ trunk/BOOK/x/lib/webkitgtk.xml      Mon Jan 13 11:39:48 2020        (r22570)
@@ -129,6 +129,15 @@
     <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:
     </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to