mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/firefox to 39.0-1
This commit is contained in:
parent
e605cd2d3c
commit
a2bf93ed01
2 changed files with 24 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
# remove when bumped upstream
|
# remove when bumped upstream
|
||||||
|
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
pkgver=38.0.5
|
pkgver=39.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Standalone web browser from mozilla.org"
|
pkgdesc="Standalone web browser from mozilla.org"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -24,10 +24,13 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
|
||||||
install=firefox.install
|
install=firefox.install
|
||||||
options=('!emptydirs' '!makeflags')
|
options=('!emptydirs' '!makeflags')
|
||||||
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
|
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
|
||||||
mozconfig firefox.desktop firefox-install-dir.patch vendor.js
|
mozconfig
|
||||||
|
firefox.desktop
|
||||||
|
firefox-install-dir.patch
|
||||||
|
vendor.js
|
||||||
firefox-fixed-loading-icon.png)
|
firefox-fixed-loading-icon.png)
|
||||||
sha256sums=('4f53506d1e8a724a165ee509d9448fa7c9b7203183f53ae313063eb144a403b6'
|
sha256sums=('7e25014deb926df9220c3ab40ac6816c13a04c4cf7bd89b08fc1743307df1096'
|
||||||
'ffcb2a0ba2ed08f74931a11043717391ef380234cadccc6f0c13f1186ad80e8b'
|
'4704798b46be00712a87443be8ed6184dfb5d337e8cc74dbe029c0a25a47add6'
|
||||||
'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
|
'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
|
||||||
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
|
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
|
||||||
'4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
|
'4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
|
||||||
|
@ -38,7 +41,17 @@ validpgpkeys=('2B90598A745E992F315E22C58AB132963A06537A')
|
||||||
# Note: These are for Arch Linux use ONLY. For your own distribution, please
|
# Note: These are for Arch Linux use ONLY. For your own distribution, please
|
||||||
# get your own set of keys. Feel free to contact foutrelis@archlinux.org for
|
# get your own set of keys. Feel free to contact foutrelis@archlinux.org for
|
||||||
# more information.
|
# more information.
|
||||||
|
# - Arch Linux ARM has obtained permission to use the Arch Linux keys.
|
||||||
_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
|
_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
|
||||||
|
_google_default_client_id=413772536636.apps.googleusercontent.com
|
||||||
|
_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
|
||||||
|
|
||||||
|
# Mozilla API keys (see https://location.services.mozilla.com/api)
|
||||||
|
# Note: These are for Arch Linux use ONLY. For your own distribution, please
|
||||||
|
# get your own set of keys. Feel free to contact heftig@archlinux.org for
|
||||||
|
# more information.
|
||||||
|
_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd mozilla-release
|
cd mozilla-release
|
||||||
|
@ -49,6 +62,12 @@ prepare() {
|
||||||
echo -n "$_google_api_key" >google-api-key
|
echo -n "$_google_api_key" >google-api-key
|
||||||
echo "ac_add_options --with-google-api-keyfile=\"$PWD/google-api-key\"" >>.mozconfig
|
echo "ac_add_options --with-google-api-keyfile=\"$PWD/google-api-key\"" >>.mozconfig
|
||||||
|
|
||||||
|
echo -n "$_google_default_client_id $_google_default_client_secret" >google-oauth-api-key
|
||||||
|
echo "ac_add_options --with-google-oauth-api-keyfile=\"$PWD/google-oauth-api-key\"" >>.mozconfig
|
||||||
|
|
||||||
|
echo -n "$_mozilla_api_key" >mozilla-api-key
|
||||||
|
echo "ac_add_options --with-mozilla-api-keyfile=\"$PWD/mozilla-api-key\"" >>.mozconfig
|
||||||
|
|
||||||
mkdir "$srcdir/path"
|
mkdir "$srcdir/path"
|
||||||
|
|
||||||
# WebRTC build tries to execute "python" and expects Python 2
|
# WebRTC build tries to execute "python" and expects Python 2
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
ac_add_options --prefix=/usr
|
ac_add_options --prefix=/usr
|
||||||
ac_add_options --libdir=/usr/lib
|
ac_add_options --libdir=/usr/lib
|
||||||
|
ac_add_options --enable-pie
|
||||||
|
|
||||||
ac_add_options --enable-official-branding
|
ac_add_options --enable-official-branding
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue