Gimp/data
Jehan 67f7b76e92 data: fix gimp-release file on Windows.
The '\n' newline is transformed into a space (0x20) when building
natively on Windows. And unfortunately g_key_file_load_from_file() does
not like this.

The autotools rule works properly on all platforms according to my
tests.

Note that at first, I thought it was a LF vs. CRLF issue, and tried to
special-case Windows, but I realized it's just that 'echo' command
seemingly transform newlines unexpectedly in its Windows form. I didn't
want to waste too much time experimenting alternative calls, especially
as I have to test through CI (so each test is very costly, time-wise).
Instead I go the alternative way of using a pre-generated conf file.
2022-06-07 21:41:59 +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 data: fix more xmllint validation. 2021-06-18 15:46:41 +02:00
tips data: fix more xmllint validation. 2021-06-18 15:46:41 +02:00
tool-presets app: make dynamics tool options a checkbox 2022-02-03 20:33:45 +01:00
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
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