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

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 29d8b98 was 29d8b98, checked in by Ken Moffat <ken@…>, 2 years ago

kf5-apps: add a link for a wiki page.

Even if nobody else uses the wiki, I find it can be a helpful
place to store notes for things I rarely use. In this case,
looking at Arch re qt5 modules, I found a (long) list of apps
with details of what they use / links to home pages / their
builds.

Example: before I last gave up on kde I had dropped konqueror
because kdewebkit was unmaintained and full of vulnerabilities.
The Arch list shows it now uses qtwebengine, although the home
page only mentions khtml and kdewebkit.

  • 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 <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 condition="html" role="usernotes">User Notes:
29 <ulink url="&blfs-wiki;/Further_KDE_Packages"/>
30 </para>
31
32 <para>
33 Some additional packages worth mentioning are:
34 </para>
35
36 <itemizedlist>
37 <listitem>
38 <para>Juk: A lightweight music player.</para>
39 </listitem>
40 <listitem>
41 <para>Dragon: A video player.</para>
42 </listitem>
43 <listitem>
44 <para>Kcalc: A scientific calculator.</para>
45 </listitem>
46 <listitem>
47 <para>Kaccessible: Integration of accessibility utilities.</para>
48 </listitem>
49 <listitem>
50 <para>Kio-extras: various plugins for urls like <command>man://</command>
51 or <command>smb://</command>.</para>
52 </listitem>
53 <listitem>
54 <para>Kwalletmanager: A credentials management application.</para>
55 </listitem>
56 <listitem>
57 <para>Marble: A global map program.</para>
58 </listitem>
59 <listitem>
60 <para>
61 A variety (about 40) of KDE games including:
62 kpat, kfourinline, and kmines.
63 </para>
64 </listitem>
65 </itemizedlist>
66
67 <note>
68 <para>
69 Some packages will require additional dependencies. To determine
70 what dependencies are needed, run from the top of the source tree:
71 </para>
72
73<screen><userinput>cmake -Wno-dev -L .</userinput></screen>
74
75 </note>
76
77 <para>
78 Most of these packages can be built with the standard KDE5 instructions:
79 </para>
80
81<screen><userinput>mkdir build &amp;&amp;
82cd build &amp;&amp;
83
84cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
85 -DCMAKE_BUILD_TYPE=Release \
86 -DBUILD_TESTING=OFF \
87 -Wno-dev .. &amp;&amp;
88make</userinput></screen>
89
90 <para>
91 And as the <systemitem class="username">root</systemitem> user:
92 </para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96</sect1>
Note: See TracBrowser for help on using the repository browser.