diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-06 17:55:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-27 12:45:34 +0900 |
commit | 1a7fabe6cbba2f584fe8a29a61b4e3fef8314a94 (patch) | |
tree | 7a462463a25e31521bbe0499f0788937246abcfe /misc | |
parent | ca3e3d74e5d42e9886a2fbab27893886a1f3fe2f (diff) | |
download | scripts-master.tar.gz scripts-master.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/patch-update-for-r14-1-x | 8 |
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" \ + |