pidgin/pixmaps/meson.build

Tue, 08 May 2018 21:33:59 -0500

author
Mike Ruprecht <cmaiku@gmail.com>
date
Tue, 08 May 2018 21:33:59 -0500
changeset 39042
51a3433434aa
parent 39041
221480664ce5
child 39043
837015ba2923
permissions
-rw-r--r--

Move animations to the icon theme specification animations directory

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'))
	install_subdir('e2ee',
	    install_dir : pidginpixmapdir)
	subdir('tray')
endif

mercurial