Skip to content

New rev firefox thunderbird #2059

Merged
merged 2 commits into from
Mar 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80'

# BEE_VERSION firefox-87.0-0
# BEE_VERSION firefox-87.0-1

#https://ftp.mozilla.org/pub/firefox/releases/$pkgversion/SOURCE to find the right download link
SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/firefox-${PKGVERSION}.source.tar.xz"
Expand All @@ -14,6 +14,7 @@ SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/fir

mee_configure() {

. /usr/local/package/lib/node.profile
. /pkg/rustc-1.50.0-0/profile

cat > ${S}/mozconfig <<-EOF
Expand Down
3 changes: 2 additions & 1 deletion thunderbird.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

#export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80'

# BEE_VERSION thunderbird-68.12.0-0
# BEE_VERSION thunderbird-68.12.0-1

SRCURL[0]="https://ftp.mozilla.org/pub/thunderbird/releases/${PKGVERSION}/source/thunderbird-${PKGVERSION}.source.tar.xz"

# build_in_sourcedir

mee_configure() {
. /usr/local/package/lib/node.profile
. /pkg/rustc-1.41.0-0/profile
. /pkg/python-2.7.16-0/profile

Expand Down