Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 459612 | Differences between
and this patch

Collapse All | Expand All

(-)zim-0.60/setup.py-orig (-6 lines)
Lines 94-105 Link Here
94
			files = [os.path.join(dir, f) for f in files]
94
			files = [os.path.join(dir, f) for f in files]
95
			data_files.append((target, files))
95
			data_files.append((target, files))
96
96
97
	# mono icons -> PREFIX/share/icons/ubuntu-mono-light | -dark
98
	for theme in ('ubuntu-mono-light', 'ubuntu-mono-dark'):
99
		file = os.path.join('icons', theme, 'zim-panel.svg')
100
		target = os.path.join('share', 'icons', theme, 'apps', '22')
101
		data_files.append((target, [file]))
102
103
	# data -> PREFIX/share/zim
97
	# data -> PREFIX/share/zim
104
	for dir, dirs, files in os.walk('data'):
98
	for dir, dirs, files in os.walk('data'):
105
		if '.zim' in dirs:
99
		if '.zim' in dirs:

Return to bug 459612