Skip to content
Snippets Groups Projects

testing/py3-branca: new aport

Merged Iztok Fister Jr. requested to merge (removed):branca into master
10 files
+ 109
43
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -5,14 +5,13 @@ pkgname=firefox-esr
pkgver=102.2.0
# Date of release, YY-MM-DD for metainfo file (see package())
_releasedate=2022-08-23
pkgrel=2
pkgrel=3
pkgdesc="Firefox web browser - Extended Support Release"
url="https://www.mozilla.org/en-US/firefox/organizations/"
# s390x and riscv64: blocked by rust and cargo
# armhf: build failure on armhf due to wasm
arch="x86_64 armv7 aarch64 x86 ppc64le"
license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0"
install="$pkgname.post-upgrade"
depends="ffmpeg-libs"
makedepends="
alsa-lib-dev
@@ -432,7 +431,7 @@ export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
export USE_SHORT_LIBNAME=1
export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system
export MOZ_APP_PROFILE="mozilla/firefox-esr"
export MOZ_APP_PROFILE="mozilla/firefox"
export MOZ_APP_REMOTINGNAME=firefox-esr
export MOZBUILD_STATE_PATH="$srcdir"/mozbuild
# disable desktop notifications
Loading