pidgin/purple-plugin-pack

remove the talkfilters plugin as it's dependencies are not typically packaged anymore
if TYPES.contains('default') and PURPLE.found()
findip = shared_library('findip',
'findip.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'findip'
endif