source: archive/add/add-pkgs.xml@ d63fed6

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d63fed6 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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