mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/firefox to 66.0-1
This commit is contained in:
parent
c6cd06e72d
commit
73836acd5e
2 changed files with 26970 additions and 2 deletions
26961
extra/firefox/0001-bz-1468911.patch
Normal file
26961
extra/firefox/0001-bz-1468911.patch
Normal file
File diff suppressed because one or more lines are too long
|
@ -9,9 +9,10 @@
|
||||||
|
|
||||||
buildarch=12
|
buildarch=12
|
||||||
highmem=1
|
highmem=1
|
||||||
|
noautobuild=1
|
||||||
|
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
pkgver=65.0.2
|
pkgver=66.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Standalone web browser from mozilla.org"
|
pkgdesc="Standalone web browser from mozilla.org"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -29,8 +30,10 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
|
||||||
'hunspell-en_US: Spell checking, American English')
|
'hunspell-en_US: Spell checking, American English')
|
||||||
options=(!emptydirs !makeflags)
|
options=(!emptydirs !makeflags)
|
||||||
source=("https://hg.mozilla.org/releases/mozilla-release/archive/FIREFOX_${pkgver//./_}_RELEASE.tar.gz"
|
source=("https://hg.mozilla.org/releases/mozilla-release/archive/FIREFOX_${pkgver//./_}_RELEASE.tar.gz"
|
||||||
|
0001-bz-1468911.patch
|
||||||
$pkgname.desktop firefox-symbolic.svg)
|
$pkgname.desktop firefox-symbolic.svg)
|
||||||
sha256sums=('1ccec6bfed18fdeca373ecf856e0e87a6425c8805ca720ff3f7df0e2e426ea90'
|
sha256sums=('1ccec6bfed18fdeca373ecf856e0e87a6425c8805ca720ff3f7df0e2e426ea90'
|
||||||
|
'821f858bac2e13ce02b8c20d5387d4ecc8ab2d0e4ebe0a517cbf935da6aeb31b'
|
||||||
'677e1bde4c6b3cff114345c211805c7c43085038ca0505718a11e96432e9811a'
|
'677e1bde4c6b3cff114345c211805c7c43085038ca0505718a11e96432e9811a'
|
||||||
'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
|
'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
|
||||||
|
|
||||||
|
@ -51,6 +54,9 @@ prepare() {
|
||||||
mkdir mozbuild
|
mkdir mozbuild
|
||||||
cd mozilla-release-FIREFOX_${pkgver//./_}_RELEASE
|
cd mozilla-release-FIREFOX_${pkgver//./_}_RELEASE
|
||||||
|
|
||||||
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
|
||||||
|
patch -Np1 -i ../0001-bz-1468911.patch
|
||||||
|
|
||||||
echo -n "$_google_api_key" >google-api-key
|
echo -n "$_google_api_key" >google-api-key
|
||||||
echo -n "$_mozilla_api_key" >mozilla-api-key
|
echo -n "$_mozilla_api_key" >mozilla-api-key
|
||||||
|
|
||||||
|
@ -80,7 +86,8 @@ export MOZ_TELEMETRY_REPORTING=1
|
||||||
export MOZ_REQUIRE_SIGNING=1
|
export MOZ_REQUIRE_SIGNING=1
|
||||||
|
|
||||||
# Keys
|
# Keys
|
||||||
ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
|
ac_add_options --with-google-location-service-api-keyfile=${PWD@Q}/google-api-key
|
||||||
|
ac_add_options --with-google-safebrowsing-api-keyfile=${PWD@Q}/google-api-key
|
||||||
ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
|
ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
|
||||||
|
|
||||||
# ALARM
|
# ALARM
|
||||||
|
|
Loading…
Reference in a new issue