~diegosarmentero/ubuntuone-client/bug1169312

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# We have to list each icon size individually here for the emblems
# This is because the Icon Theme spec is unclear, and the current GTK+ icon
# theme implementation requires the .icon files to be in the same size as
# the loaded icon. Therefore we have to install the same file to all the
# different sizes, so that our translations show up in the UI properly.
[build_i18n]
domain="ubuntuone-client"
desktop_files=[
	('share/applications', ['data/ubuntuone-client-applet.desktop.in']),
	('share/icons/hicolor/48x48/emblems',
		['data/emblem-ubuntuone-downloading.icon.in',
		'data/emblem-ubuntuone-unsynchronized.icon.in',
		'data/emblem-ubuntuone-uploading.icon.in']),
	('share/icons/hicolor/32x32/emblems',
		['data/emblem-ubuntuone-downloading.icon.in',
		'data/emblem-ubuntuone-unsynchronized.icon.in',
		'data/emblem-ubuntuone-uploading.icon.in']),
	('share/icons/hicolor/24x24/emblems',
		['data/emblem-ubuntuone-downloading.icon.in',
		'data/emblem-ubuntuone-unsynchronized.icon.in',
		'data/emblem-ubuntuone-uploading.icon.in']),
	('share/icons/hicolor/16x16/emblems',
		['data/emblem-ubuntuone-downloading.icon.in',
		'data/emblem-ubuntuone-unsynchronized.icon.in',
		'data/emblem-ubuntuone-uploading.icon.in'])
	]