ports/contrib (3.6): thunderbird: 91.1.1 -> 91.1.2
commit ffc0ce3012c7167dea55028213e16b0e35671fe4 Author: Danny Rawlins <contact@romster.me> Date: Thu Sep 30 00:18:40 2021 +1000 thunderbird: 91.1.1 -> 91.1.2 diff --git a/thunderbird/.signature b/thunderbird/.signature index 64ccd44d3..d3042b9c8 100644 --- a/thunderbird/.signature +++ b/thunderbird/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3xJKzRwSSJutmITM1mSxqRyYp9QHvE+Yiy15Lav5CBLt1swpBK9tScf/bCBxuJbHPWfu+Mac23kdZrsyj5Rsyww= -SHA256 (Pkgfile) = 714c1caae6aa3f295430dc3b860d2ee936b5640439cf0e46f0da1e1e79655003 +RWSagIOpLGJF3zqGT9XhQbFn9Bw0Bx4QQvoP5WMldayll1diwhHp+sAY5qmd5rLgSEcxJSdD0I32SeJms989N4qBXtrEmwQCCwY= +SHA256 (Pkgfile) = 86482e21f568d5c015dca84e331f3edbaea7b06603edd326beaf44449dbda579 SHA256 (.footprint) = 923d578f9d9e0dbd81a35f85c1d0228c2c29722327104100bdd991a056632803 -SHA256 (thunderbird-91.1.1.source.tar.xz) = 05833526bb04985dc40fbf8d6907fea27ba560e7a1d7487c3f8c15c1a0b808cc +SHA256 (thunderbird-91.1.2.source.tar.xz) = 4c63a215761d8710e9cc78c938828ff532ace33a00d0d59332b30d3d45c3b0f3 SHA256 (thunderbird.desktop) = c6bc6a66f16951c4f7560d019dad48968169aef6587cef4e98380a300078299a diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index 34055edb9..265dd8130 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -5,7 +5,7 @@ # Optional: sccache name=thunderbird -version=91.1.1 +version=91.1.2 release=1 source=(https://archive.mozilla.org/pub/thunderbird/releases/$version/source/$name-$... $name.desktop) @@ -24,18 +24,20 @@ build() { export CARGO_HOME="$PKGMK_SOURCE_DIR/rust" cat <<- EOF > .mozconfig - ac_add_options --enable-application=comm/mail ac_add_options --prefix=/usr - ac_add_options --enable-default-toolkit=cairo-gtk3 + ac_add_options --enable-application=comm/mail ac_add_options --with-system-jpeg - ac_add_options --with-system-libevent ac_add_options --with-system-zlib ac_add_options --with-system-png ac_add_options --with-system-nspr ac_add_options --with-system-nss + ac_add_options --with-system-libevent + ac_add_options --with-system-libvpx + ac_add_options --with-system-webp + ac_add_options --enable-av1 ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman - ac_add_options --enable-optimize=-O2 + ac_add_options --enable-optimize ac_add_options --enable-linker=lld ac_add_options --enable-lto=thin ac_add_options --enable-release @@ -61,7 +63,6 @@ EOF echo 'ac_add_options --enable-default-toolkit=cairo-gtk3-wayland' >> .mozconfig || \ echo 'ac_add_options --enable-default-toolkit=cairo-gtk3' >> .mozconfig - [[ -e '/usr/bin/ccache' ]] && echo 'ac_add_options --enable-ccache' >> .mozconfig export PYTHON=/usr/bin/python3
participants (1)
-
crux@crux.nu