forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: file:///srv/repos/svn-packages/svn@434158 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
heftig
committed
Jan 10, 2022
1 parent
3aed59e
commit 6f7a2ba
Showing
2 changed files
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Contributor: Jakub Schmidtke <[email protected]> | ||
|
||
pkgname=firefox | ||
pkgver=95.0.2 | ||
pkgver=96.0 | ||
pkgrel=1 | ||
pkgdesc="Standalone web browser from mozilla.org" | ||
arch=(x86_64) | ||
|
@@ -20,15 +20,13 @@ optdepends=('networkmanager: Location detection via available WiFi networks' | |
'speech-dispatcher: Text-to-Speech' | ||
'hunspell-en_US: Spell checking, American English' | ||
'xdg-desktop-portal: Screensharing with Wayland') | ||
options=(!emptydirs !makeflags !strip) | ||
options=(!emptydirs !makeflags !strip !lto) | ||
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc} | ||
0001-Use-remoting-name-for-GDK-application-names.patch | ||
0002-Bug-1745560-Add-missing-stub-for-wl_proxy_marshal_fl.patch | ||
$pkgname.desktop identity-icons-brand.svg) | ||
sha256sums=('c178cbf61979bd39a8daa9a09c6e03089da37baded692ad1f745ecfcaae74d64' | ||
sha256sums=('b4b03214ad838fe2744fed26c497c8a6fa7aedc95f47d4146da1cf5cc97860c0' | ||
'SKIP' | ||
'a7a5ea4680c0a4c6eb5a5f99970008f5ad3e2f29f0d6d050aa651bce8c713718' | ||
'8a893ae44955c90a0fb4a504134773293054ab57a41ba7931df98c8cf5449549' | ||
'5ead90994f91bed3231c2661977c69fc276cfbe278a1ab904daa544c9455ff42' | ||
'298eae9de76ec53182f38d5c549d0379569916eebf62149f9d7f4a7edef36abf' | ||
'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9') | ||
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <[email protected]> | ||
|
@@ -52,9 +50,6 @@ prepare() { | |
# https://bugzilla.mozilla.org/show_bug.cgi?id=1530052 | ||
patch -Np1 -i ../0001-Use-remoting-name-for-GDK-application-names.patch | ||
|
||
# Fix build with wayland 1.20 | ||
patch -Np1 -i ../0002-Bug-1745560-Add-missing-stub-for-wl_proxy_marshal_fl.patch | ||
|
||
echo -n "$_google_api_key" >google-api-key | ||
echo -n "$_mozilla_api_key" >mozilla-api-key | ||
|
||
|