PKGBUILDs/extra/firefox/PKGBUILD

166 lines
6.9 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
# - patch to remove NEON/SIMD checks from configure
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
2016-04-13 05:10:45 +00:00
pkgver=45.0.2
pkgrel=1
2015-03-21 02:42:52 +00:00
pkgdesc="Standalone web browser from mozilla.org"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
url="https://www.mozilla.org/firefox/"
2015-12-15 23:50:07 +00:00
depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
2016-03-09 19:49:12 +00:00
'dbus-glib' 'alsa-lib' 'ffmpeg' 'desktop-file-utils' 'hicolor-icon-theme'
2015-10-16 00:48:40 +00:00
'libvpx' 'icu' 'libevent' 'nss' 'hunspell' 'sqlite' 'ttf-font')
2015-09-23 03:28:23 +00:00
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf'
2016-01-26 18:23:00 +00:00
'xorg-server-xvfb' 'libpulse' 'inetutils')
2015-03-21 02:42:52 +00:00
optdepends=('networkmanager: Location detection via available WiFi networks'
2015-03-31 18:43:08 +00:00
'upower: Battery API')
2015-03-21 02:42:52 +00:00
install=firefox.install
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
vendor.js
2016-03-09 19:49:12 +00:00
firefox-symbolic.svg
2015-08-09 03:09:56 +00:00
firefox-fixed-loading-icon.png
2016-04-09 14:15:21 +00:00
firefox-gtk3-20.patch
2016-03-20 00:38:09 +00:00
no-libnotify.patch
2016-03-22 02:00:03 +00:00
no-neon.patch
7c2671907288.patch::https://hg.mozilla.org/mozilla-central/raw-rev/7c2671907288
b3d2424a348e.patch::https://hg.mozilla.org/mozilla-central/raw-rev/b3d2424a348e
69f237c2cf91.patch::https://hg.mozilla.org/mozilla-central/raw-rev/69f237c2cf91
a5919256fd5c.patch::https://hg.mozilla.org/mozilla-central/raw-rev/a5919256fd5c
aarch64-no-static-sizes.patch)
2016-04-13 05:10:45 +00:00
sha256sums=('a6b09bac0390d4e48b752026ec1aaa934332dee31fb3ff3ca59f8209f4217a53'
2016-04-09 14:15:21 +00:00
'2e355a477f1df792cd7f9d1e3a56030543e0cf2d09051dd293ba495a7edb54fd'
2016-01-26 18:23:00 +00:00
'9011ffcd6eb2868d0363c216d0b28faf64bb746e8de200726a6ca7013a99106e'
2015-04-09 20:21:13 +00:00
'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
2015-03-21 02:42:52 +00:00
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
'4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
2016-03-09 19:49:12 +00:00
'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
2015-08-09 03:09:56 +00:00
'68e3a5b47c6d175cc95b98b069a15205f027cab83af9e075818d38610feb6213'
2016-03-22 02:00:03 +00:00
'e4ebdd14096d177d264a7993dbd5df46463605ff45f783732c26d30b9caa53a7'
2015-12-19 03:43:03 +00:00
'6d0c1c9ca28b20d206ce24ca84f4d4e3f5d062a2e9cb7445fcb6c2cfea959b4a'
2016-03-22 02:00:03 +00:00
'20bdcf5424b8a3338e57fb03b9a9af03c820f23aef915b09d934b8c252ccd72a'
'3c538925a739484eef3bf663e44e1876ad27b01755c001b81f9e3ef30f329b08'
'32e116fcd3ede2b4074fa169453216ca8ed71f93e67fbdc78e14c308b3f2a99c'
'fb5f84100e01f127160a82797860cb0e04bb6da860a8343963ed45c44740ef0e'
'b73d92a6e96b84464e1f675f8cac730a12cfc9701318a3a9ba46b3d34bfe7cb4')
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
_google_default_client_id=413772536636.apps.googleusercontent.com
_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
# 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-04-09 14:15:21 +00:00
# https://bugzilla.mozilla.org/show_bug.cgi?id=1234158
patch -Np1 -i ../firefox-gtk3-20.patch
2016-03-20 00:38:09 +00:00
# Notifications with libnotify are broken
# https://bugzilla.mozilla.org/show_bug.cgi?id=1236150
patch -Np1 -i ../no-libnotify.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 "$_google_default_client_id $_google_default_client_secret" >google-oauth-api-key
echo "ac_add_options --with-google-oauth-api-keyfile=\"$PWD/google-oauth-api-key\"" >>.mozconfig
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"
# WebRTC build tries to execute "python" and expects Python 2
ln -s /usr/bin/python2 "$srcdir/path/python"
# configure script misdetects the preprocessor without an optimization level
# https://bugs.archlinux.org/task/34644
sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
2015-03-31 18:43:08 +00:00
# Fix tab loading icon (doesn't work with libpng 1.6)
2015-03-21 02:42:52 +00:00
# https://bugzilla.mozilla.org/show_bug.cgi?id=841734
cp "$srcdir/firefox-fixed-loading-icon.png" \
browser/themes/linux/tabbrowser/loading.png
2015-08-09 03:09:56 +00:00
2015-10-16 00:48:40 +00:00
[[ $CARCH == "aarch64" ]] && echo "ac_add_options --disable-gold" >> .mozconfig
2015-10-16 01:00:38 +00:00
patch -Np0 -i ../no-neon.patch
2016-03-22 02:00:03 +00:00
# AArch64 patches
patch -p1 -i ../7c2671907288.patch
patch -p1 -i ../b3d2424a348e.patch
patch -p1 -i ../69f237c2cf91.patch
patch -p1 -i ../a5919256fd5c.patch
patch -p0 -i ../aarch64-no-static-sizes.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
export PATH="$srcdir/path:$PATH"
export PYTHON="/usr/bin/python2"
# Do PGO
xvfb-run -a -s "-extension GLX -screen 0 1280x1024x24" \
make -f client.mk build MOZ_PGO=1
}
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"
#workaround for now
#https://bugzilla.mozilla.org/show_bug.cgi?id=658850
ln -sf firefox "$pkgdir/usr/lib/firefox/firefox-bin"
}