Skip to content

Commit

Permalink
firefox-esr: update to 115.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapeth committed Oct 26, 2023
1 parent c37b684 commit f5b20c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 41 deletions.
36 changes: 0 additions & 36 deletions srcpkgs/firefox-esr/files/mozconfig

This file was deleted.

12 changes: 7 additions & 5 deletions srcpkgs/firefox-esr/template
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
# After bumping this package, restore the depends of browsh
#
pkgname=firefox-esr
version=115.0.2
revision=2
version=115.4.0
revision=1
build_helper="rust"
short_desc="Mozilla Firefox web browser - Extended Support Release"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.mozilla.org/firefox/"
distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz"
checksum=45723c83ea7dc318ec50d67eebf834163b626ec3924a3131fecddfc7268a95f5
checksum=c31fdbf3a31b09f91b39fe45e084599a25f9644d3a615f263ac10189cd42ae59

lib32disabled=yes

hostmakedepends="autoconf213 unzip zip pkg-config perl python3 yasm rust cargo
llvm clang lld nodejs cbindgen nasm which tar"
hostmakedepends="autoconf213 unzip zip pkg-config perl python3.11 yasm rust
cargo llvm clang lld nodejs cbindgen nasm which tar"
makedepends="nss-devel libjpeg-turbo-devel gtk+3-devel icu-devel
pixman-devel libevent-devel libnotify-devel libvpx-devel libwebp-devel
libXrender-devel libXcomposite-devel libSM-devel libXt-devel rust-std
Expand Down Expand Up @@ -66,6 +66,8 @@ post_patch() {
}

do_build() {
ln -sf "/usr/bin/python3.11" "${XBPS_WRAPPERDIR}/python3"

if [ "$build_option_clang" ]; then
export CC=clang
export CXX=clang++
Expand Down

0 comments on commit f5b20c1

Please sign in to comment.