mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
meson, data: create/install gimp-release file with meson too.
This commit is contained in:
parent
f98e506712
commit
b79e147923
3 changed files with 11 additions and 2 deletions
|
@ -14,3 +14,13 @@ subdir('tool-presets')
|
|||
meson.add_install_script('sh', '-c',
|
||||
'mkdir -p $MESON_INSTALL_DESTDIR_PREFIX/@0@'.format(gimpdatadir / 'fonts')
|
||||
)
|
||||
|
||||
custom_target('gimp-release',
|
||||
output: [ 'gimp-release' ],
|
||||
command: [
|
||||
'echo', ['[package]' + '\nrevision=@0@'.format(get_option('revision'))]
|
||||
],
|
||||
capture: true,
|
||||
install: true,
|
||||
install_dir: gimpdatadir,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue