JNotes/data/icons/meson.build
Jeena b07ce820cd Initial commit
The only thing working is showing the users calendars in the sidebar.
2024-01-26 16:49:29 +09:00

13 lines
403 B
Meson

application_id = 'net.jeena.jnotes'
scalable_dir = 'hicolor' / 'scalable' / 'apps'
install_data(
scalable_dir / ('@0@.svg').format(application_id),
install_dir: get_option('datadir') / 'icons' / scalable_dir
)
symbolic_dir = 'hicolor' / 'symbolic' / 'apps'
install_data(
symbolic_dir / ('@0@-symbolic.svg').format(application_id),
install_dir: get_option('datadir') / 'icons' / symbolic_dir
)