Ignore:
Timestamp:
09/17/2003 04:30:29 AM (21 years ago)
Author:
Igor Živković <igor@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
64941d1a
Parents:
146073c
Message:

update to KDE-3.1.4 (incomplete - left for Bruce to review and finish)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/inst/kde-utils.xml

    r146073c r4ee53fa2  
    33<title>kdeutils-&kde-version;</title>
    44
    5 <para><screen>Download location (FTP):     <ulink url="&kde-utils-ftp;"/>
    6 Estimated build disk space:  26 MB
    7 Estimated installed space:   6 MB
    8 Package size:                &kde-utils-size;
    9 Estimated build time:        13 min (667 MHz)</screen></para>
     5<sect2>
     6<title>Introduction to <application>kdeutils</application></title>
    107
    11 <para>kdeutils depends on:
    12 <screen><xref linkend="kde-base"/></screen></para>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink url="&kde-utils-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink url="&kde-utils-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &kde-utils-size;</para></listitem>
     13<listitem><para>Estimated Disk space required: &kde-utils-buildsize;</para></listitem>
     14<listitem><para>Estimated build time: &kde-utils-time;</para></listitem></itemizedlist>
     15</sect3>
    1316
    14 <para>Install kdeutils with:
    15 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     17<sect3><title><application>kdeutils</application> dependencies</title>
     18<sect4><title>Required</title>
     19<para><xref linkend="kde-base"/>
     20</para></sect4>
     21</sect3>
     22
     23</sect2>
     24
     25<sect2>
     26<title>Installation of <application>kdeutils</application></title>
     27
     28<para>Install <application>kdeutils</application> with:
     29<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    1630    --disable-dependency-tracking &amp;&amp;
    1731make &amp;&amp;
    18 make install</userinput></screen></para>
     32make install</command></userinput></screen></para>
     33
     34</sect2>
    1935
    2036<sect2>
    2137<title>Contents</title>
    22 <para>The KDE Utils package provides the following:</para>
    23 <itemizedlist>
    24 <listitem><para>kcalc - Scientific Calculator</para></listitem>
    25 <listitem><para>charselectapplet - Character Selector Applet</para></listitem>
    26 <listitem><para>arc - Archiving Tool</para></listitem>
    27 <listitem><para>kdepasswd - Change passwords</para></listitem>
    28 <listitem><para>kdf - View disk usage</para></listitem>
    29 <listitem><para>kedit - Text editor</para></listitem>
    30 <listitem><para>kfloppy - Floppy formatter</para></listitem>
    31 <listitem><para>khexeditor - Binary editor </para></listitem>
    32 <listitem><para>kjots - Note taker</para></listitem>
    33 <listitem><para>kljtool - HP Laserjet control panel</para></listitem>
    34 <listitem><para>klpq - View print job queues</para></listitem>
    35 <listitem><para>ktimer - Task scheduler</para></listitem>
    36 </itemizedlist>
     38
     39<para>The <acronym>KDE</acronym> Utils package provides
     40<command>kcalc</command>,
     41<command>charselectapplet</command>,
     42<command>arc</command>,
     43<command>kdepasswd</command>,
     44<command>kdf</command>,
     45<command>kedit</command>,
     46<command>kfloppy</command>,
     47<command>khexeditor</command>,
     48<command>kjots</command>,
     49<command>kljtool</command>,
     50<command>klpq</command> and
     51<command>ktimer</command>.
     52</para>
     53
     54</sect2>
     55
     56<sect2><title>Description</title>
     57
     58<sect3><title>kcalc</title>
     59<para><command>kcalc</command> is a scientific calculator.</para></sect3>
     60
     61<sect3><title>charselectapplet</title>
     62<para><command>charselectapplet</command> is a character selector
     63applet.</para></sect3>
     64
     65<sect3><title>arc</title>
     66<para><command>arc</command> is an archiving tool.</para></sect3>
     67
     68<sect3><title>kdepasswd</title>
     69<para><command>kdepasswd</command> is a password managing utility.</para></sect3>
     70
     71<sect3><title>kdf</title>
     72<para><command>kdf</command> is a disk usage viewer.</para></sect3>
     73
     74<sect3><title>kedit</title>
     75<para><command>kedit</command> is a text editor.</para></sect3>
     76
     77<sect3><title>kfloppy</title>
     78<para><command>kfloppy</command> is a floppy formatter.</para></sect3>
     79
     80<sect3><title>khexeditor</title>
     81<para><command>khexeditor</command> is a binary editor.</para></sect3>
     82
     83<sect3><title>kjots</title>
     84<para><command>kjots</command> is a note taker.</para></sect3>
     85
     86<sect3><title>kljtool</title>
     87<para><command>kljtool</command> is a <acronym>HP</acronym> Laserjet
     88control panel.</para></sect3>
     89
     90<sect3><title>klpq</title>
     91<para><command>klpq</command> displays print job queues.</para></sect3>
     92
     93<sect3><title>ktimer</title>
     94<para><command>ktimer</command> is a task scheduler.</para></sect3>
     95
    3796</sect2>
    3897</sect1>
Note: See TracChangeset for help on using the changeset viewer.