mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
thunderbird: update to 115.7.0
This commit is contained in:
parent
aef1bf7d76
commit
c325aaead2
2 changed files with 14 additions and 4 deletions
10
srcpkgs/thunderbird/patches/python3.11.patch
Normal file
10
srcpkgs/thunderbird/patches/python3.11.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
diff --git a/mach b/mach
|
||||||
|
index cc5e25b7aa..165f708f54 100755
|
||||||
|
--- a/mach
|
||||||
|
+++ b/mach
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python3
|
||||||
|
+#!/usr/bin/env python3.11
|
||||||
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
@ -3,19 +3,19 @@
|
||||||
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/thunderbird-i18n".
|
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/thunderbird-i18n".
|
||||||
#
|
#
|
||||||
pkgname=thunderbird
|
pkgname=thunderbird
|
||||||
version=115.1.0
|
version=115.7.0
|
||||||
revision=2
|
revision=1
|
||||||
build_helper="rust"
|
build_helper="rust"
|
||||||
short_desc="Standalone Mail/News reader"
|
short_desc="Standalone Mail/News reader"
|
||||||
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://www.thunderbird.net/"
|
homepage="https://www.thunderbird.net/"
|
||||||
distfiles="${MOZILLA_SITE}/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"
|
distfiles="${MOZILLA_SITE}/thunderbird/releases/${version}/source/thunderbird-${version}.source.tar.xz"
|
||||||
checksum=4afde1062caa21a62d70b26f44c43e15623a4901f2f354d3ebcd7112da20e142
|
checksum=19f483d4c26e47daaeabb8fb99605b12f4e842aec2814dfb92d78b1a73459f43
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
hostmakedepends="autoconf unzip zip pkg-config perl python3 yasm rust cargo
|
hostmakedepends="autoconf unzip zip pkg-config perl python3.11 yasm rust cargo
|
||||||
llvm clang nodejs cbindgen nasm which tar"
|
llvm clang nodejs cbindgen nasm which tar"
|
||||||
makedepends="nss-devel libjpeg-turbo-devel gtk+3-devel icu-devel
|
makedepends="nss-devel libjpeg-turbo-devel gtk+3-devel icu-devel
|
||||||
pixman-devel libevent-devel libnotify-devel libvpx-devel
|
pixman-devel libevent-devel libnotify-devel libvpx-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue