Changeset 8393aae


Ignore:
Timestamp:
04/04/2003 04:22:43 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b9c0822
Parents:
95d19dc
Message:

moved arts (step 1) and edits

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • kde/core/core.xml

    r95d19dc r8393aae  
    33<title>KDE Core Packages</title>
    44
    5 &kde-core-arts;
     5&arts;
    66&kde-libs;
    77&kde-base;
  • multimedia/libdriv/libdriv.xml

    r95d19dc r8393aae  
    1010
    1111&alsa;
    12 &arts;
     12&kde-core-arts;
    1313&audiofile;
    1414&esound;
  • pst/typesetting/typesetting.xml

    r95d19dc r8393aae  
    33<title>Typesetting</title>
    44
    5 <para>Placeholder for latex MathML?.</para>
    65
    76&tex;
  • x/lib/lesstif/lesstif-config.xml

    r95d19dc r8393aae  
    1818suffice:</para>
    1919
    20 <para><screen><userinput>
    21 ./configure &amp;&amp;
    22 make
    23 </userinput></screen></para>
     20<para><screen><userinput>./configure &amp;&amp;
     21make</userinput></screen></para>
    2422
    2523</sect2>
  • x/lib/lesstif/lesstif-intro.xml

    r95d19dc r8393aae  
    66Version used:                   &lesstif-version;
    77Package size:                   &lesstif-size;
    8 Estimated Disk space required:  &lesstif-buildsize;</screen>
     8Estimated Disk space required:  &lesstif-buildsize;
     9Estimated build time:           &lesstif-time;</screen>
    910
    1011<para>The lesstif package contains an Open Source version of
  • x/lib/pango/pango-intro.xml

    r95d19dc r8393aae  
    1515<xref linkend="GLib2"/> and <xref linkend="freetype2"/>
    1616Pango will utilize:
    17 <xref linkend="qt"/>, <xref linkend="xfree86"/>, Xft2, fontconfig, <xref linkend="gtk-doc"/> and <xref linkend="DocBook"/></screen>
     17<xref linkend="qt"/>, <xref linkend="xfree86"/>, <xref linkend="gtk-doc"/> and <xref linkend="DocBook"/></screen>
    1818
    1919</sect2>
  • x/lib/qt/qt-inst.xml

    r95d19dc r8393aae  
    77make &amp;&amp;
    88make install &amp;&amp;
    9 if test -L /opt/qt; then rm /opt/qt; fi &amp;&amp;
    10 ln -s /opt/qt-&qt-version; /opt/qt &amp;&amp;
     9ln -sfn /opt/qt-&qt-version; /opt/qt &amp;&amp;
    1110ln -s /opt/qt/lib/libqt-mt.so /opt/qt/lib/libqt.so &amp;&amp;
    1211cp -r doc/man /opt/qt/doc &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.