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()
album = shared_module('album',
'album.c',
'album-ui.c',
c_args : [
'-DPIXMAPSDIR="@0@"'.format(PIDGIN_PIXMAPSDIR),
],
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'album'
endif