meson: Install new symbolic icon

This commit is contained in:
Rafał Dzięgiel
2021-06-18 10:28:25 +02:00
parent ade60b93a4
commit f2ac3b20a3

View File

@@ -4,6 +4,9 @@ iconsdir = join_paths(sharedir, 'icons', 'hicolor')
install_data('com.github.rafostar.Clapper.svg', install_data('com.github.rafostar.Clapper.svg',
install_dir: join_paths(iconsdir, 'scalable', 'apps') install_dir: join_paths(iconsdir, 'scalable', 'apps')
) )
install_data('com.github.rafostar.Clapper-symbolic.svg',
install_dir: join_paths(iconsdir, 'symbolic', 'apps')
)
install_data('com.github.rafostar.Clapper.gschema.xml', install_data('com.github.rafostar.Clapper.gschema.xml',
install_dir: join_paths(sharedir, 'glib-2.0', 'schemas') install_dir: join_paths(sharedir, 'glib-2.0', 'schemas')
) )