glfs/archive/add/add-pkgs.xml

76 lines
2.9 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="kde-add-pkgs" xreflabel="Further KDE4 packages">
<?dbhtml filename="add-pkgs.html"?>
<title>Further KDE4 packages</title>
<para>This section did not provide instructions for all of the available
packages in the KDE4 Software Compilation. The included packages were selected
based on what most people would want to use on a standard desktop computer.</para>
<para>For a full list of available packages, have a look on the KDE4 servers at
<ulink url="&kde-download-http;applications/&kde-version;/src/">
&kde-download-http;applications/&kde-version;/src/</ulink>
or <ulink url="&kde-download-ftp;applications/&kde-apps-version;/src/">
&kde-download-ftp;applications/&kde-apps-version;/src/</ulink>.</para>
<note><para>Some packages, such as konsole, kate, and gwenview listed in the
links above are only for the new KDE Frameworks 5 and cannot be used
with KDE4.</para></note>
<para>Some additional packages worth mentioning are:</para>
<itemizedlist>
<listitem>
<para>Kdeartwork: Collection of wallpapers, icon themes, screensavers, widget styles etc.</para>
</listitem>
<listitem>
<para>Juk: A lightweight music player.</para>
</listitem>
<listitem>
<para>Dragon: A video player.</para>
</listitem>
<listitem>
<para>Kcalc: A scientific calculator.</para>
</listitem>
<listitem>
<para>PyKDE4: Python bindings.</para>
</listitem>
<listitem>
<para>Kaccessible: Accessibility utilities.</para>
</listitem>
<listitem>
<para>Kwalletmanager: Credentials management application.</para>
</listitem>
<listitem>
<para>Marble: A global map program.</para>
</listitem>
<listitem id="audiocd-kio" xreflabel="audiocd-kio">
<para>audiocd-kio: A library to access CD-ROM audio files.</para>
</listitem>
<listitem id="libkcompactdisk" xreflabel="libkcompactdisc">
<para>libkcompactdisc: A library to control CD-ROM drives.</para>
</listitem>
</itemizedlist>
<para>Most of these packages can be built with the standard KDE4 instructions:</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
-Wno-dev .. &amp;&amp;
make</userinput></screen>
<para>And as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect1>