From dd2f73f86fc3613efee624e69f18b543b3da12b7 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Fri, 30 Aug 2019 23:29:03 +1000 Subject: [PATCH] [notify] thunderbird: 60.8.0 -> 68.0 new dependencies: cbindgen clang nodejs --- thunderbird/.footprint | 7 +------ thunderbird/.signature | 8 ++++---- thunderbird/Pkgfile | 7 +++---- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/thunderbird/.footprint b/thunderbird/.footprint index 155f0c666..174605f48 100644 --- a/thunderbird/.footprint +++ b/thunderbird/.footprint @@ -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/ diff --git a/thunderbird/.signature b/thunderbird/.signature index 80c133d58..07098f8a5 100644 --- a/thunderbird/.signature +++ b/thunderbird/.signature @@ -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 diff --git a/thunderbird/Pkgfile b/thunderbird/Pkgfile index 70c5829d8..5db75b9bf 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 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"