apostrophe/data/icons/meson.build

12 lines
343 B
Meson
Raw Normal View History

2019-07-01 10:43:26 +00:00
install_data(
'de.wolfvollprecht.UberWriter.svg',
2019-10-29 00:30:37 +00:00
install_dir: datadir / 'icons' / 'hicolor' / 'scalable' / 'apps',
2019-07-01 10:43:26 +00:00
rename: '@0@.svg'.format(application_id)
)
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)
)