<div dir="ltr">Burkhard,<div><br></div><div>Yes I believe that is still where klettres looks for the data files. I'll build one of the translation data files in the morning and test but those paths look right to me.</div><div><br></div><div>Jeremy</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 16, 2014 at 1:58 PM, Burkhard Lück <span dir="ltr"><<a href="mailto:lueck@hube-lueck.de" target="_blank">lueck@hube-lueck.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am Sonntag, 16. November 2014, 13:06:03 schrieb Jeremy Whiting:<br>
<div><div class="h5">> Ok, old frameworks branch has been deleted now. Thanks to all.<br>
><br>
> On Sun, Nov 16, 2014 at 8:14 AM, Luigi Toscano <<a href="mailto:luigi.toscano@tiscali.it">luigi.toscano@tiscali.it</a>><br>
><br>
> wrote:<br>
> > Burkhard Lück ha scritto:<br>
> > > Am Samstag, 15. November 2014, 19:12:56 schrieb Jeremy Whiting:<br>
> > >> Hey guys, one more merge. KLettres master branch is now kf5 based too.<br>
> > ><br>
> > > Translations + language screenshots moved<br>
> ><br>
> > Thanks Burkhard; I also moved the data files (<lang>/data/kdeedu/klettres,<br>
> > r1406519). Are they still valid for the KF5 version? I guess we should<br>
> > tell packagers to ship them in the main klettres package.<br>
> ><br>
</div></div>Jeremy, are the klettres data files in l10n-kf5 still valid for the KF5<br>
version? Should we tell packagers to ship them in the main klettres package?<br>
<br>
The install paths in the language data files in l10n-kf5 look OK to me:<br>
<br>
l10n-kf5/[lang]/data/kdeedu/klettres/CMakeLists.txt<br>
install( FILES  sounds.xml DESTINATION ${DATA_INSTALL_DIR}/klettres/[lang] )<br>
<br>
l10n-kf5/[lang]/data/kdeedu/klettres/CMakeLists.txt<br>
FILE(GLOB datafiles *.ogg)<br>
install( FILES ${datafiles} DESTINATION<br>
${DATA_INSTALL_DIR}/klettres/[lang]/alpha )<br>
<br>
l10n-kf5/[lang]/data/kdeedu/klettres$ cat syllab/CMakeLists.txt<br>
FILE(GLOB datafiles *.ogg )<br>
install( FILES ${datafiles} DESTINATION<br>
${DATA_INSTALL_DIR}/klettres/[lang]/syllab )<br>
<br>
Thanks for checking<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Burkhard Lück<br>
<br>
</font></span></blockquote></div><br></div>