Skip to content

waterfox: update to 56.2.14 #1398

Merged
merged 1 commit into from
Oct 17, 2019
Merged
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
7 changes: 5 additions & 2 deletions waterfox.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION waterfox-56.2.3-0
# BEE_VERSION waterfox-56.2.14-0

# export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j`nproc`'
SRCURL[0]="https://github.com/MrAlex94/Waterfox/archive/$PKGVERSION.tar.gz"
SRCURL[0]="https://github.com/MrAlex94/Waterfox/archive/${PKGVERSION}.tar.gz waterfox-${PKGVERSION}.tar.gz"

# PATCHURL+=()

Expand All @@ -23,6 +23,9 @@ build_in_sourcedir
#}

mee_configure() {

. /pkg/rustc-1.37.0-0/profile

OPTION="--prefix=/usr --disable-necko-wifi --without-system-icu --without-system-nspr \
--disable-dbus --enable-safe-browsing"
start_cmd sed -e 's/with-ccache=ccache/without-ccache/' \
Expand Down