On Wednesday 24 of July 2013 20:27:27 Fran�ois Andriot wrote: > Le 24/07/2013 20:11, Sl�vek Banko a �crit : > > Note: script convert_existing_kde3_app_to_tde still retains the advantage > > that it can be safely executed repeatedly. > > > > I'm sorry that I'm not incorporate script into GIT much earlier. > > > > I got caught up in testing convert_existing_kde3_app_to_tde script on > > kdocker, which I planned to convert from native Qt application to tde > > application. Likewise, I planned to convert to tde application also > > twinkle. > > > > Slavek > > I've already fixed 2 issues in your script: > 1) Missing "KIO;" string conversion (required for kftpgrabber) > 2) KDE_LANG should NOT be translated to TDE_LANG, at least, in ".am" files > > For information, in several "Makefile.am" files, we find some KDE > variables that must NOT be translated. > I've currently found 3: > KDE_DOCS > KDE_LANG > KDE_ICON > ... because some macros in "admin" subfolder uses them. Modifying them > result in doc, translation or icons being incorrectly installed, or not > installed at all, which does NOT cause FTBFS... > > Currently, conversion of kasablanca (bug 570) will fail because of > TDE_LANG (translations won't be installed). > > Also, I've updated QT3/TQT3 script so that it parses/replaces in ".kcfg" > files too. > > Francois Thank you for the good comments and corrections. Note: Attached convert_existing_kde3_app_to_tde is identical to the one that is in the git repository. Slavek --