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

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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[f5f6ac2]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
[1c8c15c]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 <note>
29 <para>
30 Some packages, such as kde-baseapps, kde-runtime, and kmag listed in the
31 link above are only for the older KDE4 and cannot be used with KF5.
32 </para>
33 </note>
[f5f6ac2]34
[1c8c15c]35 <para>
36 Some additional packages worth mentioning are:
[f5f6ac2]37 </para>
38
[1c8c15c]39 <itemizedlist>
40 <listitem>
41 <para>Juk: A lightweight music player.</para>
42 </listitem>
43 <listitem>
44 <para>Dragon: A video player.</para>
45 </listitem>
46 <listitem>
47 <para>Kcalc: A scientific calculator.</para>
48 </listitem>
49 <listitem>
50 <para>Kaccessible: Integration of accessibility utilities.</para>
51 </listitem>
52 <listitem>
53 <para>Kwalletmanager: A credentials management application.</para>
54 </listitem>
55 <listitem>
56 <para>Marble: A global map program.</para>
57 </listitem>
58 <listitem>
59 <para>
60 A variety (about 40) of KDE games including:
61 kpat, kfourinline, and kmines.
62 </para>
63 </listitem>
64 </itemizedlist>
65
66 <note>
67 <para>
68 Some packages will require additional dependencies. To determine
69 what dependencies are needed, run from the top of the source tree:
70 </para>
[f5f6ac2]71
72<screen><userinput>cmake -Wno-dev -L .</userinput></screen>
73
[1c8c15c]74 </note>
[f5f6ac2]75
[1c8c15c]76 <para>
77 Most of these packages can be built with the standard KDE5 instructions:
78 </para>
[f5f6ac2]79
80<screen><userinput>mkdir build &amp;&amp;
81cd build &amp;&amp;
82
83cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
84 -DCMAKE_BUILD_TYPE=Release \
85 -DBUILD_TESTING=OFF \
86 -Wno-dev .. &amp;&amp;
87make</userinput></screen>
88
[1c8c15c]89 <para>
90 And as the <systemitem class="username">root</systemitem> user:
91 </para>
92
[f5f6ac2]93<screen role="root"><userinput>make install</userinput></screen>
94
95</sect1>
Note: See TracBrowser for help on using the repository browser.