Changeset 0c9592da


Ignore:
Timestamp:
07/01/2015 11:56:36 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
15e8283
Parents:
1581361
Message:

Update to qt-5.5.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16204 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r1581361 r0c9592da  
    4848      <para>July 1st, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to qt-5.5.0. Fixes
     52          <ulink url="&blfs-ticket-root;6671">#6671</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[renodr] - Update to libdrm-2.6.62. Fixes
  • packages.ent

    r1581361 r0c9592da  
    483483<!ENTITY pangomm-version              "2.36.0">
    484484<!ENTITY qt4-version                  "4.8.7">
    485 <!ENTITY qt5-version                  "5.4.2">
     485<!ENTITY qt5-version                  "5.5.0">
    486486<!ENTITY shared-mime-info-version     "1.4">
    487487<!ENTITY startup-notification-version "0.12">
  • x/lib/qt5.xml

    r1581361 r0c9592da  
    55  %general-entities;
    66
    7   <!ENTITY qt5-major "5.4">
     7  <!ENTITY qt5-major "5.5">
    88  <!ENTITY qt5-url   "http://download.qt.io/archive/qt/&qt5-major;/&qt5-version;/single">
    99
    1010  <!ENTITY qt5-download-http "&qt5-url;/qt-everywhere-opensource-src-&qt5-version;.tar.xz">
    1111  <!ENTITY qt5-download-ftp  " ">
    12   <!ENTITY qt5-md5sum        "c23bd0f14d66e7901d24906a1edce9b0">
    13   <!ENTITY qt5-size          "269 MB">
    14   <!ENTITY qt5-buildsize     "6.9 GB (172 MB installed)">
    15   <!ENTITY qt5-time          "24 SBU, using parallelism=4">
     12  <!ENTITY qt5-md5sum        "65d5282f3dee0336da9ed1f77148952f">
     13  <!ENTITY qt5-size          "305 MB">
     14  <!ENTITY qt5-buildsize     "7.3 GB (184 MB installed)">
     15  <!ENTITY qt5-time          "90 SBU">
    1616]>
    1717
     
    251251
    252252<screen role="root"><userinput>make install</userinput></screen>
    253 <!--
     253
    254254    <para>
    255255      Remove references to the build directory from the installed
     
    258258    </para>
    259259
    260 <screen><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>-->
     260<screen><userinput>find $QT5PREFIX/lib/pkgconfig -name "*.pc" -exec perl -pi -e "s, -L$PWD/?\S+,,g" {} \;</userinput></screen>
    261261
    262262    <para>
Note: See TracChangeset for help on using the changeset viewer.