summaryrefslogtreecommitdiffstats
path: root/kde-tde/convert_existing_kde3_app_to_tde
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2013-07-24 21:22:38 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-24 21:22:38 +0200
commita978092419e22999d544a6e75c5eb745d62ac69c (patch)
treea7823fcda1ea02b7f433517d7a855006af8014c9 /kde-tde/convert_existing_kde3_app_to_tde
parent46961dbcafe7e14ea9c030f5c81777f6c5eacb5c (diff)
downloadexperimental-a978092419e22999d544a6e75c5eb745d62ac69c.tar.gz
experimental-a978092419e22999d544a6e75c5eb745d62ac69c.zip
Several fixes in the script convert_existing_kde3_app_to_tde
Diffstat (limited to 'kde-tde/convert_existing_kde3_app_to_tde')
-rwxr-xr-xkde-tde/convert_existing_kde3_app_to_tde4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-tde/convert_existing_kde3_app_to_tde b/kde-tde/convert_existing_kde3_app_to_tde
index 670645e..f0162e8 100755
--- a/kde-tde/convert_existing_kde3_app_to_tde
+++ b/kde-tde/convert_existing_kde3_app_to_tde
@@ -85,7 +85,6 @@ KDE_NO_IPV6|\
KDE_IS_PRELINKED|\
KDE_UTF8_FILENAMES|\
KDESYCOCA|\
-KDE_LANG|\
KApplication|\
KCmdLineArgs|\
KInstance|\
@@ -96,6 +95,7 @@ KServer|\
KSocket|\
KIO\.|\
KIO:|\
+KIO;|\
KIO_EXPORT|\
KIOInput|\
KIOJob|\
@@ -304,7 +304,6 @@ xargs -r0 sed -ri \
-e "s|([^a-zA-Z0-9]\|^)KDE_IS_PRELINKED|\1TDE_IS_PRELINKED|g" \
-e "s|([^a-zA-Z0-9]\|^)KDE_UTF8_FILENAMES|\1TDE_UTF8_FILENAMES|g" \
-e "s|([^a-zA-Z0-9]\|^)KDESYCOCA|\1TDESYCOCA|g" \
- -e "s|([^a-zA-Z0-9]\|^)KDE_LANG|\1TDE_LANG|g" \
\
-e "s|([^a-zA-Z0-9]\|^)KApplication|\1TDEApplication|g" \
-e "s|([^a-zA-Z0-9]\|^)KCmdLineArgs|\1TDECmdLineArgs|g" \
@@ -317,6 +316,7 @@ xargs -r0 sed -ri \
-e "s|([^a-zA-Z0-9]\|^)KSocket|\1TDESocket|g" \
-e "s|([^a-zA-Z0-9]\|^)KIO\.|\1TDEIO.|g" \
-e "s|([^a-zA-Z0-9]\|^)KIO:|\1TDEIO:|g" \
+ -e "s|([^a-zA-Z0-9]\|^)KIO;|\1TDEIO;|g" \
-e "s|([^a-zA-Z0-9]\|^)KIO_EXPORT|\1TDEIO_EXPORT|g" \
-e "s|([^a-zA-Z0-9]\|^)KIOInput|\1TDEIOInput|g" \
-e "s|([^a-zA-Z0-9]\|^)KIOJob|\1TDEIOJob|g" \