glfs/kde/core/kdebase.xml
Randy McMurchy f4f1156aef Updated kdepim-3.3.2 build entities and dependencies
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3106 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-12-16 21:18:53 +00:00

221 lines
7.2 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 kdebase-download-http "&kde-download-http;/kdebase-&kde-version;.tar.bz2">
<!ENTITY kdebase-download-ftp "&kde-download-ftp;/kdebase-&kde-version;.tar.bz2">
<!ENTITY kdebase-md5sum "edbd721a2a4970977dfe5f45d9e38923">
<!ENTITY kdebase-size "19.9 MB">
<!ENTITY kdebase-buildsize "269 MB (additional 20 MB for API docs)">
<!ENTITY kdebase-time "21.15 SBU (additional 0.24 SBU for API docs)">
]>
<sect1 id="kdebase" xreflabel="kdebase-&kde-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="kdebase.html"?>
<title>kdebase-&kde-version;</title>
<sect2>
<title>Introduction to <application>kdebase</application></title>
<para><application>kdebase</application> is the last mandatory package
required for the K Desktop Environment. It provides various applications,
infrastructure files and libraries.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&kdebase-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&kdebase-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &kdebase-md5sum;</para></listitem>
<listitem><para>Download size: &kdebase-size;</para></listitem>
<listitem><para>Estimated disk space required:
&kdebase-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&kdebase-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required patch: <ulink
url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.3.2-kdebase-htmlframes2.patch"/></para>
</listitem></itemizedlist>
</sect3>
<sect3><title><application>kdebase</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="kdelibs"/></para>
</sect4>
<sect4><title>Recommended</title>
<para><xref linkend="libjpeg"/>,
<xref linkend="libart_lgpl"/>,
<xref linkend="libxml2"/>,
<xref linkend="openssl"/> and
<xref linkend="j2sdk"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="libtiff"/>,
<xref linkend="lesstif"/>,
<xref linkend="Linux_PAM"/>,
<xref linkend="openldap"/>,
<xref linkend="cyrus-sasl"/>,
<xref linkend="samba3"/>,
<xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
<ulink url="http://mtools.linux.lu/?power-to-the-parliament">Mtools</ulink>,
<ulink url="http://www.linux1394.org/">libraw1394</ulink>,
<ulink url="http://secure.netroedge.com/~lm78/">lm_sensors</ulink>,
<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
<ulink url="http://www.graphviz.org/">GraphViz</ulink>
and <xref linkend="doxygen"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>kdebase</application></title>
<para><emphasis>Note:</emphasis> You should ensure a <quote>nogroup</quote>
group exists on your system before performing the
<command>make install</command> command, as <application>kdebase</application>
installs a program (<filename>$KDE_PREFIX/bin/kdesud</filename>) with group
ownership of <quote>nogroup</quote>.</para>
<para>Install <application>kdebase</application> with:</para>
<screen><userinput><command>patch -Np0 -i ../post-3.3.2-kdebase-htmlframes2.patch &amp;&amp;
./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<note><para>If you wish to create the <acronym>API</acronym> documentation and
you have <application>Doxygen</application> and
<application>GraphViz</application> installed, <command>make apidox</command>
must be done before <command>make install</command>.</para></note>
</sect2>
<sect2>
<title>Contents</title>
<para>Major programs in <application>kdebase</application> include
<command>kate</command>,
<command>kcontrol</command>,
<command>kdebugdialog</command>,
<command>kdeprint</command>,
<command>kdesu</command>,
<command>kdm</command>,
<command>kfind</command>,
<command>khelpcenter</command>,
<command>kicker</command>,
<command>kinfocenter</command>,
<command>kioslave</command>,
<command>klipper</command>,
<command>kmenuedit</command>,
<command>konqueror</command>,
<command>konsole</command>,
<command>kpager</command>,
<command>ksplashml</command>,
<command>ksysguard</command>,
<command>kwrite</command> and
<command>kxkb</command>.
</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>kate</title>
<para><command>kate</command> is a programmer's text editor for
<acronym>KDE</acronym>.</para></sect3>
<sect3><title>kcontrol</title>
<para><command>kcontrol</command> is the <acronym>KDE</acronym> Control
Center.</para></sect3>
<sect3><title>kdebugdialog</title>
<para><command>kdebugdialog</command> is a dialog box for managing
diagnostic messages at runtime.</para></sect3>
<sect3><title>kdeprint</title>
<para><command>kdeprint</command> provides print job
administration.</para></sect3>
<sect3><title>kdesu</title>
<para><command>kdesu</command> is a graphical front end for the
Unix <command>su</command> command.</para></sect3>
<sect3><title>kdm</title>
<para><command>kdm</command> is the <acronym>KDE</acronym> display
manager (a
replacement for <command>xdm</command>).</para></sect3>
<sect3><title>kfind</title>
<para><command>kfind</command> is an utility to find
files.</para></sect3>
<sect3><title>khelpcenter</title>
<para><command>khelpcenter</command> is the <acronym>KDE</acronym> help
tool.</para></sect3>
<sect3><title>kicker</title>
<para><command>kicker</command> is the <acronym>KDE</acronym> control
panel.</para></sect3>
<sect3><title>kinfocenter</title>
<para><command>kinfocenter</command> provides a centralized
and convenient overview of your <acronym>KDE</acronym> and system
settings.</para></sect3>
<sect3><title>klipper</title>
<para><command>klipper</command> is a clipboard utility.</para></sect3>
<sect3><title>kmenuedit</title>
<para><command>kmenuedit</command> is an utility to rearrange or add
items to the K-menu.</para></sect3>
<sect3><title>konqueror</title>
<para><command>konqueror</command> is a filesystem and web
browser.</para></sect3>
<sect3><title>konsole</title>
<para><command>konsole</command> is a highly configurable X terminal
emulator.</para></sect3>
<sect3><title>kpager</title>
<para><command>kpager</command> provides a thumbnail view of all
virtual desktops.</para></sect3>
<sect3><title>ksplashml</title>
<para><command>ksplashml</command> is a splash screen that
shows the progress of an application that is loading.</para></sect3>
<sect3><title>ksysguard</title>
<para><command>ksysguard</command> is a network enabled task manager
and system monitor application, with the additional functionality of
<command>top</command>.</para></sect3>
<sect3><title>kwrite</title>
<para><command>kwrite</command> is a text editor for
<acronym>KDE</acronym>.</para></sect3>
<sect3><title>kxkb</title>
<para><command>kxkb</command> is a keyboard layout switching
utility based on X11 xkb extension.</para></sect3>
</sect2>
</sect1>