Fix desktop file regeneration with certain AWKs
This commit is contained in:
parent
8fdf9e2bc3
commit
6869816cc4
@ -83,7 +83,7 @@ if gdkpixbuf.found()
|
|||||||
dependencies : [dependencies, gdkpixbuf])
|
dependencies : [dependencies, gdkpixbuf])
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# XXX: With gdk-pixbuf, this even dependens on currently installed modules.
|
# XXX: With gdk-pixbuf, this even depends on currently installed modules.
|
||||||
if meson.is_cross_build()
|
if meson.is_cross_build()
|
||||||
install_data('fiv.desktop',
|
install_data('fiv.desktop',
|
||||||
install_dir : get_option('datadir') + '/applications')
|
install_dir : get_option('datadir') + '/applications')
|
||||||
@ -93,7 +93,7 @@ else
|
|||||||
output : 'fiv.desktop',
|
output : 'fiv.desktop',
|
||||||
input : 'fiv.desktop',
|
input : 'fiv.desktop',
|
||||||
command : ['sh', '-c', '''awk '/^MimeType=/ { $0 = "MimeType=";
|
command : ['sh', '-c', '''awk '/^MimeType=/ { $0 = "MimeType=";
|
||||||
while ((exe " --list-supported-media-types" | getline type) > 0)
|
while (((exe " --list-supported-media-types") | getline type) > 0)
|
||||||
$0 = $0 type ";" } 1' "exe=$1" "$2"''', 'sh', exe, '@INPUT@'],
|
$0 = $0 type ";" } 1' "exe=$1" "$2"''', 'sh', exe, '@INPUT@'],
|
||||||
capture : true,
|
capture : true,
|
||||||
install : true,
|
install : true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user