pidgin/purple-plugin-pack

04ca25b7c135
Some updates to make the Debian packaging easier

Fix a spelling mistake in irc-more

Remove this old debian directory. It needs to be redone and not in the root.

Initialize gettext in plonkers

Depend on enchant-2 instead of enchant

Testing Done:
Simple builds and packaging with some updates for the official Debian packaging that will be upstreamed to them.

Reviewed at https://reviews.imfreedom.org/r/28/
if TYPES.contains('default') and PURPLE.found() and IS_PURPLE_TWO and JSON_GLIB.found() and ZLIB.found()
omegle = shared_library('omegle',
'omegle.c',
'omegle.h',
'om_connection.c',
'om_connection.h',
dependencies : [PURPLE, JSON_GLIB, GLIB, ZLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'omegle'
endif