Skip to content

Commit

Permalink
Merge pull request #476 from mariux64/update-firefox_esr-from-45.9.0-…
Browse files Browse the repository at this point in the history
…to-52.3.0

Update Firefox ESR from 45.9.0 to 52.3.0
pmenzel committed Sep 6, 2017
2 parents 72beeb7 + 6d8ef23 commit fe3546c
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions firefox_esr.be0
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
#!/bin/env beesh

# BEE_VERSION firefox_esr-45.9.0-1
# BEE_VERSION firefox_esr-52.3.0-0

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

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

mee_configure() {
bee_configure \
${S}/configure \
--prefix=/usr \
--enable-application=browser \
--disable-necko-wifi \
--enable-official-branding \
--without-system-icu \
--without-system-nspr \
--disable-dbus \
--disable-update \
--disable-crashreporter \
--disable-tests \
--enable-optimize \
--enable-safe-browsing
}

mee_build() {
start_cmd make $BEE_MAKEFLAGS
}

mee_build_post() {

# create menu entry
@@ -40,6 +42,9 @@ mee_build_post() {
EOF
}

mee_install() {
start_cmd make install DESTDIR=${D}
}

mee_install_post() {
if [ "${PKGEXTRANAME}" = "esr" ] ; then

0 comments on commit fe3546c

Please sign in to comment.