summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-10-29 16:04:13 +0000
committerJan Alexander Steffens (heftig)2022-10-29 16:05:11 +0000
commit4457c7caa3819c70b955dad290e93dbae3aab396 (patch)
tree36d930b574d1aa26c3a95e86ff06a6f5047b631f /PKGBUILD
parent303c68f78982c77d5eca42134f057074723588a4 (diff)
downloadaur-4457c7caa3819c70b955dad290e93dbae3aab396.tar.gz
108.0a1+20221029.1+h4babcdac54d0-1: Add WebRTC patch from Fedora
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1f550ecfb87..f19d8fd031b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
pkgname=firefox-nightly
-pkgver=106.0a1+20220901.1+haf1fc1e6eb24
+pkgver=108.0a1+20221029.1+h4babcdac54d0
pkgrel=1
pkgdesc="Development version of the popular Firefox web browser"
arch=(x86_64)
@@ -24,9 +24,11 @@ options=(!emptydirs !makeflags !strip !lto !debug)
_repo=https://hg.mozilla.org/mozilla-central
source=("hg+$_repo"
firefox-install-dir.patch
+ 0001-libwebrtc-screen-cast-sync.patch
$pkgname.desktop identity-icons-brand.svg)
sha256sums=('SKIP'
'c80937969086550237b0e89a02330d438ce17c3764e43cc5d030cb21c2abce5f'
+ '5c164f6dfdf2d97f3f317e417aaa2e6ae46a9b3a160c3162d5073fe39d203286'
'7d90a9abacb5cc9870a31323ef31e361f620538c56609001d6d9e789b99b5e97'
'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9')
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
@@ -69,6 +71,11 @@ prepare() {
cd mozilla-central
patch -Np1 -i ../firefox-install-dir.patch
+ # https://bugs.archlinux.org/task/76231
+ # https://bugzilla.mozilla.org/show_bug.cgi?id=1790496
+ # https://src.fedoraproject.org/rpms/firefox/blob/rawhide/f/libwebrtc-screen-cast-sync.patch
+ patch -Np1 -i ../0001-libwebrtc-screen-cast-sync.patch
+
echo -n "$_google_api_key" >google-api-key
echo -n "$_mozilla_api_key" >mozilla-api-key