On Wednesday 24 of July 2013 20:27:27 François Andriot
wrote:
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