mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/firefox to 50.1.0-1
This commit is contained in:
parent
39c5e2e53f
commit
c15edeaa9a
2 changed files with 12 additions and 11 deletions
|
@ -5,25 +5,25 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - mozconfig changes for ARM
|
# - mozconfig changes for ARM
|
||||||
# - patches to build on ARM
|
# - patches to build on ARM
|
||||||
|
# - remove makedepend on cargo
|
||||||
|
|
||||||
highmem=1
|
highmem=1
|
||||||
|
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
pkgver=50.0.2
|
pkgver=50.1.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)
|
||||||
license=('MPL' 'GPL' 'LGPL')
|
license=(MPL GPL LGPL)
|
||||||
url="https://www.mozilla.org/firefox/"
|
url="https://www.mozilla.org/firefox/"
|
||||||
depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
|
depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib ffmpeg
|
||||||
'dbus-glib' 'alsa-lib' 'ffmpeg' 'libvpx' 'libevent' 'nss' 'hunspell'
|
libvpx libevent nss hunspell sqlite ttf-font icu)
|
||||||
'sqlite' 'ttf-font' 'icu')
|
makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils xorg-server-xvfb
|
||||||
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
|
autoconf2.13 jack)
|
||||||
'libpulse' 'inetutils' 'xorg-server-xvfb' 'autoconf2.13')
|
|
||||||
optdepends=('networkmanager: Location detection via available WiFi networks'
|
optdepends=('networkmanager: Location detection via available WiFi networks'
|
||||||
'libnotify: Notification integration'
|
'libnotify: Notification integration'
|
||||||
'upower: Battery API')
|
'upower: Battery API')
|
||||||
options=('!emptydirs' '!makeflags')
|
options=(!emptydirs !makeflags)
|
||||||
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
|
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
|
||||||
mozconfig
|
mozconfig
|
||||||
firefox.desktop
|
firefox.desktop
|
||||||
|
@ -34,8 +34,8 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/
|
||||||
fix-wifi-scanner.diff
|
fix-wifi-scanner.diff
|
||||||
mozilla-1253216.patch
|
mozilla-1253216.patch
|
||||||
mozilla-build-arm.patch)
|
mozilla-build-arm.patch)
|
||||||
sha256sums=('aa770cb8552bdcf4a7e8bb0ecde27d41ee5b2a972335c6b24dd3afb4d911dfe3'
|
sha256sums=('54bb9bccbf9eed0c7715ae7f45330bf41ce24b756f5fdecb380e06709a6ac5a4'
|
||||||
'640e529734e4e021b99f2e28205d62b915b0884e487bca1b7d81a7d3164676ab'
|
'a54cc6b1cd06cb6c48b6d23923cc2f60fe1d2f6de1d8dfc348a1d641fddcc299'
|
||||||
'75c526e9669b91b4fe5dcea650a1e8419220abb2e9564184f0d984c71eae82e8'
|
'75c526e9669b91b4fe5dcea650a1e8419220abb2e9564184f0d984c71eae82e8'
|
||||||
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
|
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
|
||||||
'f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269'
|
'f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269'
|
||||||
|
|
|
@ -28,6 +28,7 @@ ac_add_options --enable-system-ffi
|
||||||
ac_add_options --enable-system-pixman
|
ac_add_options --enable-system-pixman
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
ac_add_options --enable-jack
|
||||||
ac_add_options --enable-startup-notification
|
ac_add_options --enable-startup-notification
|
||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
ac_add_options --disable-crashreporter
|
ac_add_options --disable-crashreporter
|
||||||
|
|
Loading…
Reference in a new issue