mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/firefox to 15.0-1
This commit is contained in:
parent
6e5ee91e86
commit
3dca5ecfb5
1 changed files with 5 additions and 4 deletions
|
@ -9,7 +9,7 @@ buildarch=4
|
|||
highmem=1
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=14.0.1
|
||||
pkgver=15.0
|
||||
pkgrel=1
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -25,7 +25,7 @@ install=firefox.install
|
|||
options=(!emptydirs)
|
||||
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
|
||||
mozconfig firefox.desktop firefox-install-dir.patch vendor.js shared-libs.patch)
|
||||
md5sums=('c2f884f0f6c41c65cf20f678a1ee7191'
|
||||
md5sums=('64220887a349515f16e5aa990acb4db3'
|
||||
'5644c7b42f51013e2023787938fa955e'
|
||||
'bdeb0380c7fae30dd0ead6d2d3bc5873'
|
||||
'594523c536a9be951b52c90dd85aff18'
|
||||
|
@ -52,8 +52,9 @@ build() {
|
|||
export MOZ_PGO=1
|
||||
export DISPLAY=:99
|
||||
Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 $DISPLAY &
|
||||
_fail=0
|
||||
|
||||
make -f client.mk build
|
||||
make -f client.mk build || _fail=1
|
||||
|
||||
kill $! || true
|
||||
}
|
||||
|
@ -62,7 +63,7 @@ package() {
|
|||
cd mozilla-release
|
||||
make -j1 -f client.mk DESTDIR="$pkgdir" install
|
||||
|
||||
install -m644 ../vendor.js "$pkgdir/usr/lib/firefox/defaults/pref"
|
||||
install -Dm644 ../vendor.js "$pkgdir/usr/lib/firefox/defaults/preferences/vendor.js"
|
||||
|
||||
for i in 16 22 24 32 48 256; do
|
||||
install -Dm644 browser/branding/official/default$i.png \
|
||||
|
|
Loading…
Reference in a new issue