pidgin/purple-plugin-pack

Point the download link to sourceforge

2021-06-04, Gary Kramlich
f97fd0dddefc
Point the download link to sourceforge
if TYPES.contains('default') and PIDGIN.found()
listlog = shared_module('listlog',
'listlog.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'listlog'
endif