Changeset d8e2f89b


Ignore:
Timestamp:
04/15/2007 08:57:07 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c749b3c
Parents:
eac3afa
Message:

Updated to Qt-3.3.8

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    reac3afa rd8e2f89b  
    389389
    390390<!-- Chapter 26 -->
    391 <!ENTITY qt-version                   "3.3.7">
     391<!ENTITY qt-version                   "3.3.8">
    392392<!ENTITY GTK-version                  "1.2.10">
    393393<!ENTITY cairo-version                "1.4.2">
  • introduction/welcome/changelog.xml

    reac3afa rd8e2f89b  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Qt-3.3.8.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to NAS-1.9.</para>
    4952        </listitem>
  • x/lib/qt.xml

    reac3afa rd8e2f89b  
    77  <!ENTITY qt-download-http "http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/qt-x11-free-&qt-version;.tar.bz2">
    88  <!ENTITY qt-download-ftp  "ftp://ftp.trolltech.com/qt/source/qt-x11-free-&qt-version;.tar.bz2">
    9   <!ENTITY qt-md5sum        "655e21cf6a7e66daf8ec6ceda81aae1e">
    10   <!ENTITY qt-size          "13.9 MB">
    11   <!ENTITY qt-buildsize     "170 MB">
    12   <!ENTITY qt-time          "11.3 SBU (full), 7.5 SBU (sub-tools)">
     9  <!ENTITY qt-md5sum        "cf3c43a7dfde5bfb76f8001102fe6e85">
     10  <!ENTITY qt-size          "14.3 MB">
     11  <!ENTITY qt-buildsize     "261 MB">
     12  <!ENTITY qt-time          "11 SBU (full), 7.5 SBU (sub-tools)">
    1313]>
    1414
     
    259259ln -v -sfn qt-&qt-version; /opt/qt &amp;&amp;
    260260ln -v -s libqt-mt.so /opt/qt/lib/libqt.so &amp;&amp;
    261 cp -v -r doc/man /opt/qt/doc &amp;&amp;
    262 cp -v -r examples /opt/qt/doc</userinput></screen>
     261cp -v -r doc/man examples /opt/qt/doc</userinput></screen>
    263262
    264263      <note>
     
    324323    <application>Qt</application> installation.</para>
    325324
    326     <para><command>cp -v -r doc/man /usr/share (or /opt/qt/doc)</command>:
    327     This command installs the man pages which are missed by
     325    <para><command>cp -v -r doc/man examples /usr/share (or
     326    /opt/qt/doc)</command>:
     327    This command installs the man pages and examples which are missed by
    328328    <command>make install</command>.</para>
    329329
    330     <para><command>cp -v -r examples /usr/share/doc/qt (or
    331     /opt/qt/doc)</command>: This command installs the examples which are
    332     missed by <command>make install</command>.</para>
    333 
    334330    <para><command>exit</command>: This command returns to the parent shell
    335     and eliminates environment variables set earlier.</para>
     331    and eliminates the environment variables set earlier.</para>
    336332
    337333  </sect2>
Note: See TracChangeset for help on using the changeset viewer.