Add patches

This commit is contained in:
Алзим 2016-11-16 14:21:30 +03:00
parent 8814630692
commit 8c52ca1a59
3 changed files with 5477 additions and 1 deletions

1677
firefox-kde.patch Normal file

File diff suppressed because it is too large Load diff

View file

@ -32,7 +32,7 @@ Summary: Next generation web browser
Name: firefox
Version: %{major}
Epoch: %{ff_epoch}
Release: 1
Release: 2
License: MPLv1+
Group: Networking/WWW
Url: http://www.mozilla.com/firefox/
@ -45,6 +45,11 @@ Source0: https://archive.mozilla.org/pub/firefox/releases/%{realver}/source/%{na
Source4: %{name}.desktop
Source9: kde.js
Source1000: README.urpmi
# Patches for kde integration of FF
# http://www.rosenauer.org/hg/mozilla/summary
Patch11: firefox-kde.patch
Patch12: mozilla-kde.patch
#Patch13: mozilla-kde-background.patch
Patch34: xulrunner_nojit.patch
Patch35: firefox-37-build-with-time-independent-uuids.patch
Patch36: firefox-38.0-enable-NTLMv1.patch
@ -159,6 +164,12 @@ Files and macros mainly for building Firefox extensions.
%prep
%setup -q
## KDE INTEGRATION
# Disable kde integration , need refactoring
%patch11 -p1 -b .kdepatch
%patch12 -p1 -b .kdemoz
#patch13 -p1 -b .kdebackground
%ifarch %arm
%if "%{_target_cpu}" != "armv7l"
%patch34 -p1

3788
mozilla-kde.patch Normal file

File diff suppressed because it is too large Load diff