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

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since ab4fdfc was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 4 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 2.7 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 KDE5 packages">
9 <?dbhtml filename="add-pkgs.html"?>
10
11
12 <title>Further KDE5 packages</title>
13
14 <para>
15 This section did not provide instructions for all of the available packages
16 in the KDE5 Software Compilation. 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> An old kde4 app, https://invent.kde.org/unmaintained/kaccessible
44 <para>Kaccessible: Integration of accessibility utilities.</para>
45 </listitem> -->
46<!--<listitem> moved to kf5-apps in 6b25d09d4ebb4 for khelpcenter
47 <para>Kio-extras: various plugins for urls like <command>man://</command>
48 or <command>smb://</command>.</para>
49 </listitem>-->
50 <listitem>
51 <para>Kwalletmanager: A credentials management application.</para>
52 </listitem>
53 <listitem>
54 <para>Marble: A global map program.</para>
55 </listitem>
56 <listitem>
57 <para>
58 A variety (about 40) of KDE games including:
59 kpat, kfourinline, and kmines.
60 </para>
61 </listitem>
62 </itemizedlist>
63
64 <note>
65 <para>
66 Some packages will require additional dependencies. To determine
67 what dependencies are needed, run from the top of the source tree:
68 </para>
69
70<screen><userinput>cmake -Wno-dev -L .</userinput></screen>
71
72 </note>
73
74 <para>
75 Most of these packages can be built with the standard KDE5 instructions:
76 </para>
77
78<screen><userinput>mkdir build &amp;&amp;
79cd build &amp;&amp;
80
81cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
82 -DCMAKE_BUILD_TYPE=Release \
83 -DBUILD_TESTING=OFF \
84 -Wno-dev .. &amp;&amp;
85make</userinput></screen>
86
87 <para>
88 And as the <systemitem class="username">root</systemitem> user:
89 </para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93</sect1>
Note: See TracBrowser for help on using the repository browser.