grim/guifications2

Add the packaging stuff to a subdirectory
draft
2021-04-07, Gary Kramlich
90b0fc9cf7b6
Add the packaging stuff to a subdirectory
THEMES = ['default', 'hbons', 'mini', 'Penguins']
foreach theme : THEMES
install_subdir(
theme,
install_dir : get_option('datadir') / 'pixmaps/pidgin/guifications/themes'
)
endforeach