grim/purple-spasm

remove the soup logger as we don't really need it right now.
# 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