52e1deebd0
Submodule pointer updates (forks already pushed):
- base: netstack generic ReaderPool + OwnedFd bridge (36dddf23)
- bootloader, installer, userutils: upstream-tracking commits
Parallel agent work swept:
- kf6-kcmutils: recipe + CMakeLists + initial migration patch
- redbear-iwlwifi: Cargo.toml update
- tlc: MC-PARITY-AUDIT + README updates
- xwayland recipe+patch removed (stale)
- scripts: verify-patch-content.py, lint-config-paths.sh
- docs: CONSOLE-TO-KDE-DESKTOP-PLAN, DBUS-INTEGRATION-PLAN,
HARDWARE-VALIDATION-MATRIX, REDBEAR-FULL-SDDM-BRINGUP,
UPSTREAM-SYNC-PROCEDURE, README
25 lines
934 B
Diff
25 lines
934 B
Diff
# Initial migration of the inline sed -i chains in
|
|
# local/recipes/kde/kf6-kcmutils's [build].script to a durable external
|
|
# patch. Captured by local/scripts/migrate-kf6-seds-direct.sh
|
|
# on 2026-06-12T20:43:04+03:00.
|
|
#
|
|
# After applying this patch via cookbook_apply_patches,
|
|
# the recipe's [build].script should call:
|
|
# REDBEAR_PATCHES_DIR="/home/kellito/Builds/RedBear-OS/local/patches/kf6-kcmutils"
|
|
# cookbook_apply_patches "${REDBEAR_PATCHES_DIR}"
|
|
# in place of the sed -i chains that produced these edits.
|
|
#
|
|
# Update 2026-07-10: QML/Quick/kcmshell functionality is now restored.
|
|
# Only poqm translations remain disabled until lupdate/lrelease are built
|
|
# for the Redox target.
|
|
|
|
--- ./CMakeLists.txt
|
|
+++ ./CMakeLists.txt
|
|
@@ -76,5 +76,5 @@
|
|
add_definitions(-DTRANSLATION_DOMAIN=\"kcmutils6\")
|
|
-ki18n_install(po)
|
|
+#ki18n_install(po) # translations deferred
|
|
add_subdirectory(src)
|
|
add_subdirectory(tools)
|
|
if(BUILD_TESTING)
|