pidgin/pidgin

Add the cpu, cpu_family, and endianness of the host machine to the about dialog

Also added the Adwaita version as that'll be handy too.

Testing Done:
Opend the about box and verified there weren't any warnings and that all of the data looked accurate.

Reviewed at https://reviews.imfreedom.org/r/2910/
subdir('reference')
if ENABLE_GTK
configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif