grim/purple-spasm

Add twitch.tv/tags support. We don't do anything with them yet, but they don't break anything either.
# install the icons if pidgin is installed
PIDGIN = dependency('pidgin', version: '>=2.0.0', required: false)
if PIDGIN.found()
pidginpixmapdir = '@0@/pixmaps/pidgin/protocols'.format(PIDGIN.get_pkgconfig_variable('datadir'))
foreach dir : ['16', '22', '48', 'scaled']
install_subdir(
dir,
install_dir: pidginpixmapdir,
)
endforeach
endif