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.
Upstream commit b16b19885c5383cd0499503617b98ceb188c898e seems
to fix obexd operation on non-systemd systems. Therefore we
shouldn't need the patch anymore.
Some notes:
- proftpd has been supporting PCRE2 since 1.3.8a.
- bluefish actually invokes PCRE via Glib, so since Glib was ported
from PCRE1 to PCRE2 bluefish has been using PCRE2 in fact.
- zsh and rasqal will support PCRE2 in the next release. For zsh pcre
is not used with book instruction anyway, and for rasqal the
maintainer suggests just relying on Glibc regex.h before the next
release.
- The other distros (Fedora for eg) are already disabling PCRE for
slang.
Remove "AMD P-State Self Test" as it's only for debugging. Adjust some
forced settings as X86_INTEL_PSTATE may be unset if SCHED_MC unset.
Mention X86 Platform Specific Device Drivers may provide platform
profile support (actually more powerful than CPUFreq).
Also fix a glitch in kernel-config.py so it won't mark "'" as hotkey
anymore.