1
0
Fork 0
mirror of https://git.pwmt.org/pwmt/zathura.git synced 2025-02-23 00:15:32 +01:00
zathura/data/icon-16/meson.build

13 lines
302 B
Meson
Raw Normal View History

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