Gimp/data
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
..
brushes data: clean up "Acrylic 05" brush 2020-06-12 18:20:09 +03:00
dynamics app: make dynamics tool options a checkbox 2022-02-03 20:33:45 +01:00
environ Meson port. 2019-09-11 16:42:04 +02:00
gradients Meson port. 2019-09-11 16:42:04 +02:00
images data: new "experiments" splash screen for GIMP 2.99.10. 2022-02-22 12:23:46 +01:00
interpreters Meson port. 2019-09-11 16:42:04 +02:00
palettes Meson port. 2019-09-11 16:42:04 +02:00
patterns Meson port. 2019-09-11 16:42:04 +02:00
tags extensions: fix builds after MR !653 (migrating to gettext). 2022-06-25 12:41:21 +02:00
tips extensions: fix builds after MR !653 (migrating to gettext). 2022-06-25 12:41:21 +02:00
tool-presets app: make dynamics tool options a checkbox 2022-02-03 20:33:45 +01:00
.gitignore
gimp-release.in data: fix gimp-release file on Windows. 2022-06-07 21:41:59 +02:00
Makefile.am data: in Makefile.am, make sure to uninstall gimp-release 2020-02-16 01:31:14 +02:00
meson.build data: fix gimp-release file on Windows. 2022-06-07 21:41:59 +02:00