pidgin/purple-plugin-pack

Remove the infopane plugin as it's kind of hacky and doesn't seem like it's worthwhile to keep around
if TYPES.contains('default') and PIDGIN.found()
convbadger = shared_module('convbadger',
'convbadger.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'convbadger'
endif