5 Commits

Author SHA1 Message Date
Antoine Belvire
33d0c3d654 Sort translations in desktop file
Desktop file generation is non-deterministic - translation positions may vary
across builds. This makes the build non-reproducible.

The cause is the use of glob() which collects qm file paths in a random order,
depending on the filesystem. To ensure the translations are written in a fixed
order the list returned by glob() must be sorted.
2019-10-26 08:25:56 +10:00
Juergen E. Fischer
f2ada66af9 ts2appinfo.py: get desktop encoding right 2018-10-01 21:18:15 +02:00
Juergen E. Fischer
9af3c49651 another adaption for ts2appinfo 2018-10-01 10:43:13 +02:00
Juergen E. Fischer
a6c3b812e6 add appinfo metadata source dependency 2018-09-29 00:14:36 +02:00
Juergen E. Fischer
52a80d895c include appinfo metadata file in translation 2018-09-25 02:10:16 +02:00