source: kde/add/add-pkgs.xml@ 44ed64ac

krejzi/svn
Last change on this file since 44ed64ac was 131b1b7, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to libical-1.0.1.
KDE: remove ftp URLs and make explicit the http ones in 'Starting KDE' and 'Further KDE packages'.
FontForge-2.0.20141014: remove some extra spaces.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14697 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.3 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 KDE packages">
9 <?dbhtml filename="add-pkgs.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Further KDE packages</title>
17
18 <para>This section did not provide instructions for all of the available
19 packages in the KDE 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 KDE servers at
23 <ulink url="&kde-download-http;&kde-version;/src/">&kde-download-http;&kde-version;/src/</ulink>
24<!-- or <ulink url="&kde-download-ftp;&kde-version;/src/">ftp</ulink>)-->.</para>
25
26 <para>Some additional packages worth mentioning are:</para>
27
28 <itemizedlist>
29 <listitem>
30 <para>Kdeartwork: Collection of wallpapers, icon themes, screensavers, widget styles etc.</para>
31 </listitem>
32 <listitem>
33 <para>Juk: A lightweight music player.</para>
34 </listitem>
35 <listitem>
36 <para>Dragon: A video player.</para>
37 </listitem>
38 <listitem>
39 <para>Kcalc: A scientific calculator.</para>
40 </listitem>
41 <listitem>
42 <para>PyKDE4: Python bindings.</para>
43 </listitem>
44 <listitem>
45 <para>Kaccessible: Accessibility utilities.</para>
46 </listitem>
47 <listitem>
48 <para>Kwalletmanager: Credentials management application.</para>
49 </listitem>
50 <listitem>
51 <para>Marble: A global map program.</para>
52 </listitem>
53 </itemizedlist>
54
55 <para>Most of these packages can be built with the standard KDE instructions:</para>
56<screen><userinput>mkdir build &amp;&amp;
57cd build &amp;&amp;
58
59cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
60 -DCMAKE_BUILD_TYPE=Release \
61 -Wno-dev .. &amp;&amp;
62make</userinput></screen>
63<para>And as the <systemitem class="username">root</systemitem> user:</para>
64<screen role="root"><userinput>make install</userinput></screen>
65
66</sect1>
Note: See TracBrowser for help on using the repository browser.