Ignore:
Timestamp:
03/11/2008 02:37:42 AM (16 years ago)
Author:
Robert Daniels <rdaniels@…>
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:
d4605d4b
Parents:
201b03d
Message:

Style changes to better conform to ed. guide. Remove sysconfdir note from kdebase,multimedia

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/kdebase.xml

    r201b03d r74938aa  
    88  <!ENTITY kdebase-download-ftp  "&kde-download-ftp;/kdebase-&kde-version;.tar.bz2">
    99  <!ENTITY kdebase-md5sum        "c8c35389a238aa1b73e68ef5298eadf8">
    10   <!ENTITY kdebase-size          "24 MB">
    11   <!ENTITY kdebase-buildsize     "273.6 MB (additional 17.3 MB for API docs)">
    12   <!ENTITY kdebase-time          "10.8 SBU (additional 8.4 SBU for API docs)">
     10  <!ENTITY kdebase-size          "24.0 MB">
     11  <!ENTITY kdebase-buildsize     "273 MB (additional 17 MB for API docs)">
     12  <!ENTITY kdebase-time          "11 SBU (additional 8.4 SBU for API docs)">
    1313]>
    1414
     
    7474    <xref linkend="cyrus-sasl"/>,
    7575    <xref linkend="samba3"/>,
    76     <xref linkend="hal"/> (must also have <xref linkend="dbus-qt3"/>,
     76    <xref linkend="hal"/> and
     77    <xref linkend="dbus-qt3"/>,
    7778    <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
    7879    <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
     
    107108    <para>Install <application>kdebase</application> with:</para>
    108109
    109     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    110     href="../../xincludes/kde-sysconfdir.xml"/>
     110<!--    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     111    href="../../xincludes/kde-sysconfdir.xml"/> -->
    111112
    112113<screen><userinput>./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \
     
    127128   
    128129    <para><parameter>LD_LIBRARY_PATH="$KDE_PREFIX/lib" make</parameter>: A bug in
    129     the kdebase buildsystem prevents kdelibs from being found by the Makefiles when
    130     kdelibs is installed in /opt.  Setting LD_LIBRARY_PATH works around the problem.</para>
     130    the <application>kdebase</application> build system prevents
     131    <application>kdelibs</application> from being found by the Makefiles when
     132    <application>kdelibs</application> is installed in
     133    <filename class='directory'>/opt</filename>. Setting LD_LIBRARY_PATH works
     134    around the problem.</para>
    131135   
    132136  </sect2>
Note: See TracChangeset for help on using the changeset viewer.