zathura/data/icon-128/meson.build
2018-11-27 22:30:21 +01:00

13 lines
307 B
Meson

custom_target('org.pwmt.zathura_128.png',
input: '../org.pwmt.zathura.svg',
output: 'org.pwmt.zathura.png',
command: [
rsvg_convert,
'-w', '128', '-h', '128',
'-o', '@OUTPUT@',
'@INPUT@'
],
install: true,
install_dir: join_paths(datadir, 'icons', 'hicolor', '128x128', 'apps')
)