mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
b60f1cebb0
This update replaces kf5. In doing so there are several packages in BLFS that are broken, notably the LXQt packages that reference kf5 packages. Trying to maintain kf5 and kf6 in the book is more effort than it is worth. For those that want the kf5 based elements, blfs-12.1 still works. Several packages were updated to build with qt6 so they are not available for packages that need the qt5 versions, These include qca, polkit-qt, and phonon. A couple of packages that are no longer needed for kf6 are still in the book: kuserfeedback and libdbusmenuqt. Many filenames still need to be changed, e.g. kf5-frameworks.xml, as well as xml defined identifiers. Later when LXQt releases their qt6/kf6 based packages, then we will do a scrub of all the book internals to make names consistent.
31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE part 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;
|
|
]>
|
|
|
|
<part id="kde" xreflabel="KDE">
|
|
<?dbhtml filename="kde.html" dir="kde"?>
|
|
|
|
<title>KDE</title>
|
|
<partintro>
|
|
<para>
|
|
<application>KDE</application> is a comprehensive desktop environment
|
|
with a huge number of applications written for it and a huge amount of
|
|
users. It is based on the <application>Qt</application> framework.
|
|
</para>
|
|
|
|
<para>
|
|
For more information visit the official KDE project site at
|
|
<ulink url="https://kde.org/"/>.
|
|
</para>
|
|
</partintro>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kf5/kf5.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kf5-apps/kf5-apps.xml"/>
|
|
<!-- Call the xml with a 5 for now even though is should be 6 -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="plasma5/plasma5.xml"/>
|
|
|
|
</part>
|