From 14b5c4f61ef0f1f9acef2b9a3651275904deb1b8 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Sun, 3 Apr 2011 20:59:41 -0700 Subject: Updates for GNOME 3 Taken from https://bugzilla.mozilla.org/show_bug.cgi?id=611953 Patches 2-5. Not all patches have positive review yet; there's a question of whether to ensure a gsettings key exists, due to picture-filename changing to picture-uri in the middle of the review process. This is something we can control in the distribution, though, and don't need to be dynamic about it. --- firefox.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index b1919e2..fe2ffc6 100644 --- a/firefox.spec +++ b/firefox.spec @@ -68,6 +68,7 @@ Patch0: firefox-version.patch # Upstream patches Patch30: firefox-4.0-moz-app-launcher.patch +Patch31: firefox-4.0-gnome3.patch %if %{official_branding} # Required by Mozilla Corporation @@ -114,6 +115,7 @@ sed -e 's/__RPM_VERSION_INTERNAL__/%{firefox_dir_ver}/' %{P:%%PATCH0} \ # Upstream patches %patch30 -p1 -b .moz-app-launcher +%patch31 -p1 -b .gnome3 %if %{official_branding} # Required by Mozilla Corporation -- cgit