mirror of
https://abf.rosa.ru/djam/firefox-esr91.git
synced 2025-02-24 09:32:59 +00:00
Add patches
This commit is contained in:
parent
8814630692
commit
8c52ca1a59
3 changed files with 5477 additions and 1 deletions
1677
firefox-kde.patch
Normal file
1677
firefox-kde.patch
Normal file
File diff suppressed because it is too large
Load diff
13
firefox.spec
13
firefox.spec
|
@ -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
3788
mozilla-kde.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue