pidgin/purple-plugin-pack

Add an AppStream metainfo file

2020-07-14, Gary Kramlich
3fae9e3d6b55
Add an AppStream metainfo file

Add a metainfo file. This fixes PLUGINPACK-12

Reviewed at https://reviews.imfreedom.org/r/37/
if TYPES.contains('default') and PIDGIN.found()
plonkers = shared_module('plonkers',
'plonkers.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'plonkers'
endif