gimp/extensions/goat-exercises
Jehan 8122e8cf36 extensions: fix builds after MR !653 (migrating to gettext).
(1) On recent meson versions, it fixes this error:

> extensions/goat-exercises/meson.build:108:0: ERROR: i18n.merge_file keyword argument 'output' was of type array[str] but should have been str

As docs explains, 'output' only accepts one item in i18n.merge_file().

This bug also happens on older meson (but there the reported error is a
lot less useful as it doesn't mention local meson build code).

(2) `setup.isl.xml` is a temporary intermediary file used to create the
    Windows installer. It must not be installed.

(3) `gimp30-windows-installer.mo` itself is only used to create
    `setup.isl.xml`. It must not be installed as well.

(4) gimp-tips.(its|loc) files (same for gimp-tags ones) should not be
    installed. They are only temporary data.

(5) Fix environment variable: s/GETTEXT_DATA_DIRS/GETTEXTDATADIRS/

Fixes:

> /usr/bin/msgfmt: cannot locate ITS rules for ../../../data/tips/gimp-tips.xml.in

(6) Fix various bugs in the *.setup.isl files creation in autotools
    build (typo, wrong files used, order of options in `xsltproc`
    apparently meaningful, and so on. I guess the autotools build was
    not as well tested as the meson one :P).

(7) Fixing the unit test verifying language lists consistency.

(8) `setup.isl.xml.in` must be added to the distribution.
2022-06-25 12:41:21 +02:00
..
.gitignore build, extensions, po-windows-installer: update gitignore. 2022-03-28 21:46:02 +02:00
Makefile.am Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
goat-exercise-c.c extensions, po-plug-ins: demo extensions use the new i18n logic. 2022-06-05 01:57:02 +02:00
goat-exercise-gjs.js extensions, po-plug-ins: demo extensions use the new i18n logic. 2022-06-05 01:57:02 +02:00
goat-exercise-lua.lua extensions, po-plug-ins: demo extensions use the new i18n logic. 2022-06-05 01:57:02 +02:00
goat-exercise-py3.py extensions, po-plug-ins: demo extensions use the new i18n logic. 2022-06-05 01:57:02 +02:00
goat-exercise-vala.vala extensions, po-plug-ins: demo extensions use the new i18n logic. 2022-06-05 01:57:02 +02:00
meson.build extensions: fix builds after MR !653 (migrating to gettext). 2022-06-25 12:41:21 +02:00
org.gimp.extension.goat-exercises.metainfo.xml.in.in Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00