mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/firefox: fix
This commit is contained in:
parent
11e7150bc0
commit
d955db0058
2 changed files with 0 additions and 12 deletions
|
@ -29,12 +29,10 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
|
|||
options=(!emptydirs !makeflags !strip !lto !debug)
|
||||
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
|
||||
build-arm-libopus.patch
|
||||
psutil-remove-version-cap.patch
|
||||
$pkgname.desktop identity-icons-brand.svg)
|
||||
sha256sums=('664c0cc4e0fb70886aa4e652d144996045d533a18eebc7d61093103cbb2d5e7f'
|
||||
'SKIP'
|
||||
'2d4d91f7e35d0860225084e37ec320ca6cae669f6c9c8fe7735cdbd542e3a7c9'
|
||||
'2bb0ac385b54972eb3e665ac70fb13565ed9da77b33349b844b2e0ad4948cff5'
|
||||
'298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf'
|
||||
'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9')
|
||||
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
|
||||
|
@ -124,7 +122,6 @@ END
|
|||
export LDFLAGS+=" -Wl,--no-keep-memory"
|
||||
export RUSTFLAGS="-Cdebuginfo=0"
|
||||
patch -p1 -i ../build-arm-libopus.patch
|
||||
patch -p1 -i ../psutil-remove-version-cap.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
--- firefox-98.0.1/build/mach_virtualenv_packages.txt.old 2022-03-15 09:22:23.844188180 -0400
|
||||
+++ firefox-98.0.1/build/mach_virtualenv_packages.txt 2022-03-15 09:22:31.767183949 -0400
|
||||
@@ -133,5 +133,5 @@
|
||||
# Mach gracefully handles the case where `psutil` is unavailable.
|
||||
# We aren't (yet) able to pin packages in automation, so we have to
|
||||
# support down to the oldest locally-installed version (5.4.2).
|
||||
-pypi-optional:psutil>=5.4.2,<=5.8.0:telemetry will be missing some data
|
||||
+pypi-optional:psutil>=5.4.2:telemetry will be missing some data
|
||||
pypi-optional:zstandard>=0.11.1,<=0.17.0:zstd archives will not be possible to extract
|
Loading…
Reference in a new issue