source: kde/kde.xml

trunk
Last change on this file was b60f1ce, checked in by Bruce Dubbs <bdubbs@…>, 6 weeks ago

Preliminry update to kf6-6.0.0.

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.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE part 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<part id="kde" xreflabel="KDE">
9 <?dbhtml filename="kde.html" dir="kde"?>
10
11 <title>KDE</title>
12 <partintro>
13 <para>
14 <application>KDE</application> is a comprehensive desktop environment
15 with a huge number of applications written for it and a huge amount of
16 users. It is based on the <application>Qt</application> framework.
17 </para>
18
19 <para>
20 For more information visit the official KDE project site at
21 <ulink url="https://kde.org/"/>.
22 </para>
23 </partintro>
24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kf5/kf5.xml"/>
26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kf5-apps/kf5-apps.xml"/>
27<!-- Call the xml with a 5 for now even though is should be 6 -->
28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="plasma5/plasma5.xml"/>
29
30</part>
Note: See TracBrowser for help on using the repository browser.