grim/guifications2

Initial support for building the installer
draft default tip
2021-05-19, Gary Kramlich
e60a596742b7
Initial support for building the installer
THEMES = ['default', 'hbons', 'mini', 'Penguins']
foreach theme : THEMES
install_subdir(
theme,
install_dir : get_option('datadir') / 'pixmaps/pidgin/guifications/themes'
)
endforeach