Author: bdubbs
Date: Wed Jul  1 16:56:36 2015
New Revision: 16204

Log:
Update to qt-5.5.0

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

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Jul  1 12:33:34 
2015        (r16203)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Jul  1 16:56:36 
2015        (r16204)
@@ -48,6 +48,10 @@
       <para>July 1st, 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to qt-5.5.0. Fixes
+          <ulink url="&blfs-ticket-root;6671">#6671</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Update to libdrm-2.6.62. Fixes
           <ulink url="&blfs-ticket-root;6660">#6660</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Wed Jul  1 12:33:34 2015        (r16203)
+++ trunk/BOOK/packages.ent     Wed Jul  1 16:56:36 2015        (r16204)
@@ -482,7 +482,7 @@
 <!ENTITY pango-version                "1.36.8">
 <!ENTITY pangomm-version              "2.36.0">
 <!ENTITY qt4-version                  "4.8.7">
-<!ENTITY qt5-version                  "5.4.2">
+<!ENTITY qt5-version                  "5.5.0">
 <!ENTITY shared-mime-info-version     "1.4">
 <!ENTITY startup-notification-version "0.12">
 <!ENTITY webkitgtk2-version           "2.4.9">    <!-- Even minors only -->

Modified: trunk/BOOK/x/lib/qt5.xml
==============================================================================
--- trunk/BOOK/x/lib/qt5.xml    Wed Jul  1 12:33:34 2015        (r16203)
+++ trunk/BOOK/x/lib/qt5.xml    Wed Jul  1 16:56:36 2015        (r16204)
@@ -4,15 +4,15 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY qt5-major "5.4">
+  <!ENTITY qt5-major "5.5">
   <!ENTITY qt5-url   
"http://download.qt.io/archive/qt/&qt5-major;/&qt5-version;/single";>
 
   <!ENTITY qt5-download-http 
"&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
   <!ENTITY qt5-download-ftp  " ">
-  <!ENTITY qt5-md5sum        "c23bd0f14d66e7901d24906a1edce9b0">
-  <!ENTITY qt5-size          "269 MB">
-  <!ENTITY qt5-buildsize     "6.9 GB (172 MB installed)">
-  <!ENTITY qt5-time          "24 SBU, using parallelism=4">
+  <!ENTITY qt5-md5sum        "65d5282f3dee0336da9ed1f77148952f">
+  <!ENTITY qt5-size          "305 MB">
+  <!ENTITY qt5-buildsize     "7.3 GB (184 MB installed)">
+  <!ENTITY qt5-time          "90 SBU">
 ]>
 
 <sect1 id="qt5" xreflabel="Qt-&qt5-version;">
@@ -250,14 +250,14 @@
     </para>
 
 <screen role="root"><userinput>make install</userinput></screen>
-<!--
+
     <para>
       Remove references to the build directory from the installed
       <filename class="extension">.pc</filename> files by running
       the following command:
     </para>
 
-<screen><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi 
-e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>-->
+<screen><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi 
-e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
 
     <para>
       Remove references to the build directory from installed library
-- 
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