Changeset 08f422e


Ignore:
Timestamp:
06/08/2016 02:51:19 AM (8 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, 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:
781cbe4
Parents:
69b2349
Message:

Archive qt4.
Make referenced to Qt4 in highlight and cairo external.

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

Files:
11 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genutils/highlight.xml

    r69b2349 r08f422e  
    8282    <para role="optional">
    8383      <xref linkend="doxygen"/> (to build the API documentation) and
    84       <xref linkend="qt4"/> (to build the GUI front-en)
     84      <ulink url=" http://download.qt-project.org/official_releases/qt/4.8">Qt4</ulink> (to build the GUI front-end)
    8585    </para>
    8686
  • general/prog/cmake.xml

    r69b2349 r08f422e  
    9898  <sect2 role="installation">
    9999    <title>Installation of CMake</title>
    100 
     100<!--
    101101    <para>
    102102       If <application>Qt4</application> and <application>Qt5</application> are
     
    105105       choose which one will be used to build the Qt-based GUI.
    106106    </para>
    107 
     107-->
    108108    <para>
    109109      Install <application>CMake</application> by running the following
  • introduction/welcome/changelog.xml

    r69b2349 r08f422e  
    4747      <para>June 7th, 2016</para>
    4848      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Archive qt4.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Make references to Qt4 in highlight and
     54          cairo external.</para>
     55        </listitem>
    4956        <listitem>
    5057          <para>[bdubbs] - Update graphviz to build with Qt5.</para>
  • kde/phonon-backend-gstreamer.xml

    r69b2349 r08f422e  
    9090    running the following commands:</para>
    9191
    92 <screen><userinput>source /usr/bin/setqt5 &amp;&amp;
    93 
    94 mkdir build &amp;&amp;
     92<screen><userinput>mkdir build &amp;&amp;
    9593cd    build &amp;&amp;
    9694
  • kde/phonon-backend-vlc.xml

    r69b2349 r08f422e  
    8383    commands:</para>
    8484
    85 <screen><userinput>source /usr/bin/setqt5 &amp;&amp;
    86 
    87 mkdir build &amp;&amp;
     85<screen><userinput>mkdir build &amp;&amp;
    8886cd    build &amp;&amp;
    8987
  • kde/phonon.xml

    r69b2349 r08f422e  
    8383    running the following commands:</para>
    8484
    85 <screen><userinput>source /usr/bin/setqt5 &amp;&amp;
    86 
    87 mkdir build &amp;&amp;
     85<screen><userinput>mkdir build &amp;&amp;
    8886cd    build &amp;&amp;
    8987
  • kde/polkit-qt.xml

    r69b2349 r08f422e  
    7777    by running the following commands:</para>
    7878
    79 <screen><userinput>source /usr/bin/setqt5 &amp;&amp;
    80 
    81 mkdir build &amp;&amp;
     79<screen><userinput>mkdir build &amp;&amp;
    8280cd    build &amp;&amp;
    8381
  • lxqt/desktop/libqtxdg.xml

    r69b2349 r08f422e  
    9292    </para>
    9393
    94 <screen><userinput>source setqt5  &amp;&amp;
    95 
    96 mkdir -v build &amp;&amp;
     94<screen><userinput>mkdir -v build &amp;&amp;
    9795cd       build &amp;&amp;
    9896
  • x/lib/cairo.xml

    r69b2349 r08f422e  
    106106      <xref linkend="lzo"/>,
    107107      <xref linkend="mesa"/>,
    108       <xref linkend="qt4"/>,
    109108      <xref linkend="valgrind"/>,
     109      <ulink url="http://download.qt.io/official_releases/qt/4.8/">Qt4</ulink>,
    110110      <ulink url="http://pkgs.fedoraproject.org/repo/pkgs/directfb/">DirectFB</ulink>,
    111111      <ulink url="https://github.com/rillian/jbig2dec/">jbig2dec</ulink>, and
  • x/lib/lib.xml

    r69b2349 r08f422e  
    6666  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pango.xml"/>
    6767  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pangomm.xml"/>
    68   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qt4.xml"/>
    6968  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qt5.xml"/>
    7069  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="qtwebkit5.xml"/>
  • x/lib/qt5.xml

    r69b2349 r08f422e  
    506506
    507507    </sect3>
    508 
     508<!--
    509509   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    510                href="../../xincludes/setqt.xml"/>
     510               href="../../xincludes/setqt.xml"/>-->
    511511  </sect2>
    512512
Note: See TracChangeset for help on using the changeset viewer.