Author: bdubbs
Date: Fri Jul  5 19:52:28 2019
New Revision: 21813

Log:
Update to qtwebengine-everywhere-src-5.13.0. 
Clarify python3 instructions in qt-everywhere-src-5.13.0.

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

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Jul  5 16:34:32 
2019        (r21812)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jul  5 19:52:28 
2019        (r21813)
@@ -46,6 +46,11 @@
       <para>July 5th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to qtwebengine-everywhere-src-5.13.0. 
+          Clarify python3 instructions in qt-everywhere-src-5.13.0. Fixes
+          <ulink url="&blfs-ticket-root;12173">#12173</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Update to libbytesize-2.1. Fixes
           <ulink url="&blfs-ticket-root;12232">#12232</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Fri Jul  5 16:34:32 2019        (r21812)
+++ trunk/BOOK/packages.ent     Fri Jul  5 19:52:28 2019        (r21813)
@@ -707,7 +707,7 @@
 <!ENTITY pango-version                "1.42.4">
 <!ENTITY pangomm-version              "2.42.0">
 <!ENTITY qt5-version                  "5.13.0">
-<!ENTITY qtwebengine-version          "5.12.4">
+<!ENTITY qtwebengine-version          "5.13.0">
 <!ENTITY qtwebkit-version             "5.9.0">
 <!ENTITY qscintilla-version           "2.10.4">
 <!ENTITY shared-mime-info-version     "1.12">

Modified: trunk/BOOK/x/lib/qt5.xml
==============================================================================
--- trunk/BOOK/x/lib/qt5.xml    Fri Jul  5 16:34:32 2019        (r21812)
+++ trunk/BOOK/x/lib/qt5.xml    Fri Jul  5 19:52:28 2019        (r21813)
@@ -248,8 +248,12 @@
     <para>
       Install <application>Qt5</application> by running the following commands:
     </para>
-
+<!--
 <screen><userinput>find . -name "*.pr[io]" | xargs sed -i 's/python/&amp;3/' 
&amp;&amp;
+-->
+
+<screen><userinput>sed -i 's/python /python3 /' 
qtdeclarative/qtdeclarative.pro \
+                             qtdeclarative/src/3rdparty/masm/masm.pri 
&amp;&amp;
 
 ./configure -prefix $QT5PREFIX                        \
             -sysconfdir /etc/xdg                      \
@@ -383,7 +387,7 @@
     <title>Command Explanations</title>
 
     <para>
-      <command>find ... | xargs sed ...</command>: Allows using
+      <command>sed ...</command>: Allows using
       <application>Python 3</application> instead of <application>Python
       2</application>. This command destroys the build for QtWebEngine, so do
       not use it if you remove the <parameter>-skip qtwebengine</parameter>

Modified: trunk/BOOK/x/lib/qtwebengine.xml
==============================================================================
--- trunk/BOOK/x/lib/qtwebengine.xml    Fri Jul  5 16:34:32 2019        (r21812)
+++ trunk/BOOK/x/lib/qtwebengine.xml    Fri Jul  5 19:52:28 2019        (r21813)
@@ -7,10 +7,10 @@
   <!ENTITY qtwebengine-major "5.12">
   <!ENTITY qtwebengine-download-http 
"https://download.qt.io/archive/qt/&qtwebengine-major;/&qtwebengine-version;/submodules/qtwebengine-everywhere-src-&qtwebengine-version;.tar.xz";>
   <!ENTITY qtwebengine-download-ftp  " ">
-  <!ENTITY qtwebengine-md5sum        "9f1f20537eba9b166cd0e59191e49f29">
-  <!ENTITY qtwebengine-size          "238 MB">
-  <!ENTITY qtwebengine-buildsize     "3.3 GB (135 MB installed)">
-  <!ENTITY qtwebengine-time          "40 SBU (using 4 cores)">
+  <!ENTITY qtwebengine-md5sum        "235ecc14211ba03ae7331c175c1b7c78">
+  <!ENTITY qtwebengine-size          "245 MB">
+  <!ENTITY qtwebengine-buildsize     "3.5 GB (135 MB installed)">
+  <!ENTITY qtwebengine-time          "62 SBU (using 4 cores)">
 ]>
 
 <sect1 id="qtwebengine" xreflabel="qtwebengine-&qtwebengine-version;">
-- 
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