pidgin/pixmaps/tray/meson.build

changeset 39045
ad2b0e960d3c
parent 39044
6586193474f2
child 40536
c0ea70247280
--- a/pidgin/pixmaps/tray/meson.build	Sun May 13 14:40:33 2018 -0500
+++ b/pidgin/pixmaps/tray/meson.build	Tue May 08 21:50:16 2018 -0500
@@ -1,26 +1,2 @@
-TRAY = [
-	'pidgin-tray-available',
-	'pidgin-tray-away',
-	'pidgin-tray-busy',
-	'pidgin-tray-connect',
-	'pidgin-tray-email',
-	'pidgin-tray-invisible',
-	'pidgin-tray-offline',
-	'pidgin-tray-pending',
-	'pidgin-tray-xa',
-]
-
 install_subdir('16',
     install_dir : pidginpixmapdir + '/tray')
-
-install_data('hicolor/index.theme',
-    install_dir : pidginpixmapdir + '/tray/hicolor')
-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, 'status')
-		install_data(inpath, install_dir : outpath)
-	endforeach
-endforeach

mercurial