1
0
Fork 0
mirror of https://git.pwmt.org/pwmt/zathura.git synced 2025-01-22 20:07:52 +01:00
zathura/data/icon-32/meson.build
2018-11-27 22:30:21 +01:00

12 lines
302 B
Meson

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