2017-11-01 06:27:13 -07:00
|
|
|
subdir('dynamics')
|
|
|
|
|
subdir('environ')
|
|
|
|
|
subdir('gradients')
|
|
|
|
|
subdir('interpreters')
|
|
|
|
|
subdir('palettes')
|
|
|
|
|
subdir('tags')
|
|
|
|
|
subdir('tips')
|
|
|
|
|
subdir('tool-presets')
|
|
|
|
|
|
|
|
|
|
|
2025-04-20 07:32:27 -07:00
|
|
|
meson.add_install_script(python, '-c',
|
|
|
|
|
'from pathlib import Path; import sys, os; destdir = os.environ.get("MESON_INSTALL_DESTDIR_PREFIX"); (Path(destdir) / sys.argv[1] / "fonts").mkdir(parents=True, exist_ok=True)',
|
|
|
|
|
gimpdatadir
|
|
|
|
|
)
|
2022-06-06 08:14:44 -07:00
|
|
|
release_conf = configuration_data()
|
|
|
|
|
release_conf.set('REVISION', get_option('revision'))
|
|
|
|
|
|
|
|
|
|
gimp_release = 'gimp-release'
|
|
|
|
|
configure_file(
|
|
|
|
|
input : gimp_release + '.in',
|
|
|
|
|
output: gimp_release,
|
|
|
|
|
configuration: release_conf,
|
2020-02-13 15:58:22 -08:00
|
|
|
install: true,
|
|
|
|
|
install_dir: gimpdatadir,
|
|
|
|
|
)
|