2024-01-20 05:35:53 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-03-26 05:51:17 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2024-03-06 14:34:58 +08:00
|
|
|
<sect1 id="kde-add-pkgs" xreflabel="Further KDE packages">
|
2016-03-26 05:51:17 +08:00
|
|
|
<?dbhtml filename="add-pkgs.html"?>
|
|
|
|
|
|
|
|
|
2024-03-06 14:34:58 +08:00
|
|
|
<title>Further KDE packages</title>
|
2016-03-26 05:51:17 +08:00
|
|
|
|
2020-03-08 18:20:09 +08:00
|
|
|
<para>
|
|
|
|
This section did not provide instructions for all of the available packages
|
2024-03-06 14:34:58 +08:00
|
|
|
in the KDE Software Compilation (KDE Gear). The included packages were selected
|
2020-03-08 18:20:09 +08:00
|
|
|
based on what most people would want to use on a standard desktop computer.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
For a full list of available packages, have a look on the KDE5 servers at
|
|
|
|
<ulink url="&kf5apps-download-http;">&kf5apps-download-http;</ulink>.
|
|
|
|
</para>
|
|
|
|
|
2023-12-21 00:24:04 +08:00
|
|
|
<para condition="html" role="usernotes">
|
|
|
|
Editor Notes: <ulink url="&blfs-wiki;/Further_KDE_Packages"/>
|
|
|
|
</para>
|
2021-12-20 03:33:04 +08:00
|
|
|
|
2020-03-08 18:20:09 +08:00
|
|
|
<para>
|
|
|
|
Some additional packages worth mentioning are:
|
2016-03-26 05:51:17 +08:00
|
|
|
</para>
|
|
|
|
|
2020-03-08 18:20:09 +08:00
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>Juk: A lightweight music player.</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Dragon: A video player.</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Kcalc: A scientific calculator.</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Kwalletmanager: A credentials management application.</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Marble: A global map program.</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-09-07 01:42:49 +08:00
|
|
|
A variety (about 40) of KDE games including:
|
2020-03-08 18:20:09 +08:00
|
|
|
kpat, kfourinline, and kmines.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>
|
2021-09-07 01:42:49 +08:00
|
|
|
Some packages will require additional dependencies. To determine
|
2020-03-08 18:20:09 +08:00
|
|
|
what dependencies are needed, run from the top of the source tree:
|
|
|
|
</para>
|
2016-03-26 05:51:17 +08:00
|
|
|
|
|
|
|
<screen><userinput>cmake -Wno-dev -L .</userinput></screen>
|
|
|
|
|
2020-03-08 18:20:09 +08:00
|
|
|
</note>
|
2016-03-26 05:51:17 +08:00
|
|
|
|
2020-03-08 18:20:09 +08:00
|
|
|
<para>
|
|
|
|
Most of these packages can be built with the standard KDE5 instructions:
|
|
|
|
</para>
|
2016-03-26 05:51:17 +08:00
|
|
|
|
|
|
|
<screen><userinput>mkdir build &&
|
|
|
|
cd build &&
|
|
|
|
|
2024-03-06 14:34:58 +08:00
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$KF6_PREFIX \
|
2016-03-26 05:51:17 +08:00
|
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
|
|
-DBUILD_TESTING=OFF \
|
|
|
|
-Wno-dev .. &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
2020-03-08 18:20:09 +08:00
|
|
|
<para>
|
2024-03-17 11:10:52 +08:00
|
|
|
And as the &root; user:
|
2020-03-08 18:20:09 +08:00
|
|
|
</para>
|
|
|
|
|
2016-03-26 05:51:17 +08:00
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect1>
|