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

12.2 gimp3 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 7dbb77e5 was 91dfeba, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Update to plasma-6.0.5.

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[f5f6ac2]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
[f806bbf2]8<sect1 id="kde-add-pkgs" xreflabel="Further KDE packages">
[f5f6ac2]9 <?dbhtml filename="add-pkgs.html"?>
10
11
[f806bbf2]12 <title>Further KDE packages</title>
[f5f6ac2]13
[1c8c15c]14 <para>
15 This section did not provide instructions for all of the available packages
[f806bbf2]16 in the KDE Software Compilation (KDE Gear). The included packages were selected
[1c8c15c]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
[91dfeba]22 <ulink url="&kf6apps-download-http;">&kf6apps-download-http;</ulink>.
[1c8c15c]23 </para>
24
[c8281f05]25 <para condition="html" role="usernotes">
26 Editor Notes: <ulink url="&blfs-wiki;/Further_KDE_Packages"/>
27 </para>
[29d8b98]28
[1c8c15c]29 <para>
30 Some additional packages worth mentioning are:
[f5f6ac2]31 </para>
32
[1c8c15c]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>
[8558044]51 A variety (about 40) of KDE games including:
[1c8c15c]52 kpat, kfourinline, and kmines.
53 </para>
54 </listitem>
55 </itemizedlist>
56
57 <note>
58 <para>
[8558044]59 Some packages will require additional dependencies. To determine
[1c8c15c]60 what dependencies are needed, run from the top of the source tree:
61 </para>
[f5f6ac2]62
63<screen><userinput>cmake -Wno-dev -L .</userinput></screen>
64
[1c8c15c]65 </note>
[f5f6ac2]66
[1c8c15c]67 <para>
68 Most of these packages can be built with the standard KDE5 instructions:
69 </para>
[f5f6ac2]70
71<screen><userinput>mkdir build &amp;&amp;
72cd build &amp;&amp;
73
[f806bbf2]74cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
[f5f6ac2]75 -DCMAKE_BUILD_TYPE=Release \
76 -DBUILD_TESTING=OFF \
77 -Wno-dev .. &amp;&amp;
78make</userinput></screen>
79
[1c8c15c]80 <para>
[6d8eeb9]81 And as the &root; user:
[1c8c15c]82 </para>
83
[f5f6ac2]84<screen role="root"><userinput>make install</userinput></screen>
85
86</sect1>
Note: See TracBrowser for help on using the repository browser.