pidgin/pixmaps/tray/meson.build

changeset 39044
6586193474f2
parent 38517
286bb278081b
child 39045
ad2b0e960d3c
--- a/pidgin/pixmaps/tray/meson.build	Tue May 08 21:59:25 2018 -0500
+++ b/pidgin/pixmaps/tray/meson.build	Sun May 13 14:40:33 2018 -0500
@@ -15,19 +15,12 @@
 
 install_data('hicolor/index.theme',
     install_dir : pidginpixmapdir + '/tray/hicolor')
-if ENABLE_TRAYCOMPAT
-	# Install in a location compatible with hicolor-icon-theme 0.9
-	subdir = 'actions'
-else
-	# Install in the "correct" locations
-	subdir = 'status'
-endif
 foreach tray : TRAY
 	filename = '@0@.png'.format(tray)
 	foreach size : [16, 22, 32, 48]
 		size = '@0@x@0@'.format(size)
 		inpath = join_paths('hicolor', size, 'status', filename)
-		outpath = join_paths(pidginpixmapdir, 'tray', 'hicolor', size, subdir)
+		outpath = join_paths(pidginpixmapdir, 'tray', 'hicolor', size, 'status')
 		install_data(inpath, install_dir : outpath)
 	endforeach
 endforeach

mercurial