PKGBUILDs/extra/firefox/PKGBUILD

144 lines
5.5 KiB
Bash
Raw Normal View History

2015-03-21 02:42:52 +00:00
# $Id$
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
2015-08-09 03:09:56 +00:00
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - mozconfig changes for ARM
2016-08-06 01:08:12 +00:00
# - patches to build on ARM
2016-12-14 01:20:29 +00:00
# - remove makedepend on cargo
2015-03-21 02:42:52 +00:00
2015-10-16 00:48:40 +00:00
highmem=1
2015-03-21 02:42:52 +00:00
pkgname=firefox
2017-01-28 18:06:32 +00:00
pkgver=51.0.1
2016-12-01 13:39:45 +00:00
pkgrel=1
2015-03-21 02:42:52 +00:00
pkgdesc="Standalone web browser from mozilla.org"
2016-12-14 01:20:29 +00:00
arch=(i686 x86_64)
license=(MPL GPL LGPL)
2015-03-21 02:42:52 +00:00
url="https://www.mozilla.org/firefox/"
2016-12-14 01:20:29 +00:00
depends=(gtk3 gtk2 mozilla-common libxt startup-notification mime-types dbus-glib alsa-lib ffmpeg
libvpx libevent nss hunspell sqlite ttf-font icu)
makedepends=(unzip zip diffutils python2 yasm mesa imake gconf libpulse inetutils xorg-server-xvfb
2017-01-28 18:06:32 +00:00
autoconf2.13)
2015-03-21 02:42:52 +00:00
optdepends=('networkmanager: Location detection via available WiFi networks'
2016-09-21 23:56:20 +00:00
'libnotify: Notification integration'
2015-03-31 18:43:08 +00:00
'upower: Battery API')
2016-12-14 01:20:29 +00:00
options=(!emptydirs !makeflags)
2015-09-23 03:28:23 +00:00
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz
2015-07-03 01:23:30 +00:00
mozconfig
firefox.desktop
firefox-install-dir.patch
2016-11-16 01:01:40 +00:00
rust-i686.patch
2015-07-03 01:23:30 +00:00
vendor.js
2016-03-09 19:49:12 +00:00
firefox-symbolic.svg
2016-11-16 01:01:40 +00:00
fix-wifi-scanner.diff
2016-08-05 00:11:46 +00:00
mozilla-1253216.patch
mozilla-build-arm.patch)
2017-01-28 18:06:32 +00:00
sha256sums=('30ba00ba716ea1eeda526e2ccc8642f8d18a836793fde50e87a4fcb9d9fccca9'
'640e529734e4e021b99f2e28205d62b915b0884e487bca1b7d81a7d3164676ab'
2016-09-21 23:56:20 +00:00
'75c526e9669b91b4fe5dcea650a1e8419220abb2e9564184f0d984c71eae82e8'
2015-03-21 02:42:52 +00:00
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
2016-11-16 01:01:40 +00:00
'f61ea706ce6905f568b9bdafd1b044b58f20737426f0aa5019ddb9b64031a269'
'93c5df00f409988bbfa890ac175103476ead3af68f7501973ee70bd11dc472f8'
2016-03-09 19:49:12 +00:00
'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
2016-11-16 01:01:40 +00:00
'9765bca5d63fb5525bbd0520b7ab1d27cabaed697e2fc7791400abc3fa4f13b8'
2016-09-21 23:56:20 +00:00
'fbb6011501a74a8ea6d01c041870fcefb7ef2859c134aedc676e5f6452833f65'
'56eecee8162c138c442773d66483886f1242c8dd2b16eed5711ae5e63d9b0e3a')
2015-03-21 02:42:52 +00:00
validpgpkeys=('2B90598A745E992F315E22C58AB132963A06537A')
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
# Note: These are for Arch Linux use ONLY. For your own distribution, please
# get your own set of keys. Feel free to contact foutrelis@archlinux.org for
# more information.
2015-07-03 01:23:30 +00:00
# - Arch Linux ARM has obtained permission to use the Arch Linux keys.
2015-03-21 02:42:52 +00:00
_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
2015-07-03 01:23:30 +00:00
# Mozilla API keys (see https://location.services.mozilla.com/api)
# Note: These are for Arch Linux use ONLY. For your own distribution, please
# get your own set of keys. Feel free to contact heftig@archlinux.org for
# more information.
_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
2015-03-21 02:42:52 +00:00
prepare() {
2015-11-03 19:23:48 +00:00
cd $pkgname-$pkgver
2015-03-21 02:42:52 +00:00
cp ../mozconfig .mozconfig
patch -Np1 -i ../firefox-install-dir.patch
2016-11-16 01:01:40 +00:00
# https://bugzilla.mozilla.org/show_bug.cgi?id=1314968
patch -Np1 -i ../fix-wifi-scanner.diff
# Build with the rust targets we actually ship
patch -Np1 -i ../rust-i686.patch
2015-03-21 02:42:52 +00:00
echo -n "$_google_api_key" >google-api-key
echo "ac_add_options --with-google-api-keyfile=\"$PWD/google-api-key\"" >>.mozconfig
2015-07-03 01:23:30 +00:00
echo -n "$_mozilla_api_key" >mozilla-api-key
echo "ac_add_options --with-mozilla-api-keyfile=\"$PWD/mozilla-api-key\"" >>.mozconfig
2015-03-21 02:42:52 +00:00
mkdir "$srcdir/path"
ln -s /usr/bin/python2 "$srcdir/path/python"
2016-07-21 04:13:34 +00:00
[[ $CARCH != "aarch64" ]] && echo "ac_add_options --disable-ion" >> .mozconfig \
2016-08-05 00:11:46 +00:00
&& echo "ac_add_options --disable-elf-hack" >> .mozconfig
LDFLAGS+=" -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
patch -p1 -i ../mozilla-1253216.patch
patch -p1 -i ../mozilla-build-arm.patch
2015-03-21 02:42:52 +00:00
}
build() {
2015-11-03 19:23:48 +00:00
cd $pkgname-$pkgver
2015-03-21 02:42:52 +00:00
2016-04-29 18:14:57 +00:00
# _FORTIFY_SOURCE causes configure failures
CPPFLAGS+=" -O2"
2016-06-08 12:24:56 +00:00
# Hardening
LDFLAGS+=" -Wl,-z,now"
# GCC 6
2016-09-21 23:56:20 +00:00
CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-schedule-insns2"
2016-06-08 12:24:56 +00:00
2015-03-21 02:42:52 +00:00
export PATH="$srcdir/path:$PATH"
# Do PGO
2016-06-08 12:24:56 +00:00
#xvfb-run -a -s "-extension GLX -screen 0 1280x1024x24" \
# make -f client.mk build MOZ_PGO=1
make -f client.mk build
2015-03-21 02:42:52 +00:00
}
package() {
2015-11-03 19:23:48 +00:00
cd $pkgname-$pkgver
2015-03-21 02:42:52 +00:00
make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
install -Dm644 ../vendor.js "$pkgdir/usr/lib/firefox/browser/defaults/preferences/vendor.js"
for i in 16 22 24 32 48 256; do
install -Dm644 browser/branding/official/default$i.png \
"$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/firefox.png"
done
install -Dm644 browser/branding/official/content/icon64.png \
"$pkgdir/usr/share/icons/hicolor/64x64/apps/firefox.png"
install -Dm644 browser/branding/official/mozicon128.png \
"$pkgdir/usr/share/icons/hicolor/128x128/apps/firefox.png"
install -Dm644 browser/branding/official/content/about-logo.png \
"$pkgdir/usr/share/icons/hicolor/192x192/apps/firefox.png"
install -Dm644 browser/branding/official/content/about-logo@2x.png \
"$pkgdir/usr/share/icons/hicolor/384x384/apps/firefox.png"
2016-03-09 19:49:12 +00:00
install -Dm644 ../firefox-symbolic.svg \
"$pkgdir/usr/share/icons/hicolor/symbolic/apps/firefox-symbolic.svg"
2015-03-21 02:42:52 +00:00
install -Dm644 ../firefox.desktop \
"$pkgdir/usr/share/applications/firefox.desktop"
# Use system-provided dictionaries
rm -rf "$pkgdir"/usr/lib/firefox/{dictionaries,hyphenation}
ln -s /usr/share/hunspell "$pkgdir/usr/lib/firefox/dictionaries"
ln -s /usr/share/hyphen "$pkgdir/usr/lib/firefox/hyphenation"
2016-07-21 04:13:34 +00:00
# Replace duplicate binary with symlink
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
2015-03-21 02:42:52 +00:00
ln -sf firefox "$pkgdir/usr/lib/firefox/firefox-bin"
}