diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2020-05-10 19:01:21 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2020-05-10 19:01:21 +1000 |
commit | b926f51c607064ccf2540cae5c3b2c176687b07e (patch) | |
tree | c54c78e9f5ba67ab572125bcbcb9a95dbba15d79 /thunderbird | |
parent | 3b7ecf1cab71dfb2c7fbe6d96f2a6e51a25fc30a (diff) | |
download | contrib-b926f51c607064ccf2540cae5c3b2c176687b07e.tar.gz contrib-b926f51c607064ccf2540cae5c3b2c176687b07e.tar.xz |
[notify] thunderbird: 68.7.0 -> 68.8.0 new dependency lld
Diffstat (limited to 'thunderbird')
-rw-r--r-- | thunderbird/.signature | 6 | ||||
-rw-r--r-- | thunderbird/Pkgfile | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/thunderbird/.signature b/thunderbird/.signature index 20bf374eb..d176de323 100644 --- a/thunderbird/.signature +++ b/thunderbird/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30MDie+n2NdYhle004xHaW/yLl9iB617zP9rP1WVCsFJ1xJrPQYRM62FNcbCXFfdSXi3oOxrJVwIzP9o2LyvJA0= -SHA256 (Pkgfile) = cb53a16bda3d112792309a8ffd3ea4616023e6499d9e64b200919fdc83f9091c +RWSagIOpLGJF3234HbVlXKDZvp2ahteDujfORwcRUFhJa/rjsABteyFC5brVQOdtE3cYuUF6kWKgOpChDXLlX6H7cFFsct4CDQ0= +SHA256 (Pkgfile) = f7fc71d0d8b4c7c8aea7d5e99baca5e570b045c91ab0c10006703418578ff4a9 SHA256 (.footprint) = 345c06ea7ab2e90fe32c0a85a09dab8dc14485da0967bae3951c1052e3629b4c -SHA256 (thunderbird-68.7.0.source.tar.xz) = bc2efd2fee1d8f856a177e1579d529890dbf3621e6fb32a443c225ff7bf14b84 +SHA256 (thunderbird-68.8.0.source.tar.xz) = ce87c3f2bb37d4ee827a32df16b25396590e98fbf6e8072ca16ba68c0d10cb0b SHA256 (thunderbird.desktop) = c6bc6a66f16951c4f7560d019dad48968169aef6587cef4e98380a300078299a diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index 5e16ca5e4..e989edc93 100644 --- a/thunderbird/Pkgfile +++ b/thunderbird/Pkgfile @@ -1,11 +1,11 @@ # Description: Email client from the Mozilla project # URL: https://www.thunderbird.net/en-US/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: alsa-lib autoconf-2.13 cbindgen clang gtk gtk3 libidl nss unzip xorg-libxt yasm zip nodejs libnotify +# Depends on: alsa-lib autoconf-2.13 cbindgen clang gtk gtk3 libidl lld nss unzip xorg-libxt yasm zip nodejs libnotify # Optional: sccache name=thunderbird -version=68.7.0 +version=68.8.0 release=1 source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$version.source.tar.xz $name.desktop) @@ -27,6 +27,7 @@ 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-linker=lld ac_add_options --with-system-jpeg ac_add_options --with-system-zlib ac_add_options --with-system-png @@ -35,6 +36,9 @@ cat <<- EOF > .mozconfig ac_add_options --enable-system-ffi ac_add_options --enable-system-pixman ac_add_options --enable-alsa + ac_add_options --enable-optimize + ac_add_options --enable-release + ac_add_options --enable-rust-simd ac_add_options --enable-official-branding ac_add_options --with-distribution-id=nu.crux ac_add_options --disable-tests |