Skip to content

Commit

Permalink
waterfox: update to 56.2.14
Browse files Browse the repository at this point in the history
- last release with this version scheme
  • Loading branch information
wwwutz committed Oct 17, 2019
1 parent eb062ce commit 229c57c
Showing 1 changed file with 5 additions and 2 deletions.
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

0 comments on commit 229c57c

Please sign in to comment.