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 PURPLE.found() and IS_PURPLE_TWO and JSON_GLIB.found() and ZLIB.found()
okcupid = shared_library('okcupid',
'okcupid.c',
'okcupid.h',
'okc_blist.c',
'okc_blist.h',
'okc_connection.c',
'okc_connection.h',
'okc_messages.c',
'okc_messages.h',
dependencies : [PURPLE, JSON_GLIB, GLIB, ZLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'okcupid'
if PIDGIN.found()
foreach size : [16, 22, 48]
install_data('@0@/okcupid.png'.format(size),
install_dir : join_paths(PIDGIN_PIXMAPSDIR, 'protocols/@0@'.format(size)))
endforeach
endif
endif