firefox: 83.0 -> 84.0

This commit is contained in:
Danny Rawlins 2020-12-17 23:10:52 +11:00
parent 2050ced9fb
commit 5855dcdb52
3 changed files with 6 additions and 3524 deletions

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38q4jRgJdQvtf4ZZas9U4ybwIgiyaWgkhASmY6H87r+Pag6lO90zrRbYkd0kQtjEijBZtbsNpsWZA+AHzxUYxwo=
SHA256 (Pkgfile) = a11bf16d3b5dcacca196e9d8d7f6dd9210bcbdbdf499fb3021587b3e203cc296
RWSagIOpLGJF3w4gIluTSTdkDJM7eaAx4G7AqsXNre6DkMDhnoTMfJcqR1hHqd9N6OxrbacVgHuACpqad82UlaPl91pmI+mUawA=
SHA256 (Pkgfile) = 6364f3cb796880bfb7ca6ddc85fdafe65a8619954873f08c926bf6a503e75dba
SHA256 (.footprint) = 8b8bebe1e51e7e8d82a57e60b95e4fd85c806ecbcbb15ad1774730025ba0e931
SHA256 (firefox-83.0.source.tar.xz) = d69e84e8b8449f828683d274c24e03095858362bfed21b08bdd7fe715eea5398
SHA256 (firefox-84.0.source.tar.xz) = 23273ef0165b243f5d0908c38e7854d38070282c9b526e8d93b7503cd5f69138
SHA256 (firefox.desktop) = 8ba3439f3dfc5cab883641969c93d8d15f8f20d7188d9568346b2edad52d6f91
SHA256 (0001-Use-remoting-name-for-GDK-application-names.patch) = 3bb7463471fb43b2163a705a79a13a3003d70fff4bbe44f467807ca056de9a75

File diff suppressed because one or more lines are too long

View File

@ -5,21 +5,17 @@
# Optional: sccache
name=firefox
version=83.0
release=2
version=84.0
release=1
source=(https://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.xz
firefox.desktop
0001-Use-remoting-name-for-GDK-application-names.patch
0002-Bug-1667736-Update-packed_simd.patch)
0001-Use-remoting-name-for-GDK-application-names.patch)
build() {
cd firefox-$version
# https://bugzilla.mozilla.org/show_bug.cgi?id=1530052
patch -p1 -i $SRC/0001-Use-remoting-name-for-GDK-application-names.patch
# Fix build with Rust 1.48 https://bugs.archlinux.org/task/68747
patch -p1 -i $SRC/0002-Bug-1667736-Update-packed_simd.patch
if [ $(/usr/bin/python -c "import sys; print sys.stdout.encoding") = 'UTF-8' ]; then
printf "\e[031mError: set an UTF-8 locale to compile this!\033[0m\n"
exit 1