# Maintainer: Jan Alexander Steffens (heftig) # Contributor: Ionut Biru # Contributor: Jakub Schmidtke # Additional patching: Nikita Tarasov pkgname=firefox-appmenu _pkgname=firefox pkgver=68.0 pkgrel=1 pkgdesc="Firefox from extra with appmenu patch" arch=(x86_64) license=(MPL GPL LGPL) url="https://aur.archlinux.org/packages/firefox-appmenu/" depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib ffmpeg nss ttf-font libpulse) makedepends=(unzip zip diffutils python2-setuptools yasm mesa imake inetutils xorg-server-xvfb autoconf2.13 rust clang llvm jack gtk2 python nodejs python2-psutil cbindgen nasm) optdepends=('networkmanager: Location detection via available WiFi networks' 'libnotify: Notification integration' 'pulseaudio: Audio support' 'speech-dispatcher: Text-to-Speech' 'hunspell-en_US: Spell checking, American English') provides=("firefox=$pkgver") conflicts=("firefox") options=(!emptydirs !makeflags) source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz{,.asc} $_pkgname.desktop firefox-symbolic.svg unity-menubar.patch) sha256sums=('f7d61a08820088f1280d27f0808e355152c1dd0c94625fd077ced7319e522565' 'SKIP' 'e8d2908727309a58bee9a3dc994e85140c5977b2d486381d67d5e22ad3830d28' '9a1a572dc88014882d54ba2d3079a1cf5b28fa03c5976ed2cb763c93dabbd797' '03684be59adac8ab83c4c5cad3156879983b6d1311555fcaa8476684730d94f8') validpgpkeys=('14F26682D0916CDD81E37B6D61B7B526D98F0353') # Mozilla Software Releases # 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. _google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM # 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 # For telemetry and crash dump analysis to work correctly, we need to tell the # build system which Mercurial changeset is our source. Should not be needed # anymore once 69 is released: # https://bugzilla.mozilla.org/show_bug.cgi?id=1338099 _repo=https://hg.mozilla.org/releases/mozilla-release _tag=FIREFOX_${pkgver//./_}_RELEASE _changeset=353628fec415324ca6aa333ab6c47d447ecc128e _changeset_tag=FIREFOX_68_0_RELEASE if [[ $1 == update_hgrev ]]; then _changeset=$(hg id -r $_tag --id $_repo --template '{node}') sed -e "/^_changeset=/s/=.*/=$_changeset/;/^_changeset_tag=/s/=.*/=$_tag/" \ -i "${BASH_SOURCE[0]}" exit 0 elif [[ $_tag != $_changeset_tag ]]; then error "Changeset needs update. Run: bash PKGBUILD update_hgrev" exit 1 fi prepare() { mkdir mozbuild cd firefox-$pkgver # actual appmenu patch from ubuntu repos patch -Np1 -i ../unity-menubar.patch echo -n "$_google_api_key" >google-api-key echo -n "$_mozilla_api_key" >mozilla-api-key cat >.mozconfig <