source: kde/kf5-apps/add-pkgs.xml@ c1325868

trunk
Last change on this file since c1325868 was f806bbf2, checked in by Bruce Dubbs <bdubbs@…>, 8 weeks ago

Update most of kde-gear

There are still a few packages that need testing and the book updated.
The kf6 adn plasma packages referenced in LXQt are incorrect and need
to be changed to reference kf5 packages for now.

Note that there is a new package, plasma-activities, that is needed in
the kde-gear section, but needed to be taken from the plasma6 set of
packages.

kio-extras is no longer needed for the packages in the book.

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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
12 <title>Further KDE packages</title>
13
14 <para>
15 This section did not provide instructions for all of the available packages
16 in the KDE Software Compilation (KDE Gear). The included packages were selected
17 based on what most people would want to use on a standard desktop computer.
18 </para>
19
20 <para>
21 For a full list of available packages, have a look on the KDE5 servers at
22 <ulink url="&kf5apps-download-http;">&kf5apps-download-http;</ulink>.
23 </para>
24
25 <para condition="html" role="usernotes">
26 Editor Notes: <ulink url="&blfs-wiki;/Further_KDE_Packages"/>
27 </para>
28
29 <para>
30 Some additional packages worth mentioning are:
31 </para>
32
33 <itemizedlist>
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>Kwalletmanager: A credentials management application.</para>
45 </listitem>
46 <listitem>
47 <para>Marble: A global map program.</para>
48 </listitem>
49 <listitem>
50 <para>
51 A variety (about 40) of KDE games including:
52 kpat, kfourinline, and kmines.
53 </para>
54 </listitem>
55 </itemizedlist>
56
57 <note>
58 <para>
59 Some packages will require additional dependencies. To determine
60 what dependencies are needed, run from the top of the source tree:
61 </para>
62
63<screen><userinput>cmake -Wno-dev -L .</userinput></screen>
64
65 </note>
66
67 <para>
68 Most of these packages can be built with the standard KDE5 instructions:
69 </para>
70
71<screen><userinput>mkdir build &amp;&amp;
72cd build &amp;&amp;
73
74cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
75 -DCMAKE_BUILD_TYPE=Release \
76 -DBUILD_TESTING=OFF \
77 -Wno-dev .. &amp;&amp;
78make</userinput></screen>
79
80 <para>
81 And as the <systemitem class="username">root</systemitem> user:
82 </para>
83
84<screen role="root"><userinput>make install</userinput></screen>
85
86</sect1>
Note: See TracBrowser for help on using the repository browser.