source: archive/add/add-pkgs.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 2.9 KB
Line 
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
12 <title>Further KDE4 packages</title>
13
14 <para>This section did not provide instructions for all of the available
15 packages in the KDE4 Software Compilation. The included packages were selected
16 based on what most people would want to use on a standard desktop computer.</para>
17
18 <para>For a full list of available packages, have a look on the KDE4 servers at
19 <ulink url="&kde-download-http;applications/&kde-version;/src/">
20 &kde-download-http;applications/&kde-version;/src/</ulink>
21 or <ulink url="&kde-download-ftp;applications/&kde-apps-version;/src/">
22 &kde-download-ftp;applications/&kde-apps-version;/src/</ulink>.</para>
23
24 <note><para>Some packages, such as konsole, kate, and gwenview listed in the
25 links above are only for the new KDE Frameworks 5 and cannot be used
26 with KDE4.</para></note>
27
28 <para>Some additional packages worth mentioning are:</para>
29
30 <itemizedlist>
31 <listitem>
32 <para>Kdeartwork: Collection of wallpapers, icon themes, screensavers, widget styles etc.</para>
33 </listitem>
34 <listitem>
35 <para>Juk: A lightweight music player.</para>
36 </listitem>
37 <listitem>
38 <para>Dragon: A video player.</para>
39 </listitem>
40 <listitem>
41 <para>Kcalc: A scientific calculator.</para>
42 </listitem>
43 <listitem>
44 <para>PyKDE4: Python bindings.</para>
45 </listitem>
46 <listitem>
47 <para>Kaccessible: Accessibility utilities.</para>
48 </listitem>
49 <listitem>
50 <para>Kwalletmanager: Credentials management application.</para>
51 </listitem>
52 <listitem>
53 <para>Marble: A global map program.</para>
54 </listitem>
55 <listitem id="audiocd-kio" xreflabel="audiocd-kio">
56 <para>audiocd-kio: A library to access CD-ROM audio files.</para>
57 </listitem>
58 <listitem id="libkcompactdisk" xreflabel="libkcompactdisc">
59 <para>libkcompactdisc: A library to control CD-ROM drives.</para>
60 </listitem>
61 </itemizedlist>
62
63 <para>Most of these packages can be built with the standard KDE4 instructions:</para>
64<screen><userinput>mkdir build &amp;&amp;
65cd build &amp;&amp;
66
67cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
68 -DCMAKE_BUILD_TYPE=Release \
69 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
70 -Wno-dev .. &amp;&amp;
71make</userinput></screen>
72<para>And as the <systemitem class="username">root</systemitem> user:</para>
73<screen role="root"><userinput>make install</userinput></screen>
74
75</sect1>
Note: See TracBrowser for help on using the repository browser.