pidgin/pidgin

Create an AppImage for Pidgin3

2020-10-15, Gary Kramlich
9ce322b6f2d1
Create an AppImage for Pidgin3

Prepare for an eventual finch appimage

Testing Done:
Built the AppImage and verified it works by logging in with bonjour.

Reviewed at https://reviews.imfreedom.org/r/166/
if PLUGINS and enable_dbus
install_data('music.png',
install_dir : get_option('datadir') / 'pixmaps/pidgin/buttons')
music_messaging_bindings = custom_target('music_messaging_bindings.c',
command : [python, dbus_analyze_functions, '--export-only', '-o', '@OUTPUT@', '@INPUT@'],
input : 'musicmessaging.c',
output : 'music-messaging-bindings.ch')
musicmessaging = library('musicmessaging', 'musicmessaging.c', music_messaging_bindings,
dependencies : [dbus, libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : true, install_dir : PIDGIN_PLUGINDIR)
endif