apostrophe/data/icons/meson.build

11 lines
298 B
Meson
Raw Permalink Normal View History

2019-07-01 10:43:26 +00:00
install_data(
2019-12-25 20:34:00 +00:00
'@0@.svg'.format(application_id),
install_dir: datadir / 'icons' / 'hicolor' / 'scalable' / 'apps'
2019-07-01 10:43:26 +00:00
)
install_data(
'de.wolfvollprecht.UberWriter-symbolic.svg',
2019-10-29 00:30:37 +00:00
install_dir: datadir / 'icons' / 'hicolor' / 'symbolic' / 'apps',
2019-07-01 10:43:26 +00:00
rename: '@0@-symbolic.svg'.format(application_id)
)