mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/firefox to 14.0.1-1
This commit is contained in:
parent
8d56f9250b
commit
f0046a41f1
2 changed files with 18 additions and 4 deletions
|
@ -9,7 +9,7 @@ buildarch=4
|
||||||
highmem=1
|
highmem=1
|
||||||
|
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
pkgver=13.0.1
|
pkgver=14.0.1
|
||||||
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')
|
||||||
|
@ -24,18 +24,20 @@ url="http://www.mozilla.org/projects/firefox"
|
||||||
install=firefox.install
|
install=firefox.install
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
|
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)
|
mozconfig firefox.desktop firefox-install-dir.patch vendor.js shared-libs.patch)
|
||||||
md5sums=('82deadb501c7fc0e9fa6b025f51f05a1'
|
md5sums=('c2f884f0f6c41c65cf20f678a1ee7191'
|
||||||
'5644c7b42f51013e2023787938fa955e'
|
'5644c7b42f51013e2023787938fa955e'
|
||||||
'bdeb0380c7fae30dd0ead6d2d3bc5873'
|
'bdeb0380c7fae30dd0ead6d2d3bc5873'
|
||||||
'594523c536a9be951b52c90dd85aff18'
|
'594523c536a9be951b52c90dd85aff18'
|
||||||
'0d053487907de4376d67d8f499c5502b')
|
'0d053487907de4376d67d8f499c5502b'
|
||||||
|
'52e52f840a49eb1d14be1c0065b03a93')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd mozilla-release
|
cd mozilla-release
|
||||||
|
|
||||||
cp ../mozconfig .mozconfig
|
cp ../mozconfig .mozconfig
|
||||||
patch -Np1 -i ../firefox-install-dir.patch
|
patch -Np1 -i ../firefox-install-dir.patch
|
||||||
|
patch -Np1 -i ../shared-libs.patch
|
||||||
|
|
||||||
# Fix PRE_RELEASE_SUFFIX
|
# Fix PRE_RELEASE_SUFFIX
|
||||||
sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' \
|
sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' \
|
||||||
|
|
12
extra/firefox/shared-libs.patch
Normal file
12
extra/firefox/shared-libs.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
diff -Nur mozilla-release.orig/browser/installer/Makefile.in mozilla-release/browser/installer/Makefile.in
|
||||||
|
--- mozilla-release.orig/browser/installer/Makefile.in 2012-07-17 16:19:29.480356991 +0000
|
||||||
|
+++ mozilla-release/browser/installer/Makefile.in 2012-07-17 17:32:41.250937293 +0000
|
||||||
|
@@ -50,7 +50,7 @@
|
||||||
|
MOZ_PKG_MANIFEST_P = $(srcdir)/package-manifest.in
|
||||||
|
# Some files have been already bundled with xulrunner
|
||||||
|
ifndef SYSTEM_LIBXUL
|
||||||
|
-MOZ_PKG_FATAL_WARNINGS = 1
|
||||||
|
+MOZ_PKG_FATAL_WARNINGS = 0
|
||||||
|
endif
|
||||||
|
|
||||||
|
MOZ_NONLOCALIZED_PKG_LIST = \
|
Loading…
Reference in a new issue