thunderbird: 60.6.1 -> 60.7.0
This commit is contained in:
parent
bbb898ce6a
commit
a4b1a6dfc9
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF372F+QmPxbGE7lHrKbzcztPYxCn0WOtsipBV1ei9OxjFLXJ2PQ/rLGw0JG2QA4e1aUfhOiqQ13vlf0PKtnclfgM=
|
||||
SHA256 (Pkgfile) = 065e809947374c1a1c928e4b6f0a2a99a9266676beaf1eae2bac6d20b3ba97e1
|
||||
RWSagIOpLGJF38PFEdGmhJ6e5jPCBlgh3WS7YtYcsQ89tkpZl/WFnpg8wkPLDr1GkBIdtX1Z5M2e+40IlCDLPH6vG+rBq2luvAs=
|
||||
SHA256 (Pkgfile) = 4ad2908193f6bc8e768c1805da013fa13aa2d3c5d28f11036ae41d0ffdb037c9
|
||||
SHA256 (.footprint) = 42a88545775e207a9d590a342e94721967f77114a2e72c79a92cf7cafd750cf0
|
||||
SHA256 (thunderbird-60.6.1.source.tar.xz) = 17aef9232a76bdc812422883c02b01b4ecb7633c3ee9870da5e4ec0e20ba5f67
|
||||
SHA256 (thunderbird-60.7.0.source.tar.xz) = 377ca762624df103dd768dc36b7632537b46aa83ddc9d336a157cadcde8bb51d
|
||||
SHA256 (thunderbird.desktop) = c6bc6a66f16951c4f7560d019dad48968169aef6587cef4e98380a300078299a
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Optional: sccache
|
||||
|
||||
name=thunderbird
|
||||
version=60.6.1
|
||||
version=60.7.0
|
||||
release=1
|
||||
source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$version.source.tar.xz
|
||||
$name.desktop)
|
||||
@ -13,9 +13,9 @@ source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/source/$name-$v
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
if [ -n "$(pkginfo -i | grep '^sccache ')" ]; then
|
||||
export RUSTC_WRAPPER=/usr/bin/sccache
|
||||
fi
|
||||
prt-get isinst sccache && export RUSTC_WRAPPER=/usr/bin/sccache
|
||||
mkdir "$PKGMK_SOURCE_DIR/rust" || true
|
||||
export CARGO_HOME="$PKGMK_SOURCE_DIR/rust"
|
||||
|
||||
cat <<- EOF > .mozconfig
|
||||
ac_add_options --enable-application=comm/mail
|
||||
@ -48,7 +48,6 @@ EOF
|
||||
|
||||
export MOZ_MAKE_FLAGS="-j ${JOBS-1}"
|
||||
export MOZBUILD_STATE_PATH="$PKGMK_SOURCE_DIR/.mozbuild"
|
||||
export CARGO_HOME="$PKGMK_SOURCE_DIR"
|
||||
|
||||
./mach build
|
||||
DESTDIR=$PKG ./mach install
|
||||
|
Loading…
x
Reference in New Issue
Block a user