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

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e34c9dae was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 2.7 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 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">User Notes:
26 <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.