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

Collapse All | Expand All

(-)/usr/portage/www-client/mozilla-firefox/mozilla-firefox-3.5.3.ebuild (-3 / +10 lines)
Lines 115-121 Link Here
115
	if use iceweasel ; then
115
	if use iceweasel ; then
116
		unpack iceweasel-icons-3.0.tar.bz2
116
		unpack iceweasel-icons-3.0.tar.bz2
117
117
118
		cp -r iceweaselicons/browser "${WORKDIR}"
118
		cp iceweaselicons/browser/base/branding/icon48.png iceweaselicons/browser/app/default48.png
119
		cp -r iceweaselicons/browser "${S}"
120
		cp iceweaselicons/browser/app/* "${S}"/browser/branding/unofficial
121
		cp iceweaselicons/browser/base/branding/* "${S}"/browser/branding/unofficial/content
122
		cp -r iceweaselicons/browser/app "${S}"/xulrunner
123
119
	fi
124
	fi
120
125
121
	linguas
126
	linguas
Lines 135-142 Link Here
135
	epatch "${WORKDIR}"
140
	epatch "${WORKDIR}"
136
141
137
	if use iceweasel ; then
142
	if use iceweasel ; then
138
		sed -i -e "s:Minefield:Iceweasel:" browser/locales/en-US/chrome/branding/brand.* \
143
		sed -i -e "s|Shiretoko|Iceweasel|" \
139
			browser/branding/nightly/configure.sh || die "iceweasel sed failed!"
144
		browser/branding/unofficial/locales/en-US/brand.* \
145
		browser/branding/unofficial/configure.sh \
146
		browser/branding/unofficial/branding.nsi
140
	fi
147
	fi
141
148
142
	eautoreconf
149
	eautoreconf

Return to bug 276391