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

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9076a289 was 9076a289, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Mention kio-extras in "Further KDE5 packages"

Also remove an obsolete note about KDE4...

  • Property mode set to 100644
File size: 2.5 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 <sect1info>
12 <date>$Date$</date>
13 </sect1info>
14
15 <title>Further KDE5 packages</title>
16
17 <para>
18 This section did not provide instructions for all of the available packages
19 in the KDE5 Software Compilation. The included packages were selected
20 based on what most people would want to use on a standard desktop computer.
21 </para>
22
23 <para>
24 For a full list of available packages, have a look on the KDE5 servers at
25 <ulink url="&kf5apps-download-http;">&kf5apps-download-http;</ulink>.
26 </para>
27
28 <para>
29 Some additional packages worth mentioning are:
30 </para>
31
32 <itemizedlist>
33 <listitem>
34 <para>Juk: A lightweight music player.</para>
35 </listitem>
36 <listitem>
37 <para>Dragon: A video player.</para>
38 </listitem>
39 <listitem>
40 <para>Kcalc: A scientific calculator.</para>
41 </listitem>
42 <listitem>
43 <para>Kaccessible: Integration of accessibility utilities.</para>
44 </listitem>
45 <listitem>
46 <para>Kio-extras: various plugins for urls like <command>man://</command>
47 or <command>smb://</command>.</para>
48 </listitem>
49 <listitem>
50 <para>Kwalletmanager: A credentials management application.</para>
51 </listitem>
52 <listitem>
53 <para>Marble: A global map program.</para>
54 </listitem>
55 <listitem>
56 <para>
57 A variety (about 40) of KDE games including:
58 kpat, kfourinline, and kmines.
59 </para>
60 </listitem>
61 </itemizedlist>
62
63 <note>
64 <para>
65 Some packages will require additional dependencies. To determine
66 what dependencies are needed, run from the top of the source tree:
67 </para>
68
69<screen><userinput>cmake -Wno-dev -L .</userinput></screen>
70
71 </note>
72
73 <para>
74 Most of these packages can be built with the standard KDE5 instructions:
75 </para>
76
77<screen><userinput>mkdir build &amp;&amp;
78cd build &amp;&amp;
79
80cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
81 -DCMAKE_BUILD_TYPE=Release \
82 -DBUILD_TESTING=OFF \
83 -Wno-dev .. &amp;&amp;
84make</userinput></screen>
85
86 <para>
87 And as the <systemitem class="username">root</systemitem> user:
88 </para>
89
90<screen role="root"><userinput>make install</userinput></screen>
91
92</sect1>
Note: See TracBrowser for help on using the repository browser.