Skip to content

Commit

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

This reverts commit fe3546c, reversing
changes made to 72beeb7.

Unfortunately, the dropdown bug was not fixed, and you have to click on
*LINK* to get to a page with a warning about that issue [1].

> BITTE BEACHTEN:
>
> Ab 25.08.2017 unterstützt das eProcurement  nur die Browser Internet
> Explorer 11 und Firefox 52.3.0 esr!
>
> Hinweis zum neuen Firefox 52.3.0 esr:
>
> Im SAP-Portal können keine Werte in Drop-Down Listen per Mausklick
> ausgewählt werden. Bitte nutzen Sie zur Auswahl der gewünschten Werte
> die Pfeiltasten und bestätigen diese mit "ENTER".

[1] https://intranet.mpg.de/service/anwendungen/sap/eProcurement/Seiten/default.aspx
  • Loading branch information
pmenzel committed Sep 18, 2017
1 parent 3e764ae commit 93b2641
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions firefox_esr.be0
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
#!/bin/env beesh

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

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

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

mee_configure() {
${S}/configure \
--prefix=/usr \
bee_configure \
--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
@@ -42,9 +40,6 @@ mee_build_post() {
EOF
}

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

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

0 comments on commit 93b2641

Please sign in to comment.