glfs/archive/add/add-pkgs.xml
Bruce Dubbs 01cd34615e Add KF5 okular-12.15.3 and libkexiv2-15.12.3.
Minor edits
Archive old KDE files


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17162 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-03-24 19:58:43 +00:00

80 lines
3.0 KiB
XML

<?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"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<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>