mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
6d8eeb9662
This is a large, but still intermediate commit for KDE6 (kf6 and plasma6). These are the key changes: Update kf6 dependencies. Remove kuserfeedback (it is now a part of kf6). Move libdbusmenu-qt to General Libraries. It is still needed for LXQt, but will be remmoved when LXQt moves to Qt6 and LF6/Plasma6. Made some changes to bluez to use &root;. Commented out kmix, libkcddb, and k3b. These are still kf5 apps and would require adding back most of kf5 to the book. It's easier to just wait for these to be updated to qt6/kf6. Removed references to the full qt5 package in LXQt packages. It mkes no sense now that Qt6 is in the book to also build the full (deprecated) Qt5 package. It may makes sense to just remove the full Qt5 package from th ebook now. Renamed an internal referece from plasma5-build to just plasma-build in polkit and mesa.
87 lines
2.3 KiB
XML
87 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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 KDE packages">
|
|
<?dbhtml filename="add-pkgs.html"?>
|
|
|
|
|
|
<title>Further KDE packages</title>
|
|
|
|
<para>
|
|
This section did not provide instructions for all of the available packages
|
|
in the KDE Software Compilation (KDE Gear). 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">
|
|
Editor 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>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=$KF6_PREFIX \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DBUILD_TESTING=OFF \
|
|
-Wno-dev .. &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
And as the &root; user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect1>
|