pidgin/pidgin

7c5b89b33e19
Separate the conversation commands out to their own file

Testing Done:
Ran pidgin locally verified the commands worked. Ran `ninja pidgin-doc` as well as `ninja pidgin-pot`

Reviewed at https://reviews.imfreedom.org/r/632/
pidgin3_xml = configure_file(
input : 'pidgin3.xml.in',
output : 'pidgin3.xml',
configuration : version_conf,
install : true,
install_dir : get_option('datadir') / 'glade/catalogs')