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('incomplete') and PIDGIN.found()
stocker = shared_module('stocker',
'stocker.c',
'stocker_prefs.c',
'gtkticker.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'stocker'
endif