Author: renodr
Date: Wed Dec  9 09:19:56 2020
New Revision: 23967

Log:
Qtwebengine: Update ICU patch to resolve a build failure

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

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Tue Dec  8 10:35:56 2020        (r23966)
+++ trunk/BOOK/general.ent      Wed Dec  9 09:19:56 2020        (r23967)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "08">                   <!-- Always 2 digits -->
+<!ENTITY day          "09">                   <!-- Always 2 digits -->
 <!ENTITY month        "12">                   <!-- Always 2 digits -->
 <!ENTITY year         "2020">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "December 7th, &year;">
+<!ENTITY releasedate  "December 9th, &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       Tue Dec  8 10:35:56 
2020        (r23966)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Dec  9 09:19:56 
2020        (r23967)
@@ -42,6 +42,17 @@
     </listitem>
     -->
     <listitem>
+      <para>December 9th, 2020</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Update the qtwebengine patch to fix the build.
+          This involved rebasing the patch to add a missing header include
+          in the libxml portion of the code.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>December 8th, 2020</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/x/lib/qtwebengine.xml
==============================================================================
--- trunk/BOOK/x/lib/qtwebengine.xml    Tue Dec  8 10:35:56 2020        (r23966)
+++ trunk/BOOK/x/lib/qtwebengine.xml    Wed Dec  9 09:19:56 2020        (r23967)
@@ -100,7 +100,7 @@
       <listitem>
         <para>
           Required patch:
-          <ulink 
url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-1.patch"/>
+          <ulink 
url="&patch-root;/qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-2.patch"/>
         </para>
       </listitem>
     </itemizedlist>
@@ -163,7 +163,7 @@
       Next, apply a patch that fixes the build with system ICU version 68.1.
     </para>
 
-<screen><userinput remap="pre">patch -Np1 -i 
../qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-1.patch</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i 
../qtwebengine-everywhere-src-&qtwebengine-version;-ICU68-2.patch</userinput></screen>
 
     <para>
       Next, allow the pulseaudio library to be linked at build time, instead
-- 
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