glfs/kde/add/kdeutils.xml
DJ Lucas 60384c6880 Part IX xml update
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2308 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-13 08:05:17 +00:00

136 lines
4.0 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kdeutils-download-http "&kde-download-http;/kdeutils-&kde-version;.tar.bz2">
<!ENTITY kdeutils-download-ftp "&kde-download-ftp;/kdeutils-&kde-version;.tar.bz2">
<!ENTITY kdeutils-size "2.5 MB">
<!ENTITY kdeutils-buildsize "44 MB">
<!ENTITY kdeutils-time "3.97 SBU">
]>
<sect1 id="kdeutils">
<?dbhtml filename="kdeutils.html"?>
<title>kdeutils-&kde-version;</title>
<sect2>
<title>Introduction to <application>kdeutils</application></title>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&kdeutils-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&kdeutils-download-ftp;"/></para></listitem>
<listitem><para>Download size: &kdeutils-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&kdeutils-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&kdeutils-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title><application>kdeutils</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="kdebase"/>
</para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="libxml2"/> and
<ulink url="http://tpctl.sourceforge.net/">tpctl</ulink>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>kdeutils</application></title>
<para>Install <application>kdeutils</application> with:</para>
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>Major programs in <application>kdeutils</application> include
<command>ark</command>,
<command>irkick</command>,
<command>kcalc</command>,
<command>kcharselect</command>,
<command>kcmlirc</command>,
<command>kdepasswd</command>,
<command>kdf</command>,
<command>kedit</command>,
<command>kfloppy</command>,
<command>kgpg</command>,
<command>khexedit</command>,
<command>kjots</command>,
<command>ksim</command>,
<command>kregexpeditor</command>,
<command>ktimer</command> and
<command>kwallet</command>.
</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>ark</title>
<para><command>ark</command> is an archiving tool.</para></sect3>
<sect3><title>irkick</title>
<para><command>irkick</command> is the infrastructure for
<acronym>KDE</acronym>'s Infrared Remote Control functionality;
<command>irkick</command> is the server component of that
infrastructure.</para></sect3>
<sect3><title>kcalc</title>
<para><command>kcalc</command> is a scientific
calculator.</para></sect3>
<sect3><title>kcharselect</title>
<para><command>kcharselect</command> is a character selector
applet.</para></sect3>
<sect3><title>kdepasswd</title>
<para><command>kdepasswd</command> is a password managing
utility.</para></sect3>
<sect3><title>kdf</title>
<para><command>kdf</command> is a disk usage viewer.</para></sect3>
<sect3><title>kedit</title>
<para><command>kedit</command> is a text editor.</para></sect3>
<sect3><title>kfloppy</title>
<para><command>kfloppy</command> is a floppy formatter.</para></sect3>
<sect3><title>kgpg</title>
<para><command>kgpg</command> is a simple graphical interface for
<xref linkend="gnupg"/>.</para></sect3>
<sect3><title>khexedit</title>
<para><command>khexedit</command> is a binary editor.</para></sect3>
<sect3><title>kjots</title>
<para><command>kjots</command> is a note taker.</para></sect3>
<sect3><title>kregexpeditor</title>
<para><command>kregexpeditor</command> is an editor for editing regular
expressions in a graphical style (in contrast to the
<acronym>ASCII</acronym> syntax).</para></sect3>
<sect3><title>ktimer</title>
<para><command>ktimer</command> is a task scheduler.</para></sect3>
</sect2>
</sect1>