diff options
author | Christopher Aillon <caillon@redhat.com> | 2011-04-03 20:59:41 -0700 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-04-03 21:00:32 -0700 |
commit | 14b5c4f61ef0f1f9acef2b9a3651275904deb1b8 (patch) | |
tree | c4e8c37cfc34bf14c5f9d0334d5e5c82ef029705 /firefox.spec | |
parent | Use upstream's version of our patch to set the default browser (diff) | |
download | librewolf-fedora-ff-14b5c4f61ef0f1f9acef2b9a3651275904deb1b8.tar.gz librewolf-fedora-ff-14b5c4f61ef0f1f9acef2b9a3651275904deb1b8.tar.bz2 librewolf-fedora-ff-14b5c4f61ef0f1f9acef2b9a3651275904deb1b8.zip |
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.
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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 |