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