pidgin/purple-plugin-pack

Apparently okcupid has been broke for awhile, so lets remove it instead

Testing Done:
ran ninja and ninja plugin_pack-pot

Reviewed at https://reviews.imfreedom.org/r/2407/
if TYPES.contains('default') and PURPLE.found()
showoffline = shared_library('showoffline',
'showoffline.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'showoffline'
endif