From 2d11c98428f35f5e55cd1958256627a7b6edcaae Mon Sep 17 00:00:00 2001 From: Admin Pupkin Date: Thu, 28 May 2026 17:54:07 +0300 Subject: [PATCH] fix: add 8 missing recipes to protected-recipes.toml Missing from initial TOML conversion: - kf6-ksvg, kf6-pty, kf6-notifyconfig, kf6-parts (KDE frameworks) - kglobalacceld (KDE global accelerator daemon) - redbear-keymapd, redbear-ime, redbear-accessibility (input services) Total protected recipes: 119 (matches original hardcoded list) --- config/protected-recipes.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/protected-recipes.toml b/config/protected-recipes.toml index 666c07c1ef..9a61da6de2 100644 --- a/config/protected-recipes.toml +++ b/config/protected-recipes.toml @@ -42,7 +42,7 @@ recipes = [ "redbear-sessiond", "redbear-authd", "redbear-session-launch", "redbear-greeter", "redbear-dbus-services", "redbear-notifications", "redbear-upower", "redbear-udisks", "redbear-polkit", "redbear-quirks", - "redbear-release", + "redbear-release", "redbear-keymapd", "redbear-ime", "redbear-accessibility", ] # Qt stack with Red Bear patches @@ -85,8 +85,10 @@ recipes = [ "kf6-kio", "kf6-kbookmarks", "kf6-kcompletion", "kf6-kdeclarative", "kf6-kcmutils", "kf6-kidletime", "kf6-kwayland", "kf6-knewstuff", "kf6-kwallet", "kf6-prison", "kf6-kirigami", + "kf6-ksvg", "kf6-pty", "kf6-notifyconfig", "kf6-parts", "kdecoration", "kwin", "plasma-desktop", "plasma-workspace", "plasma-framework", "plasma-wayland-protocols", "kirigami", + "kglobalacceld", ] # Orbutils (has local patch)