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 KDE5 packages">
|
---|
9 | <?dbhtml filename="add-pkgs.html"?>
|
---|
10 |
|
---|
11 | <sect1info>
|
---|
12 | <othername>$LastChangedBy$</othername>
|
---|
13 | <date>$Date$</date>
|
---|
14 | </sect1info>
|
---|
15 |
|
---|
16 | <title>Further KDE5 packages</title>
|
---|
17 |
|
---|
18 | <para>This section did not provide instructions for all of the available
|
---|
19 | packages in the KDE5 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 KDE5 servers at
|
---|
23 | <ulink url="&kf5apps-download-http;">&kf5apps-download-http;</ulink>,
|
---|
24 | </para>
|
---|
25 |
|
---|
26 | <note><para>Some packages, such as kde-baseapps, kde-runtime, and kmag listed in the
|
---|
27 | link above are only for the older KDE4 and cannot be used
|
---|
28 | with KF5.</para></note>
|
---|
29 |
|
---|
30 | <para>Some additional packages worth mentioning are:</para>
|
---|
31 |
|
---|
32 | <itemizedlist>
|
---|
33 | <listitem>
|
---|
34 | <para>Juk: A lightweight music player.</para>
|
---|
35 | </listitem>
|
---|
36 | <listitem>
|
---|
37 | <para>Dragon: A video player.</para>
|
---|
38 | </listitem>
|
---|
39 | <listitem>
|
---|
40 | <para>Kcalc: A scientific calculator.</para>
|
---|
41 | </listitem>
|
---|
42 | <listitem>
|
---|
43 | <para>Kaccessible: Integration of accessibility utilities.</para>
|
---|
44 | </listitem>
|
---|
45 | <listitem>
|
---|
46 | <para>Kwalletmanager: A credentials management application.</para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>Marble: A global map program.</para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>A variety (about 40) of KDE games including:
|
---|
53 | kpat, kfourinline, and kmines.</para>
|
---|
54 | </listitem>
|
---|
55 | </itemizedlist>
|
---|
56 |
|
---|
57 | <note><para>Some packages will require additional dependencies. To determine
|
---|
58 | what dependencies are needed, run from the top of the source tree:</para>
|
---|
59 |
|
---|
60 | <screen><userinput>cmake -Wno-dev -L .</userinput></screen>
|
---|
61 | </note>
|
---|
62 |
|
---|
63 |
|
---|
64 | <para>Most of these packages can be built with the standard KDE5 instructions:</para>
|
---|
65 |
|
---|
66 | <screen><userinput>mkdir build &&
|
---|
67 | cd build &&
|
---|
68 |
|
---|
69 | cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
|
---|
70 | -DCMAKE_BUILD_TYPE=Release \
|
---|
71 | -DLIB_INSTALL_DIR=lib \
|
---|
72 | -DBUILD_TESTING=OFF \
|
---|
73 | -Wno-dev .. &&
|
---|
74 | make</userinput></screen>
|
---|
75 |
|
---|
76 | <para>And as the <systemitem class="username">root</systemitem> user:</para>
|
---|
77 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
78 |
|
---|
79 | </sect1>
|
---|