Ignore:
Timestamp:
02/01/2007 08:36:42 PM (17 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
64d92a80
Parents:
ddaaa82
Message:

Updated to kde-3.5.6

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/kdelibs.xml

    rddaaa82 rd33b066  
    77  <!ENTITY kdelibs-download-http "&kde-download-http;/kdelibs-&kde-version;.tar.bz2">
    88  <!ENTITY kdelibs-download-ftp  "&kde-download-ftp;/kdelibs-&kde-version;.tar.bz2">
    9   <!ENTITY kdelibs-md5sum        "367738696dc468859cf90d5a6e8f18a9">
    10   <!ENTITY kdelibs-size          "14.7 MB">
    11   <!ENTITY kdelibs-buildsize     "274 MB (additional 668 MB for API docs)">
    12   <!ENTITY kdelibs-time          "14.1 SBU (additional 3.8 SBU for API docs)">
     9  <!ENTITY kdelibs-md5sum        "e4d137879a66e92b895b3de5413a61d8">
     10  <!ENTITY kdelibs-size          "14.8 MB">
     11  <!ENTITY kdelibs-buildsize     "255 MB (additional 659 MB for API docs)">
     12  <!ENTITY kdelibs-time          "11.3 SBU (additional 3.9 SBU for API docs)">
    1313]>
    1414
     
    5454      <listitem>
    5555        <para>Estimated build time: &kdelibs-time;</para>
    56       </listitem>
    57     </itemizedlist>
    58 
    59     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    60 
    61     <bridgehead renderas="sect4">Required Patch</bridgehead>
    62 
    63     <itemizedlist spacing='compact'>
    64       <listitem>
    65         <para><ulink url="&patch-root;/kdelibs-&kde-version;-cups1.2-1.patch"/></para>
    6656      </listitem>
    6757    </itemizedlist>
     
    114104    <para>Install <application>kdelibs</application> with:</para>
    115105
    116 <screen><userinput>patch -Np1 -i ../kdelibs-&kde-version;-cups1.2-1.patch &amp;&amp;
    117 ./configure --prefix=&kde-dir; \
     106<screen><userinput>./configure --prefix=&kde-dir; \
    118107            --sysconfdir=/etc/kde \
    119108            --disable-debug \
     
    179168
    180169  </sect2>
     170
     171  <sect2 id="kdelibs-runtime-dependencies"
     172         xreflabel="KDE Libraries Runtime Dependencies">
     173    <title>Run-Time Dependencies</title>
     174
     175    <para>The <application>KDE</application> libraries access other programs at
     176    run time. One additional package that has not been mentioned already is
     177    <ulink url="http://packages.debian.org/unstable/source/pmount/">
     178    pmount</ulink>.  This enables auto-mounting of hotplugged devices at
     179    /media/[device_name] for any user without any fstab modification. It is
     180    needed to enable the full integration of <application>KDE</application>
     181    with <xref linkend="hal"/>.</para>
     182
     183  </sect2>
     184
    181185
    182186  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.