~vcs-imports/gimp/+git/gimp:wip/sgrinkov/6257-meson-race-rc-win-build

Last commit made on 2021-09-29
Get this branch:
git clone -b wip/sgrinkov/6257-meson-race-rc-win-build https://git.launchpad.net/~vcs-imports/gimp/+git/gimp

Branch merges

Branch information

Name:
wip/sgrinkov/6257-meson-race-rc-win-build
Repository:
lp:~vcs-imports/gimp/+git/gimp

Recent commits

d3dba66... by Stanislav Grinkov <email address hidden>

build, meson: Fix rc files build order dependency...

by adding special filler custom_target() build rules.

Basically, these build rules do nothing (a mere meson --version call),
but they ensure that `git-version.h` is built first, before the dependant
rc files are used in respective resource compiler build targets.

This still a nasty trick (not a proper solution), but it do the job.

See #6257 for additional information.

ead1131... by Stanislav Grinkov <email address hidden>

gitlab-ci: Remove extra ninja call on win-build

This workaround was placed to mitigate race condition.
It was useful for the time being, but not anymore.
Better solution will be introduced in following commit.

Reverting changes introduced in 9c6776fb.

9491f5a... by Stanislav Grinkov <email address hidden>

build: meson.build minor code refactoring

bb2174d... by Anders Jonsson

Update Swedish translation

fe94b46... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

0d2f3bc... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

f4ab5cd... by Stanislav Grinkov <email address hidden>

i18n: Add plug-ins/common/file-jpegxl.c in POTFILES.in

This source has translated text, hence should be included in
files checked for translations.

Resolves: #7298

6aaa017... by Jordi Mas

Remove unnecessary space at the end of the string

fe551d6... by Jehan <email address hidden>

NEWS: update.

e213f1f... by Jehan <email address hidden>

plug-ins: minor styling fixes and other.

- .gitignore and gimprc.common updated by manually running ./mkgen.pl.
- Coding style fixes in file-jpegxl:
  * function names go to the line by themselves (return type on previous
    line).
  * avoid some overlong lines by breaking lines between parameters.
  * fix some alignments.