mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/firefox to 48.0-2
This commit is contained in:
parent
4d186969af
commit
bbc0fa3526
2 changed files with 7 additions and 3 deletions
|
@ -10,7 +10,7 @@ highmem=1
|
|||
|
||||
pkgname=firefox
|
||||
pkgver=48.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MPL' 'GPL' 'LGPL')
|
||||
|
@ -34,7 +34,7 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/
|
|||
mozilla-1253216.patch
|
||||
mozilla-build-arm.patch)
|
||||
sha256sums=('f474113a1ee75a01d43e270bf438ba78b9f7f2e397a66652b43603235fa76e21'
|
||||
'5b5de230903b8e5e29e3f3c95d2814218335407ae01e022924d0a2c41d804390'
|
||||
'640e529734e4e021b99f2e28205d62b915b0884e487bca1b7d81a7d3164676ab'
|
||||
'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
|
||||
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
|
||||
'4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
|
||||
|
|
|
@ -1,10 +1,14 @@
|
|||
. $topsrcdir/browser/config/mozconfig
|
||||
ac_add_options --enable-application=browser
|
||||
|
||||
ac_add_options --prefix=/usr
|
||||
ac_add_options --enable-release
|
||||
ac_add_options --enable-pie
|
||||
|
||||
# Release branding
|
||||
ac_add_options --enable-official-branding
|
||||
ac_add_options --enable-update-channel=release
|
||||
MOZ_ADDON_SIGNING=1
|
||||
MOZ_REQUIRE_SIGNING=1
|
||||
|
||||
# ALARM
|
||||
ac_add_options --disable-webrtc
|
||||
|
|
Loading…
Reference in a new issue