Add ksimpleconfig --> tdesimpleconfig to conversion scripts and to r14.1.x backporting script

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/26/head
Michele Calgaro 3 months ago
parent 33cacb6e27
commit 8ccf3b480e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -114,6 +114,8 @@ KInstance|\
KAboutData|\
KCModule|\
KConfig|\
KSimpleConfig|\
ksimpleconfig|\
KServer|\
KSocket|\
KIO\.|\
@ -371,6 +373,8 @@ xargs -r0 sed -ri \
\
-e "s|([^a-zA-Z0-9]\|^)KCModule|\1TDECModule|g" \
-e "s|([^a-zA-Z0-9]\|^)KConfig|\1TDEConfig|g" \
-e "s|([^a-zA-Z0-9]\|^)KSimpleConfig|\1TDESimpleConfig|g" \
-e "s|([^a-zA-Z0-9]\|^)ksimpleconfig|\1tdesimpleconfig|g" \
-e "s|([^a-zA-Z0-9]\|^)KServer|\1TDEServer|g" \
-e "s|([^a-zA-Z0-9]\|^)KSocket|\1TDESocket|g" \
-e "s|([^a-zA-Z0-9]\|^)KIO\.|\1TDEIO.|g" \

@ -23,7 +23,7 @@ Usage:
4. edit commit message to add cherry pick note under signed off clause
git commit --amend --no-edit -S
and add:
(cherry picked from commit hash>)
(cherry picked from <commit hash>)
USAGE
exit 1
@ -72,3 +72,9 @@ sed -i "$@" \
sed -i "$@" \
-e "s|\btdestandarddirs\.h\b|kstandarddirs.h|g" "$1" \
# tdesimpleconfig --> ksimpleconfig
# TDESimpleConfig --> KSimpleConfig
sed -i "$@" \
-e "s|tdesimpleconfig|ksimpleconfig|g" "$1" \
-e "s|TDESimpleConfig|KSimpleConfig|g" "$1" \

Loading…
Cancel
Save