grim/guifications2

d28b523c00a0
Previously we created guifications.so not guifications2.so
THEMES = ['default', 'hbons', 'mini', 'Penguins']
foreach theme : THEMES
install_subdir(
theme,
install_dir : get_option('datadir') / 'pixmaps/pidgin/guifications/themes'
)
endforeach