1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="kde-add-pkgs" xreflabel="Further KDE4 packages">
|
---|
9 | <?dbhtml filename="add-pkgs.html"?>
|
---|
10 |
|
---|
11 | <sect1info>
|
---|
12 | <othername>$LastChangedBy$</othername>
|
---|
13 | <date>$Date$</date>
|
---|
14 | </sect1info>
|
---|
15 |
|
---|
16 | <title>Further KDE4 packages</title>
|
---|
17 |
|
---|
18 | <para>This section did not provide instructions for all of the available
|
---|
19 | packages in the KDE4 Software Compilation. The included packages were selected
|
---|
20 | based on what most people would want to use on a standard desktop computer.</para>
|
---|
21 |
|
---|
22 | <para>For a full list of available packages, have a look on the KDE4 servers at
|
---|
23 | <ulink url="&kde-download-http;applications/&kde-version;/src/">
|
---|
24 | &kde-download-http;applications/&kde-version;/src/</ulink>
|
---|
25 | or <ulink url="&kde-download-ftp;applications/&kde-apps-version;/src/">
|
---|
26 | &kde-download-ftp;applications/&kde-apps-version;/src/</ulink>.</para>
|
---|
27 |
|
---|
28 | <note><para>Some packages, such as konsole, kate, and gwenview listed in the
|
---|
29 | links above are only for the new KDE Frameworks 5 and cannot be used
|
---|
30 | with KDE4.</para></note>
|
---|
31 |
|
---|
32 | <para>Some additional packages worth mentioning are:</para>
|
---|
33 |
|
---|
34 | <itemizedlist>
|
---|
35 | <listitem>
|
---|
36 | <para>Kdeartwork: Collection of wallpapers, icon themes, screensavers, widget styles etc.</para>
|
---|
37 | </listitem>
|
---|
38 | <listitem>
|
---|
39 | <para>Juk: A lightweight music player.</para>
|
---|
40 | </listitem>
|
---|
41 | <listitem>
|
---|
42 | <para>Dragon: A video player.</para>
|
---|
43 | </listitem>
|
---|
44 | <listitem>
|
---|
45 | <para>Kcalc: A scientific calculator.</para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>PyKDE4: Python bindings.</para>
|
---|
49 | </listitem>
|
---|
50 | <listitem>
|
---|
51 | <para>Kaccessible: Accessibility utilities.</para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>Kwalletmanager: Credentials management application.</para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>Marble: A global map program.</para>
|
---|
58 | </listitem>
|
---|
59 | <listitem id="audiocd-kio" xreflabel="audiocd-kio">
|
---|
60 | <para>audiocd-kio: A library to access CD-ROM audio files.</para>
|
---|
61 | </listitem>
|
---|
62 | <listitem id="libkcompactdisk" xreflabel="libkcompactdisc">
|
---|
63 | <para>libkcompactdisc: A library to control CD-ROM drives.</para>
|
---|
64 | </listitem>
|
---|
65 | </itemizedlist>
|
---|
66 |
|
---|
67 | <para>Most of these packages can be built with the standard KDE4 instructions:</para>
|
---|
68 | <screen><userinput>mkdir build &&
|
---|
69 | cd build &&
|
---|
70 |
|
---|
71 | cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
---|
72 | -DCMAKE_BUILD_TYPE=Release \
|
---|
73 | -Wno-dev .. &&
|
---|
74 | make</userinput></screen>
|
---|
75 | <para>And as the <systemitem class="username">root</systemitem> user:</para>
|
---|
76 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
77 |
|
---|
78 | </sect1>
|
---|