Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 372947
Collapse All | Expand All

(-)firefox-5.0.ebuild (-2 / +3 lines)
Lines 23-29 Link Here
23
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
23
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
24
SLOT="0"
24
SLOT="0"
25
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
25
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
26
IUSE="bindist gconf +ipc pgo system-sqlite +webm"
26
IUSE="bindist gconf hardened +ipc pgo system-sqlite +webm"
27
27
28
REL_URI="http://releases.mozilla.org/pub/mozilla.org/firefox/releases"
28
REL_URI="http://releases.mozilla.org/pub/mozilla.org/firefox/releases"
29
FTP_URI="ftp://ftp.mozilla.org/pub/firefox/releases/"
29
FTP_URI="ftp://ftp.mozilla.org/pub/firefox/releases/"
Lines 217-222 Link Here
217
	mozconfig_annotate '' --enable-canvas
217
	mozconfig_annotate '' --enable-canvas
218
	mozconfig_annotate '' --enable-safe-browsing
218
	mozconfig_annotate '' --enable-safe-browsing
219
	mozconfig_annotate '' --with-system-png
219
	mozconfig_annotate '' --with-system-png
220
	use hardened && mozconfig_annotate 'hardened' --disable-methodjit
220
221
221
	# Other ff-specific settings
222
	# Other ff-specific settings
222
	mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
223
	mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
Lines 306-312 Link Here
306
		echo "StartupNotify=true" >> "${ED}/usr/share/applications/${PN}.desktop"
307
		echo "StartupNotify=true" >> "${ED}/usr/share/applications/${PN}.desktop"
307
	fi
308
	fi
308
309
309
	pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/firefox
310
	# pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/firefox
310
311
311
	# Plugins dir
312
	# Plugins dir
312
	dosym ../nsbrowser/plugins "${MOZILLA_FIVE_HOME}"/plugins \
313
	dosym ../nsbrowser/plugins "${MOZILLA_FIVE_HOME}"/plugins \

Return to bug 372947