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

(-)a/www-client/firefox/firefox-93.0.ebuild (+9 lines)
Lines 994-999 src_install() { Link Here
994
		dosym ${MOZILLA_FIVE_HOME}/geckodriver /usr/bin/geckodriver
994
		dosym ${MOZILLA_FIVE_HOME}/geckodriver /usr/bin/geckodriver
995
	fi
995
	fi
996
996
997
	# Install search provider
998
	if use dbus ; then
999
		insinto /usr/share/gnome-shell/search-providers
1000
		doins "${S}/browser/components/shell/search-provider-files/firefox-search-provider.ini"
1001
		cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to enable gnome-shell search-provider"
1002
		pref("browser.gnome-search-provider.enabled",   true);
1003
		EOF
1004
	fi
1005
997
	# Install icons
1006
	# Install icons
998
	local icon_srcdir="${S}/browser/branding/official"
1007
	local icon_srcdir="${S}/browser/branding/official"
999
	local icon_symbolic_file="${FILESDIR}/icon/firefox-symbolic.svg"
1008
	local icon_symbolic_file="${FILESDIR}/icon/firefox-symbolic.svg"

Return to bug 816612