grim/purple-spasm

First stab at emote support. It kind of works...
draft emotes
2020-06-18, Gary Kramlich
1eb66b376722
First stab at emote support. It kind of works...
# install the icons regardless of whether or not pidgin is installed
pixmapdir = '@0@/pixmaps/pidgin/protocols'.format(get_option('datadir'))
foreach dir : ['16', '22', '48', 'scaled']
install_subdir(
dir,
install_dir: pixmapdir,
)
endforeach