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:
- Missing "KIO;" string conversion (required for kftpgrabber)
- 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 --