gimp/plug-ins/pagecurl
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
..
.gitignore plug-ins: clean up pagecurl build, update .gitignore 2018-06-18 12:41:57 +02:00
Makefile.am plug-ins: port pagecurl to GimpImage/GimpDrawable. 2019-08-22 15:54:37 +02:00
curl0.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl1.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl2.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl3.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl4.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl5.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl6.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
curl7.png flattened the icons and converted to 8-bit/color 2004-11-14 12:36:56 +00:00
meson.build meson: fix warnings of deprecated features. 2022-08-31 01:29:37 +02:00
pagecurl.c plug-ins: label and documentation of plug-ins localized plug-in side. 2022-07-05 12:23:51 +02:00