source: kde/add/add-pkgs.xml@ 4df53b44

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4df53b44 was 4df53b44, checked in by Ragnar Thomsen <rthomsen@…>, 11 years ago

Add QJson dependencies.

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

  • Property mode set to 100644
File size: 2.5 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
[c9df31a]8<sect1 id="kde-add-pkgs" xreflabel="Further KDE packages">
[d275f967]9 <?dbhtml filename="add-pkgs.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
[c9df31a]16 <title>Further KDE packages</title>
[0d7900a]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
[d275f967]20 based on what most people would want to use on a standard desktop computer.</para>
[0d7900a]21 <para>For a full list of available packages, have a look on the KDE servers
22 (<ulink url="&kde-download-http;&kde-version;/src/">http</ulink>
[c9df31a]23 or <ulink url="&kde-download-ftp;&kde-version;/src/">ftp</ulink>).</para>
[0d7900a]24
[d275f967]25 <para>Some additional packages worth mentioning are:</para>
[0d7900a]26
[d275f967]27 <itemizedlist>
28 <listitem>
[2a7334e8]29 <para>Kdeartwork: Collection of wallpapers, icon themes, screensavers, widget styles etc.</para>
30 </listitem>
31 <listitem>
32 <para>Juk: A lightweight music player.</para>
33 </listitem>
34 <listitem>
35 <para>Dragon: A video player.</para>
36 </listitem>
37 <listitem>
38 <para>Kcalc: A scientific calculator.</para>
39 </listitem>
40 <listitem>
41 <para>PyKDE4: Python bindings.</para>
42 </listitem>
43 <listitem>
[d275f967]44 <para>Kdegames: Collection of desktop games.</para>
45 </listitem>
46 <listitem>
47 <para>Kaccessible: Accessibility utilities.</para>
48 </listitem>
[028759b]49 <listitem>
[d275f967]50 <para>Kdetoys: Collection of desktop toys.</para>
51 </listitem>
[028759b]52 <listitem>
[d275f967]53 <para>Kwallet: Credentials management application.</para>
54 </listitem>
55 <listitem>
[2a7334e8]56 <para>Marble: A global map program.</para>
[d275f967]57 </listitem>
58 <listitem>
59 <para>Kdesdk: Tools for developers.</para>
60 </listitem>
61 </itemizedlist>
[0d7900a]62
[ecc84ee9]63 <para>Most of these packages can be built with the standard KDE instructions:</para>
[d275f967]64<screen><userinput>mkdir build &amp;&amp;
65cd build &amp;&amp;
[2cfb44a4]66cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
[4df53b44]67 -DCMAKE_BUILD_TYPE=Release \
[d275f967]68 .. &amp;&amp;
69make</userinput></screen>
70<para>And as the <systemitem class="username">root</systemitem> user:</para>
71<screen role="root"><userinput>make install</userinput></screen>
[0d7900a]72
[028759b]73</sect1>
Note: See TracBrowser for help on using the repository browser.