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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 d4bfff1f was d4bfff1f, checked in by DJ Lucas <dj@…>, 7 years ago

Remove the rest of KDE -DLIB_INSTALL_DIR parameters

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18534 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.6 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 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Further KDE5 packages</title>
17
18 <para>This section did not provide instructions for all of the available
19 packages 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.</para>
21
22 <para>For a full list of available packages, have a look on the KDE5 servers at
23 <ulink url="&kf5apps-download-http;">&kf5apps-download-http;</ulink>,
24 </para>
25
26 <note><para>Some packages, such as kde-baseapps, kde-runtime, and kmag listed in the
27 link above are only for the older KDE4 and cannot be used
28 with KF5.</para></note>
29
30 <para>Some additional packages worth mentioning are:</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>Kwalletmanager: A credentials management application.</para>
47 </listitem>
48 <listitem>
49 <para>Marble: A global map program.</para>
50 </listitem>
51 <listitem>
52 <para>A variety (about 40) of KDE games including:
53 kpat, kfourinline, and kmines.</para>
54 </listitem>
55 </itemizedlist>
56
57 <note><para>Some packages will require additional dependencies. To determine
58 what dependencies are needed, run from the top of the source tree:</para>
59
60<screen><userinput>cmake -Wno-dev -L .</userinput></screen>
61 </note>
62
63
64 <para>Most of these packages can be built with the standard KDE5 instructions:</para>
65
66<screen><userinput>mkdir build &amp;&amp;
67cd build &amp;&amp;
68
69cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
70 -DCMAKE_BUILD_TYPE=Release \
71 -DBUILD_TESTING=OFF \
72 -Wno-dev .. &amp;&amp;
73make</userinput></screen>
74
75<para>And as the <systemitem class="username">root</systemitem> user:</para>
76<screen role="root"><userinput>make install</userinput></screen>
77
78</sect1>
Note: See TracBrowser for help on using the repository browser.