summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-07-28 14:04:50 +0200
committerMartin Stransky <stransky@redhat.com>2016-07-28 14:04:50 +0200
commitc1963931705ca16eb4135854ebc2fee1a6e1b699 (patch)
treee3df1582fb51deb669baba19ddc57c9e0513bb70 /firefox.spec
parentEnable dark themes by pref in about:config (Bug 1272332) (diff)
downloadlibrewolf-fedora-ff-c1963931705ca16eb4135854ebc2fee1a6e1b699.tar.gz
librewolf-fedora-ff-c1963931705ca16eb4135854ebc2fee1a6e1b699.tar.bz2
librewolf-fedora-ff-c1963931705ca16eb4135854ebc2fee1a6e1b699.zip
Backported gtk3.20 upstream fixes, dark theme build fixes
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 2 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec
index 431625d..f5db769 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -265,10 +265,8 @@ cd %{tarballdir}
%patch223 -p1 -b .appchooser-crash
%endif
%patch224 -p1 -b .1170092
-%if 0%{?fedora} > 23
%patch304 -p1 -b .1253216
-#%patch222 -p1 -b .gtk3-20
-%endif
+%patch222 -p1 -b .gtk3-20
%patch402 -p1 -b .1196777
%patch404 -p1 -b .1270046
%patch405 -p1 -b .1245783
@@ -776,6 +774,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Thu Jul 28 2016 Martin Stransky <stransky@redhat.com> - 48.0-4
- Enable dark themes by pref in about:config (Bug 1272332)
+- Backported gtk3.20 upstream fixes
* Wed Jul 27 2016 Martin Stransky <stransky@redhat.com> - 48.0-3
- Updated to 48.0 (B2)
bgstack15