pidgin/pidgin

Add an application ID to Pidgin.

2020-11-15, Elliott Sales de Andrade
807f0b114d36
Add an application ID to Pidgin.

This fixes a critical at startup.

Testing Done:
Ran with `G_DEBUG=fatal-criticals` and get further along.

Reviewed at https://reviews.imfreedom.org/r/221/
SILCSOURCES = [
'buddy.c',
'chat.c',
'ft.c',
'ops.c',
'pk.c',
'silc.c',
'silcpurple.h',
'util.c',
'wb.c',
'wb.h'
]
if DYNAMIC_SILC
silc_prpl = shared_library('silcpurple', SILCSOURCES,
dependencies : [silc, libpurple_dep, glib],
install : true, install_dir : PURPLE_PLUGINDIR)
endif