MozillaFirefox/MozillaFirefox.spec
branchfirefox60
changeset 1049 08307c08d990
parent 1048 a6a2360bc1bd
child 1051 87c1625d07e2
equal deleted inserted replaced
1048:a6a2360bc1bd 1049:08307c08d990
   154 Patch7:         mozilla-aarch64-startup-crash.patch
   154 Patch7:         mozilla-aarch64-startup-crash.patch
   155 Patch8:         mozilla-bmo256180.patch
   155 Patch8:         mozilla-bmo256180.patch
   156 Patch9:         mozilla-i586-DecoderDoctorLogger.patch
   156 Patch9:         mozilla-i586-DecoderDoctorLogger.patch
   157 Patch10:        mozilla-i586-domPrefs.patch
   157 Patch10:        mozilla-i586-domPrefs.patch
   158 Patch11:        mozilla-enable-csd.patch
   158 Patch11:        mozilla-enable-csd.patch
       
   159 Patch12:        mozilla-fix-skia-aarch64.patch
   159 # Firefox/browser
   160 # Firefox/browser
   160 Patch101:       firefox-kde.patch
   161 Patch101:       firefox-kde.patch
   161 Patch102:       firefox-branded-icons.patch
   162 Patch102:       firefox-branded-icons.patch
   162 
       
   163 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   163 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   164 Requires(post):   coreutils shared-mime-info desktop-file-utils
   164 Requires(post):   coreutils shared-mime-info desktop-file-utils
   165 Requires(postun): shared-mime-info desktop-file-utils
   165 Requires(postun): shared-mime-info desktop-file-utils
   166 %if %branding
   166 %if %branding
   167 Requires:       %{name}-branding > 44.0
   167 Requires:       %{name}-branding > 44.0
   269 %ifarch %ix86
   269 %ifarch %ix86
   270 %patch9 -p1
   270 %patch9 -p1
   271 %patch10 -p1
   271 %patch10 -p1
   272 %endif
   272 %endif
   273 %patch11 -p1
   273 %patch11 -p1
       
   274 %patch12 -p1
   274 # Firefox
   275 # Firefox
   275 %patch101 -p1
   276 %patch101 -p1
   276 %patch102 -p1
   277 %patch102 -p1
   277 
   278 
   278 %build
   279 %build
   381 ac_add_options --with-arch=armv6
   382 ac_add_options --with-arch=armv6
   382 %else
   383 %else
   383 ac_add_options --with-arch=armv7-a
   384 ac_add_options --with-arch=armv7-a
   384 %endif
   385 %endif
   385 %endif
   386 %endif
   386 %ifarch %arm s390x
   387 %ifarch aarch64 %arm s390x
   387 ac_add_options --disable-webrtc
   388 ac_add_options --disable-webrtc
   388 %endif
   389 %endif
   389 EOF
   390 EOF
   390 ./mach build
   391 ./mach build
   391 
   392