pidgin/pidgin

Merged in default (pull request #630)

2019-11-11, Gary Kramlich
e374a2cf0611
Merged in default (pull request #630)

Add purple_get_month() util function

Approved-by: Elliott Sales de Andrade
Approved-by: Gary Kramlich
Approved-by: Eion Robb
pidginpixmapdir = get_option('datadir') + '/pixmaps/pidgin'
subdir('emotes/default/24')
subdir('emotes/small/16')
if INSTALL_PIXMAPS
install_data('logo.png', 'arrow-down.xpm', 'arrow-left.xpm', 'arrow-right.xpm', 'arrow-up.xpm',
install_dir : pidginpixmapdir)
# Some of these don't use install_subdir because it deletes the target,
# and some target directories probably have something in them, for those
# installing somewhere with existing stuff. Additionally, we have
# extra stuff in our directories we don't want to install.
install_data('edit.png', 'info.png', 'pause.png',
install_dir : join_paths(pidginpixmapdir, 'buttons'))
subdir('tray')
endif