pidgin/purple-plugin-pack

ce591963d25e
Create readme's for all plugins that are missing them
if TYPES.contains('incomplete') and PIDGIN.found()
autoprofile = shared_module('autoprofile',
'autoaway.c',
'autoprofile.c',
'autoprofile.h',
'autoreply.c',
'comp_countdownup.c',
'comp_executable.c',
'comp_http.c',
'comp_logstats.c',
'comp_logstats_gtk.c',
'comp_logstats.h',
'component.c',
'component.h',
'comp_quotation.c',
'comp_rss.c',
'comp_rss.h',
'comp_rss_parser.c',
'comp_rss_xanga.c',
'comp_textfile.c',
'comp_timestamp.c',
'comp_uptime.c',
'gtk_actions.c',
'gtk_away_msgs.c',
'gtk_widget.c',
'preferences.c',
'sizes.h',
'utility.c',
'utility.h',
'utility_rfc822.c',
'widget.c',
'widget.h',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'autoprofile'
endif