mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/firefox to 42.0-1
This commit is contained in:
parent
54cda35ad2
commit
733f35d1c7
1 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
|||
highmem=1
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=41.0.2
|
||||
pkgver=42.0
|
||||
pkgrel=1
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -35,7 +35,7 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/
|
|||
freetype261.patch
|
||||
firefox-fixed-loading-icon.png
|
||||
no-neon.patch)
|
||||
sha256sums=('ff00689f4d2ff54c5eb7b3aa367560a3645800eb0c96e73a795e461461b1970e'
|
||||
sha256sums=('994a346699298277b64ec0cab72660b8d3e5b879a2ac79207576f7e6c33da3ae'
|
||||
'11a16ea86073de5a6e7c1c665c954f0cf184932abbb55fc906ba1671e5b7162e'
|
||||
'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
|
||||
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
|
||||
|
@ -62,7 +62,7 @@ _mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
|
|||
|
||||
|
||||
prepare() {
|
||||
cd mozilla-release
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
cp ../mozconfig .mozconfig
|
||||
patch -Np1 -i ../firefox-install-dir.patch
|
||||
|
@ -98,7 +98,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
cd mozilla-release
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
export PATH="$srcdir/path:$PATH"
|
||||
export PYTHON="/usr/bin/python2"
|
||||
|
@ -109,7 +109,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd mozilla-release
|
||||
cd $pkgname-$pkgver
|
||||
make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
|
||||
|
||||
install -Dm644 ../vendor.js "$pkgdir/usr/lib/firefox/browser/defaults/preferences/vendor.js"
|
||||
|
|
Loading…
Reference in a new issue