mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/firefox to 68.0.2-1
This commit is contained in:
parent
d24e6db1e2
commit
001eccbae9
1 changed files with 6 additions and 5 deletions
|
@ -11,8 +11,8 @@ highmem=1
|
||||||
noautobuild=1
|
noautobuild=1
|
||||||
|
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
pkgver=68.0.1
|
pkgver=68.0.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Standalone web browser from mozilla.org"
|
pkgdesc="Standalone web browser from mozilla.org"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
license=(MPL GPL LGPL)
|
license=(MPL GPL LGPL)
|
||||||
|
@ -33,7 +33,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-
|
||||||
build-arm-libopus.patch
|
build-arm-libopus.patch
|
||||||
0001-Use-remoting-name-for-GDK-application-names.patch
|
0001-Use-remoting-name-for-GDK-application-names.patch
|
||||||
$pkgname.desktop firefox-symbolic.svg)
|
$pkgname.desktop firefox-symbolic.svg)
|
||||||
sha256sums=('6037f77bdab29d79ca5e3fbd1d32f6c209e09d2066189a13dc7f7491227f5568'
|
sha256sums=('9b3e6d8f99819f9eda9ebba403b644a2b96d19450b42cae422bbf4386902a840'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'ab07ab26617ff76fce68e07c66b8aa9b96c2d3e5b5517e51a3c3eac2edd88894'
|
'ab07ab26617ff76fce68e07c66b8aa9b96c2d3e5b5517e51a3c3eac2edd88894'
|
||||||
'bc00516032330760444939c516a60c78f868631e1b37f075f0fe71a53737b966'
|
'bc00516032330760444939c516a60c78f868631e1b37f075f0fe71a53737b966'
|
||||||
|
@ -62,8 +62,8 @@ _mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
|
||||||
_repo=https://hg.mozilla.org/releases/mozilla-release
|
_repo=https://hg.mozilla.org/releases/mozilla-release
|
||||||
_tag=FIREFOX_${pkgver//./_}_RELEASE
|
_tag=FIREFOX_${pkgver//./_}_RELEASE
|
||||||
|
|
||||||
_changeset=837bbcb850cd58eb07c7f6437078d5229986967c
|
_changeset=7ece03f6971968eede29275477502309bbe399da
|
||||||
_changeset_tag=FIREFOX_68_0_1_RELEASE
|
_changeset_tag=FIREFOX_68_0_2_RELEASE
|
||||||
|
|
||||||
if [[ $1 == update_hgrev ]]; then
|
if [[ $1 == update_hgrev ]]; then
|
||||||
_changeset=$(hg id -r $_tag --id $_repo --template '{node}')
|
_changeset=$(hg id -r $_tag --id $_repo --template '{node}')
|
||||||
|
@ -130,6 +130,7 @@ ac_add_options --enable-startup-notification
|
||||||
ac_add_options --disable-crashreporter
|
ac_add_options --disable-crashreporter
|
||||||
ac_add_options --disable-gconf
|
ac_add_options --disable-gconf
|
||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
|
ac_add_options --disable-tests
|
||||||
END
|
END
|
||||||
|
|
||||||
if [[ $CARCH == "armv7h" ]]; then
|
if [[ $CARCH == "armv7h" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue