forked from ports/contrib
[notify] thunderbird: 60.8.0 -> 68.0 new dependencies: cbindgen clang nodejs
This commit is contained in:
parent
bec67687f9
commit
dd2f73f86f
@ -23,18 +23,13 @@ drwxr-xr-x root/root usr/lib/thunderbird/defaults/messenger/
|
||||
drwxr-xr-x root/root usr/lib/thunderbird/defaults/pref/
|
||||
-rw-r--r-- root/root usr/lib/thunderbird/defaults/pref/channel-prefs.js
|
||||
-rw-r--r-- root/root usr/lib/thunderbird/dependentlibs.list
|
||||
drwxr-xr-x root/root usr/lib/thunderbird/dictionaries/
|
||||
-rw-r--r-- root/root usr/lib/thunderbird/dictionaries/en-US.aff
|
||||
-rw-r--r-- root/root usr/lib/thunderbird/dictionaries/en-US.dic
|
||||
drwxr-xr-x root/root usr/lib/thunderbird/distribution/
|
||||
drwxr-xr-x root/root usr/lib/thunderbird/distribution/extensions/
|
||||
-rw-r--r-- root/root usr/lib/thunderbird/distribution/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}.xpi
|
||||
drwxr-xr-x root/root usr/lib/thunderbird/extensions/
|
||||
-rw-r--r-- root/root usr/lib/thunderbird/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
|
||||
drwxr-xr-x root/root usr/lib/thunderbird/features/
|
||||
-rw-r--r-- root/root usr/lib/thunderbird/features/wetransfer@extensions.thunderbird.net.xpi
|
||||
drwxr-xr-x root/root usr/lib/thunderbird/fonts/
|
||||
-rw-r--r-- root/root usr/lib/thunderbird/fonts/EmojiOneMozilla.ttf
|
||||
-rw-r--r-- root/root usr/lib/thunderbird/fonts/TwemojiMozilla.ttf
|
||||
drwxr-xr-x root/root usr/lib/thunderbird/gtk2/
|
||||
-rwxr-xr-x root/root usr/lib/thunderbird/gtk2/libmozgtk.so
|
||||
drwxr-xr-x root/root usr/lib/thunderbird/isp/
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF35w4nWUhCvW7bL1Hl4/eZwxUmwD31b/wbkqitDxATQy0fDUHor8a6eyPA6grke7+xCUUo+xP+jpIRERiPdeWcgk=
|
||||
SHA256 (Pkgfile) = e92a08b6f74ccd203fc66986034f36ce77050f695cbb8aa0c51c6a7143010076
|
||||
SHA256 (.footprint) = 42a88545775e207a9d590a342e94721967f77114a2e72c79a92cf7cafd750cf0
|
||||
SHA256 (thunderbird-60.8.0.source.tar.xz) = 1e7a13e64b63476d2235aaac6823fdab949af45cfcd5a25ee710cbae08c2f5d1
|
||||
RWSagIOpLGJF32PEFp2jDpJwdlfQYMD3bOcC/wa2gMKAEgQEyZY2KJZPHkKnJuCALVMLMO3O/BuQW2afpVsA6Ym1NE0pCxqQng8=
|
||||
SHA256 (Pkgfile) = cc6459fbdef9701f0a181580f0afc236dccef25b55e6f9648c7858e9b88926d1
|
||||
SHA256 (.footprint) = 345c06ea7ab2e90fe32c0a85a09dab8dc14485da0967bae3951c1052e3629b4c
|
||||
SHA256 (thunderbird-68.0.source.tar.xz) = f87dade2dd64ef61de842812d3e42d82b8a541988da851077778abfa2ebd95d1
|
||||
SHA256 (thunderbird.desktop) = c6bc6a66f16951c4f7560d019dad48968169aef6587cef4e98380a300078299a
|
||||
|
@ -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 gtk gtk3 libidl nss rust unzip util-linux xorg-libxt yasm zip
|
||||
# Depends on: alsa-lib autoconf-2.13 cbindgen clang gtk gtk3 libidl nss unzip xorg-libxt yasm zip nodejs
|
||||
# Optional: sccache
|
||||
|
||||
name=thunderbird
|
||||
version=60.8.0
|
||||
version=68.0
|
||||
release=1
|
||||
source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$version.source.tar.xz
|
||||
$name.desktop)
|
||||
@ -31,7 +31,6 @@ cat <<- EOF > .mozconfig
|
||||
#breaks search:
|
||||
#ac_add_options --enable-system-sqlite
|
||||
ac_add_options --enable-alsa
|
||||
ac_add_options --with-pthreads
|
||||
ac_add_options --enable-official-branding
|
||||
ac_add_options --with-distribution-id=nu.crux
|
||||
ac_add_options --disable-tests
|
||||
@ -43,9 +42,9 @@ cat <<- EOF > .mozconfig
|
||||
ac_add_options --disable-pulseaudio
|
||||
ac_add_options --disable-gconf
|
||||
ac_add_options --enable-calendar
|
||||
ac_add_options --disable-stylo
|
||||
EOF
|
||||
|
||||
export CC=clang CXX=clang++ AR=llvm-ar NM=llvm-nm RANLIB=llvm-ranlib
|
||||
export MOZ_MAKE_FLAGS="-j ${JOBS-1}"
|
||||
export MOZBUILD_STATE_PATH="$PKGMK_SOURCE_DIR/.mozbuild"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user