mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/firefox to 68.0.1-1
This commit is contained in:
parent
92855a024a
commit
c2b64df468
2 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ highmem=1
|
||||||
noautobuild=1
|
noautobuild=1
|
||||||
|
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
pkgver=68.0
|
pkgver=68.0.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Standalone web browser from mozilla.org"
|
pkgdesc="Standalone web browser from mozilla.org"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -27,16 +27,16 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
|
||||||
'pulseaudio: Audio support'
|
'pulseaudio: Audio support'
|
||||||
'speech-dispatcher: Text-to-Speech'
|
'speech-dispatcher: Text-to-Speech'
|
||||||
'hunspell-en_US: Spell checking, American English')
|
'hunspell-en_US: Spell checking, American English')
|
||||||
options=(!emptydirs !makeflags)
|
options=(!emptydirs !makeflags !strip)
|
||||||
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
|
source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc}
|
||||||
arm.patch
|
arm.patch
|
||||||
build-arm-libopus.patch
|
build-arm-libopus.patch
|
||||||
$pkgname.desktop firefox-symbolic.svg)
|
$pkgname.desktop firefox-symbolic.svg)
|
||||||
sha256sums=('f7d61a08820088f1280d27f0808e355152c1dd0c94625fd077ced7319e522565'
|
sha256sums=('6037f77bdab29d79ca5e3fbd1d32f6c209e09d2066189a13dc7f7491227f5568'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'bc00516032330760444939c516a60c78f868631e1b37f075f0fe71a53737b966'
|
'bc00516032330760444939c516a60c78f868631e1b37f075f0fe71a53737b966'
|
||||||
'2d4d91f7e35d0860225084e37ec320ca6cae669f6c9c8fe7735cdbd542e3a7c9'
|
'2d4d91f7e35d0860225084e37ec320ca6cae669f6c9c8fe7735cdbd542e3a7c9'
|
||||||
'4a783dca1f88e003c72f32d22719a0915f3fa576adbc492240e7cc250246ce10'
|
'a9e5264257041c0b968425b5c97436ba48e8d294e1a0f02c59c35461ea245c33'
|
||||||
'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
|
'9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797')
|
||||||
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
|
validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases <release@mozilla.com>
|
||||||
|
|
||||||
|
@ -60,8 +60,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=353628fec415324ca6aa333ab6c47d447ecc128e
|
_changeset=837bbcb850cd58eb07c7f6437078d5229986967c
|
||||||
_changeset_tag=FIREFOX_68_0_RELEASE
|
_changeset_tag=FIREFOX_68_0_1_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}')
|
||||||
|
|
|
@ -119,7 +119,7 @@ X-MultipleArgs=false
|
||||||
Type=Application
|
Type=Application
|
||||||
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;
|
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
StartupWMClass=Firefox
|
StartupWMClass=firefox
|
||||||
Categories=Network;WebBrowser;
|
Categories=Network;WebBrowser;
|
||||||
Actions=new-window;new-private-window;
|
Actions=new-window;new-private-window;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue