Erm, I just looked in my svn checkout of svn+ssh://svn@svn.kde.org/home/kde/trunk/l10n-kf5 and I don't see any klettres files in */data/kdeedu/klettres am I looking in the wrong place?

On Sun, Nov 16, 2014 at 2:07 PM, Jeremy Whiting <jpwhiting@kde.org> wrote:
Burkhard,

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.

Jeremy

On Sun, Nov 16, 2014 at 1:58 PM, Burkhard Lück <lueck@hube-lueck.de> wrote:
Am Sonntag, 16. November 2014, 13:06:03 schrieb Jeremy Whiting:
> Ok, old frameworks branch has been deleted now. Thanks to all.
>
> On Sun, Nov 16, 2014 at 8:14 AM, Luigi Toscano <luigi.toscano@tiscali.it>
>
> wrote:
> > Burkhard Lück ha scritto:
> > > Am Samstag, 15. November 2014, 19:12:56 schrieb Jeremy Whiting:
> > >> Hey guys, one more merge. KLettres master branch is now kf5 based too.
> > >
> > > Translations + language screenshots moved
> >
> > Thanks Burkhard; I also moved the data files (<lang>/data/kdeedu/klettres,
> > r1406519). Are they still valid for the KF5 version? I guess we should
> > tell packagers to ship them in the main klettres package.
> >
Jeremy, are the klettres data files in l10n-kf5 still valid for the KF5
version? Should we tell packagers to ship them in the main klettres package?

The install paths in the language data files in l10n-kf5 look OK to me:

l10n-kf5/[lang]/data/kdeedu/klettres/CMakeLists.txt
install( FILES  sounds.xml DESTINATION ${DATA_INSTALL_DIR}/klettres/[lang] )

l10n-kf5/[lang]/data/kdeedu/klettres/CMakeLists.txt
FILE(GLOB datafiles *.ogg)
install( FILES ${datafiles} DESTINATION
${DATA_INSTALL_DIR}/klettres/[lang]/alpha )

l10n-kf5/[lang]/data/kdeedu/klettres$ cat syllab/CMakeLists.txt
FILE(GLOB datafiles *.ogg )
install( FILES ${datafiles} DESTINATION
${DATA_INSTALL_DIR}/klettres/[lang]/syllab )

Thanks for checking

--
Burkhard Lück