Author: dj
Date: Tue Oct 24 00:36:39 2017
New Revision: 19375

Log:
Update to WebKitGTK-2.18.1. Fixes #9898.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/webkitgtk.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Oct 23 19:05:31 2017        (r19374)
+++ trunk/BOOK/general.ent      Tue Oct 24 00:36:39 2017        (r19375)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "23">                   <!-- Always 2 digits -->
+<!ENTITY day          "24">                   <!-- Always 2 digits -->
 <!ENTITY month        "10">                   <!-- Always 2 digits -->
 <!ENTITY year         "2017">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "October 23rd, &year;">
+<!ENTITY releasedate  "October 24th, &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/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Oct 23 19:05:31 
2017        (r19374)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Oct 24 00:36:39 
2017        (r19375)
@@ -43,6 +43,16 @@
 -->
 
     <listitem>
+      <para>October 24th, 2017</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Update to WebKitGTK-2.18.1. Fixes
+          <ulink url="&blfs-ticket-root;9898">#9898</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>October 23rd, 2017</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/x/lib/webkitgtk.xml
==============================================================================
--- trunk/BOOK/x/lib/webkitgtk.xml      Mon Oct 23 19:05:31 2017        (r19374)
+++ trunk/BOOK/x/lib/webkitgtk.xml      Tue Oct 24 00:36:39 2017        (r19375)
@@ -6,10 +6,10 @@
 
   <!ENTITY webkitgtk-download-http 
"https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz";>
   <!ENTITY webkitgtk-download-ftp  " ">
-  <!ENTITY webkitgtk-md5sum        "10d86dd5a5b68875654cc38af139f382">
-  <!ENTITY webkitgtk-size          "14 MB">
-  <!ENTITY webkitgtk-buildsize     "1.2 GB (119 MB installed)">
-  <!ENTITY webkitgtk-time          "40 SBU (using parallelism=4, extimated 132 
SBUs using one core)">
+  <!ENTITY webkitgtk-md5sum        "951a6082ada2f7d0292d3251a3f9532b">
+  <!ENTITY webkitgtk-size          "15 MB">
+  <!ENTITY webkitgtk-buildsize     "1.2 GB (133 MB installed)">
+  <!ENTITY webkitgtk-time          "46 SBU (using parallelism=4, extimated 152 
SBUs using one core)">
 ]>
 
 <sect1 id="webkitgtk" xreflabel="WebKitGTK+-&webkitgtk-version;">
@@ -132,21 +132,18 @@
       </para>
     </caution>
 
-    <para>
+<!--    <para>
       First, fix a build issue with an invalid header path.
     </para>
 
 <screen><userinput>sed -i '/Activity.h/s:WebCore/:&amp;platform/:' 
Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h</userinput></screen>
-
+-->
     <para>
       Install <application>WebKitGTK+</application> by running the
       following commands:
     </para>
 
-<screen><userinput>sed -e 
's#enchant_dict_free_suggestions#enchant_dict_free_string_list#g' \
-    -i Source/WebCore/platform/text/enchant/TextCheckerEnchant.cpp       
&amp;&amp;
-
-mkdir -vp build &amp;&amp;
+<screen><userinput>mkdir -vp build &amp;&amp;
 cd        build &amp;&amp;
 
 CFLAGS=-Wno-expansion-to-defined  \
@@ -193,10 +190,10 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para>
+<!--    <para>
       <command>sed ... TextCheckerEnchant.cpp</command>: This command
       is needed to allow the build to complete with enchant-2.x.
-    </para>
+    </para> -->
 
     <para>
       <parameter>-DUSE_LIBHYPHEN=OFF</parameter>: This switch disables
-- 
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