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

gimp3 lazarus trunk
Last change on this file since d2f34f58 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 20 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
RevLine 
[d275f967]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
[632bfad]8<sect1 id="kde-add-pkgs" xreflabel="Further KDE4 packages">
[d275f967]9 <?dbhtml filename="add-pkgs.html"?>
10
11
[632bfad]12 <title>Further KDE4 packages</title>
[0d7900a]13
14 <para>This section did not provide instructions for all of the available
[632bfad]15 packages in the KDE4 Software Compilation. The included packages were selected
[d275f967]16 based on what most people would want to use on a standard desktop computer.</para>
[131b1b7]17
[632bfad]18 <para>For a full list of available packages, have a look on the KDE4 servers at
[52d92be5]19 <ulink url="&kde-download-http;applications/&kde-version;/src/">
20 &kde-download-http;applications/&kde-version;/src/</ulink>
[5a87e66d]21 or <ulink url="&kde-download-ftp;applications/&kde-apps-version;/src/">
22 &kde-download-ftp;applications/&kde-apps-version;/src/</ulink>.</para>
[c9035bab]23
[f3429309]24 <note><para>Some packages, such as konsole, kate, and gwenview listed in the
[52d92be5]25 links above are only for the new KDE Frameworks 5 and cannot be used
[c9035bab]26 with KDE4.</para></note>
[0d7900a]27
[d275f967]28 <para>Some additional packages worth mentioning are:</para>
[0d7900a]29
[d275f967]30 <itemizedlist>
31 <listitem>
[2a7334e8]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>
[d275f967]46 <listitem>
47 <para>Kaccessible: Accessibility utilities.</para>
48 </listitem>
[028759b]49 <listitem>
[266a547]50 <para>Kwalletmanager: Credentials management application.</para>
[d275f967]51 </listitem>
52 <listitem>
[2a7334e8]53 <para>Marble: A global map program.</para>
[d275f967]54 </listitem>
[8fe5d13]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>
[d275f967]61 </itemizedlist>
[0d7900a]62
[632bfad]63 <para>Most of these packages can be built with the standard KDE4 instructions:</para>
[d275f967]64<screen><userinput>mkdir build &amp;&amp;
[18c9ee54]65cd build &amp;&amp;
66
[b22a51fa]67cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
68 -DCMAKE_BUILD_TYPE=Release \
69 -DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
[43bb741]70 -Wno-dev .. &amp;&amp;
[d275f967]71make</userinput></screen>
72<para>And as the <systemitem class="username">root</systemitem> user:</para>
73<screen role="root"><userinput>make install</userinput></screen>
[0d7900a]74
[028759b]75</sect1>
Note: See TracBrowser for help on using the repository browser.