Skip to content

Commit

Permalink
firefox-esr: update to 115.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapeth committed Apr 19, 2024
1 parent 065e9ff commit e357e6c
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.10.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=0afd3c733d95f7047f258d1a9768d06d856217fe736d85bfb370db9dd926eef2

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 e357e6c

Please sign in to comment.