summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-06 17:55:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-27 12:45:34 +0900
commit1a7fabe6cbba2f584fe8a29a61b4e3fef8314a94 (patch)
tree7a462463a25e31521bbe0499f0788937246abcfe /misc
parentca3e3d74e5d42e9886a2fbab27893886a1f3fe2f (diff)
downloadscripts-master.tar.gz
scripts-master.zip
Add guiThread --> coreThread to conversion scripts and to r14.1.x backporting scriptHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/patch-update-for-r14-1-x8
1 files changed, 8 insertions, 0 deletions
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" \
+