pidgin/purple-plugin-pack

remove the away notify plugin as it's incomplete and unlikely to be completed
if TYPES.contains('incomplete') and PURPLE.found()
chronic = shared_library('chronic',
'chronic.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'chronic'
endif