fix: honest config — disable broken KDE packages, sync all docs
- Commented out kf6-kio, kf6-knewstuff, breeze, kde-cli-tools (genuine compilation errors / empty packages) - Kirigami stays ignored (QML gate) - Plasma packages stay commented (transitive blockers) - CONSOLE-TO-KDE-DESKTOP-PLAN.md synced with DESKTOP-STACK: removed stale 'builds' claims for blocked packages, added kf6-attica, updated KF6 count to 36/11 - Config + all docs now agree: 33 enabled, 11 blocked, 3 explicitly listed as blocked in config comments
This commit is contained in:
@@ -55,9 +55,11 @@ qt6-wayland-smoke = {}
|
||||
# kirigami: core-only build (QML disabled), needed as build-dep for plasma-framework
|
||||
# kf6-kio: honest KIOCORE_ONLY build (QtNetwork now available in qtbase)
|
||||
kirigami = "ignore"
|
||||
kf6-kio = {}
|
||||
kf6-knewstuff = {}
|
||||
# kf6-kio: blocked (compilation error — upstream source incompatibility)
|
||||
# kf6-knewstuff: blocked (empty package — cmake succeeds, produces no libs)
|
||||
kf6-kwallet = {}
|
||||
# breeze: blocked (compilation error — upstream source incompatibility)
|
||||
# kde-cli-tools: blocked (depends on kf6-kio)
|
||||
|
||||
kdecoration = {}
|
||||
kf6-attica = {}
|
||||
@@ -97,12 +99,10 @@ kglobalacceld = {}
|
||||
# KWin Wayland compositor (stub — delegates to redbear-compositor; real build needs Qt6::Sensors + libinput)
|
||||
kwin = {}
|
||||
|
||||
# Plasma + app packages
|
||||
# Plasma + app packages — blocked
|
||||
# plasma-framework: blocked (depends on kirigami — QML gate)
|
||||
# plasma-workspace: blocked (depends on kf6-knewstuff empty package + kwin stub)
|
||||
# plasma-desktop: blocked (depends on plasma-workspace)
|
||||
breeze = {}
|
||||
kde-cli-tools = {}
|
||||
|
||||
# Greeter/login stack
|
||||
redbear-authd = {}
|
||||
|
||||
Reference in New Issue
Block a user