mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/firefox to 43.0-2
This commit is contained in:
parent
ef8a15b80c
commit
cc0d59a617
2 changed files with 7 additions and 4 deletions
|
@ -10,7 +10,7 @@ highmem=1
|
|||
|
||||
pkgname=firefox
|
||||
pkgver=43.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MPL' 'GPL' 'LGPL')
|
||||
|
@ -19,9 +19,11 @@ depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-typ
|
|||
'dbus-glib' 'alsa-lib' 'desktop-file-utils' 'hicolor-icon-theme'
|
||||
'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font')
|
||||
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
|
||||
'xorg-server-xvfb' 'libpulse' 'inetutils')
|
||||
'xorg-server-xvfb' 'libpulse' 'inetutils' 'gst-plugins-base-libs')
|
||||
optdepends=('networkmanager: Location detection via available WiFi networks'
|
||||
'ffmpeg: H264/AAC decoding'
|
||||
'gst-plugins-good: MP3 playback'
|
||||
'gst-plugins-ugly: MP3 playback'
|
||||
'upower: Battery API')
|
||||
install=firefox.install
|
||||
options=('!emptydirs' '!makeflags')
|
||||
|
@ -33,7 +35,7 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/
|
|||
firefox-fixed-loading-icon.png
|
||||
no-neon.patch)
|
||||
sha256sums=('a5b16741dcce9344ca71e39e0efb0e7e1336ca5160cb9b6b12f8985f402d8fea'
|
||||
'52633731c506526f88257f243771a3b1861b34f40a356c434741d7c6f61f0832'
|
||||
'968c91780ce92fa27ae443df29ebb7440c26ee89ea3439a5e4ae5fd0ca3fab12'
|
||||
'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
|
||||
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
|
||||
'4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
ac_add_options --prefix=/usr
|
||||
ac_add_options --libdir=/usr/lib
|
||||
ac_add_options --enable-release
|
||||
ac_add_options --enable-pie
|
||||
|
||||
ac_add_options --enable-official-branding
|
||||
|
@ -29,7 +30,7 @@ ac_add_options --enable-system-pixman
|
|||
# Features
|
||||
ac_add_options --enable-startup-notification
|
||||
ac_add_options --enable-pulseaudio
|
||||
ac_add_options --disable-gstreamer
|
||||
ac_add_options --enable-gstreamer=1.0
|
||||
|
||||
ac_add_options --disable-crashreporter
|
||||
ac_add_options --disable-updater
|
||||
|
|
Loading…
Reference in a new issue