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

Collapse All | Expand All

(-)/usr/portage/net-www/mozilla-firefox/mozilla-firefox-1.0-r3.ebuild (-12 / +10 lines)
Lines 121-138 Link Here
121
	insinto /etc/env.d
121
	insinto /etc/env.d
122
	doins ${FILESDIR}/10MozillaFirefox
122
	doins ${FILESDIR}/10MozillaFirefox
123
123
124
	# Fix icons to look the same everywhere
124
	insinto /usr/share/icons/hicolor/16x16/apps
125
	insinto /usr/lib/MozillaFirefox/icons
125
	newins ${S}/other-licenses/branding/firefox/mozicon16.xpm firefox.xpm
126
	doins ${S}/build/package/rpm/SOURCES/mozicon16.xpm
126
	insinto /usr/share/icons/hicolor/32x32/apps
127
	doins ${S}/build/package/rpm/SOURCES/mozicon50.xpm
127
	newins ${S}/other-licenses/branding/firefox/content/icon32.png firefox.png
128
128
	insinto /usr/share/icons/hicolor/48x48/apps
129
	# Install icon and .desktop for menu entry
129
	newins ${S}/other-licenses/branding/firefox/mozicon50.xpm firefox.xpm
130
	insinto /usr/share/pixmaps
130
131
	doins ${FILESDIR}/icon/firefox-icon.png
131
	# should be corrent this, but make_desktop_entry is not so good
132
	# Fix bug 54179: Install .desktop file into /usr/share/applications
132
	# make_desktop_entry "/usr/bin/firefox %U" "Mozilla Firefox" firefox
133
	# instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis)
133
	make_desktop_entry firefox "Mozilla Firefox" firefox
134
	insinto /usr/share/applications
135
	doins ${FILESDIR}/icon/mozillafirefox.desktop
136
134
137
	# Normally firefox-0.9 must be run as root once before it can be
135
	# Normally firefox-0.9 must be run as root once before it can be
138
	# run as a normal user.  Drop in some initialized files to avoid
136
	# run as a normal user.  Drop in some initialized files to avoid

Return to bug 81778