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

trunk
Last change on this file was 6d8eeb9, checked in by Bruce Dubbs <bdubbs@…>, 6 weeks ago

Intermediate commit for kde6.

This is a large, but still intermediate commit for KDE6 (kf6 and plasma6).
These are the key changes:

Update kf6 dependencies.

Remove kuserfeedback (it is now a part of kf6).

Move libdbusmenu-qt to General Libraries. It is still needed for LXQt, but
will be remmoved when LXQt moves to Qt6 and LF6/Plasma6.

Made some changes to bluez to use &root;.

Commented out kmix, libkcddb, and k3b. These are still kf5 apps and would
require adding back most of kf5 to the book. It's easier to just wait for
these to be updated to qt6/kf6.

Removed references to the full qt5 package in LXQt packages. It mkes no sense
now that Qt6 is in the book to also build the full (deprecated) Qt5 package.
It may makes sense to just remove the full Qt5 package from th ebook now.

Renamed an internal referece from plasma5-build to just plasma-build in polkit
and mesa.

  • 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 &root; 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.