From 1a7fabe6cbba2f584fe8a29a61b4e3fef8314a94 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 6 Jul 2025 17:55:54 +0900 Subject: Add guiThread --> coreThread to conversion scripts and to r14.1.x backporting script Signed-off-by: Michele Calgaro --- misc/patch-update-for-r14-1-x | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'misc/patch-update-for-r14-1-x') diff --git a/misc/patch-update-for-r14-1-x b/misc/patch-update-for-r14-1-x index 9658d34..f92f9fb 100755 --- a/misc/patch-update-for-r14-1-x +++ b/misc/patch-update-for-r14-1-x @@ -84,3 +84,11 @@ sed -i "$@" \ -e "s|tdedesktopfile|kdesktopfile|g" "$1" \ -e "s|TDEDesktopFile|KDesktopFile|g" "$1" \ +# coreThread --> guiThread +sed -i "$@" \ + -e "s|\bcoreThread\b|guiThread|g" "$1" \ + -e "s|\bcoreThreadAwake\b|guiThreadAwake|g" "$1" \ + -e "s|\bfinishCoreThread\b|finishGuiThread|g" "$1" \ + -e "s|\bisCoreThread\b|isGuiThread|g" "$1" \ + -e "s|\bwakeUpCoreThread\b|wakeUpGuiThread|g" "$1" \ + -- cgit v1.2.3