Gimp/build/windows/installer/lang
Jehan ca230cb770 meson: fix warnings of deprecated features.
Now that we bumped our meson requirement, meson is complaining about
several features now deprecated even in the minimum required meson
version:

s/meson.source_root/meson.project_source_root/ to fix:

> WARNING: Project targets '>=0.56.0' but uses feature deprecated since '0.56.0': meson.source_root. use meson.project_source_root() or meson.global_source_root() instead.

s/meson.build_root/meson.project_build_root/ to fix:

> WARNING: Project targets '>=0.56.0' but uses feature deprecated since '0.56.0': meson.build_root. use meson.project_build_root() or meson.global_build_root() instead.

Fixing using path() on xdg_email and python ExternalProgram variables:

> WARNING: Project targets '>=0.56.0' but uses feature deprecated since '0.55.0': ExternalProgram.path. use ExternalProgram.full_path() instead

s/get_pkgconfig_variable *(\([^)]*\))/get_variable(pkgconfig: \1)/ to
fix:

> WARNING: Project targets '>=0.56.0' but uses feature deprecated since '0.56.0': dependency.get_pkgconfig_variable. use dependency.get_variable(pkgconfig : ...) instead
2022-08-31 01:29:37 +02:00
..
its po-windows-installer: fix double escaped ampersand in XML for the… 2022-08-22 20:50:59 +02:00
.gitignore build, extensions, po-windows-installer: update gitignore. 2022-03-28 21:46:02 +02:00
addbom.sh Issue #8338: add BOM to ISL file as external script. 2022-07-31 01:43:05 +02:00
gimp-ms-installer-config.xsl.in build: Fix windows installer i18n 2022-07-29 20:40:41 +02:00
Makefile.am build: fix the distcheck. 2022-06-25 17:06:21 +02:00
meson.build meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
newlang.isl.in Issue #7386: fix languages non-provided by InnoSetup showing as English. 2022-07-31 15:10:04 +00:00
setup.isl.xml.in Change GTK+ to GTK 2022-07-07 14:02:36 +00:00
test-installer-langs.sh extensions: fix builds after MR !653 (migrating to gettext). 2022-06-25 12:41:21 +02:00