summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2014-11-03 14:56:26 +0100
committerMartin Stransky <stransky@anakreon.cz>2014-11-03 14:56:26 +0100
commita7a53b8d23fee06e518488313d8082073e2d5d39 (patch)
treeedf8073a7805a300c07e7cf53834b5e91949b830 /firefox.spec
parentbuild fixes (diff)
downloadlibrewolf-fedora-ff-a7a53b8d23fee06e518488313d8082073e2d5d39.tar.gz
librewolf-fedora-ff-a7a53b8d23fee06e518488313d8082073e2d5d39.tar.bz2
librewolf-fedora-ff-a7a53b8d23fee06e518488313d8082073e2d5d39.zip
Added Gtk3 support
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec14
1 files changed, 13 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 7d7ab91..ebebe30 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -101,7 +101,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 33.0
-Release: 2%{?pre_tag}%{?dist}
+Release: 3%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -127,6 +127,7 @@ Patch18: xulrunner-24.0-jemalloc-ppc.patch
# workaround linking issue on s390 (JSContext::updateMallocCounter(size_t) not found)
Patch19: xulrunner-24.0-s390-inlines.patch
Patch20: firefox-build-prbool.patch
+Patch21: firefox-mozstub-build.patch
# Fedora specific patches
# Unable to install addons from https pages
@@ -141,6 +142,9 @@ Patch301: mozilla-858919-2.patch
Patch302: mozilla-858919-3.patch
Patch310: mozilla-1042889.patch
+# Gtk3 upstream patches
+Patch402: mozilla-gtk3-tab-size.patch
+
%if %{official_branding}
# Required by Mozilla Corporation
@@ -269,6 +273,7 @@ cd %{tarballdir}
%patch18 -p2 -b .jemalloc-ppc
%patch19 -p2 -b .s390-inlines
%patch20 -p1 -b .prbool
+%patch21 -p2 -b .mozstub
# For branding specific patches.
@@ -287,6 +292,10 @@ cd %{tarballdir}
%patch302 -p1 -b .858919
%patch310 -p1 -b .1042889
+%if %{toolkit_gtk3}
+%patch402 -p1 -b .gtk3-tab-size
+%endif
+
%if %{official_branding}
# Required by Mozilla Corporation
@@ -742,6 +751,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Mon Nov 3 2014 Martin Stransky <stransky@redhat.com> - 33.0-3
+- Added Gtk3 support
+
* Wed Oct 15 2014 Martin Stransky <stransky@redhat.com> - 33.0-2
- Added patches from mozbz#858919
bgstack15