# 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)