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

Collapse All | Expand All

(-)mozilla-firefox-1.0.5.ebuild.fixes (+10 lines)
Lines 95-100 Link Here
95
	epatch ${FEDORA_FILES}/firefox-1.0-remote-intern-atoms.patch
95
	epatch ${FEDORA_FILES}/firefox-1.0-remote-intern-atoms.patch
96
	# Add upstream fix to call g_set_application_name
96
	# Add upstream fix to call g_set_application_name
97
	epatch ${FEDORA_FILES}/firefox-1.0-g-application-name.patch
97
	epatch ${FEDORA_FILES}/firefox-1.0-g-application-name.patch
98
	if use gnome ; then
99
		# Don't have downloads "disappear" when downloading to desktop
100
		epatch ${FEDORA_FILES}/firefox-1.0-download-to-desktop.patch
101
		# Add patch to fix launching of helper applications
102
		epatch ${FEDORA_FILES}/firefox-1.0-uriloader.patch
103
		# GTK file chooser fixes
104
		epatch ${FEDORA_FILES}/firefox-PR1-gtk-file-chooser-morefixes.patch
105
		# Use system colors by default
106
		epatch ${FEDORA_FILES}/firefox-1.0-gtk-system-colors.patch
107
	fi
98
}
108
}
99
109
100
src_compile() {
110
src_compile() {

Return to bug 99060