mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 17:57:47 +08:00
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.
97 lines
2.6 KiB
XML
97 lines
2.6 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!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;
|
|
]>
|
|
|
|
<sect1 id="kde-add-pkgs" xreflabel="Further KDE5 packages">
|
|
<?dbhtml filename="add-pkgs.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Further KDE5 packages</title>
|
|
|
|
<para>
|
|
This section did not provide instructions for all of the available packages
|
|
in the KDE5 Software Compilation. The included packages were selected
|
|
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>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/Further_KDE_Packages"/>
|
|
</para>
|
|
|
|
<para>
|
|
Some additional packages worth mentioning are:
|
|
</para>
|
|
|
|
<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>Kaccessible: Integration of accessibility utilities.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Kio-extras: various plugins for urls like <command>man://</command>
|
|
or <command>smb://</command>.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Kwalletmanager: A credentials management application.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Marble: A global map program.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
A variety (about 40) of KDE games including:
|
|
kpat, kfourinline, and kmines.
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<note>
|
|
<para>
|
|
Some packages will require additional dependencies. To determine
|
|
what dependencies are needed, run from the top of the source tree:
|
|
</para>
|
|
|
|
<screen><userinput>cmake -Wno-dev -L .</userinput></screen>
|
|
|
|
</note>
|
|
|
|
<para>
|
|
Most of these packages can be built with the standard KDE5 instructions:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DBUILD_TESTING=OFF \
|
|
-Wno-dev .. &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
And as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect1>
|