Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
js: Update version from 38.2.1 to 52.2.1
Polkit 0.115 requires this version.
  • Loading branch information
pmenzel committed Jan 11, 2019
1 parent 630a83d commit e6daf1a
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions js.be0
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION js-38.2.1-0
# BEE_VERSION js-52.2.1gnome1-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand All @@ -9,13 +9,13 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="http://anduin.linuxfromscratch.org/BLFS/mozjs/mozjs-${PKGVERSION}.rc0.tar.bz2"
SRCURL[0]="http://ftp.gnome.org/pub/gnome/teams/releng/tarballs-needing-help/mozjs/mozjs-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.

# PATCHURL+=(/src/mariux/patches/js38-38.2.1-upstream_fixes-2.patch)
# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
Expand All @@ -38,6 +38,7 @@ SRCURL[0]="http://anduin.linuxfromscratch.org/BLFS/mozjs/mozjs-${PKGVERSION}.rc0

sourcesubdir_append js/src

BEE_BUILDTYPE=autotools

###############################################################################
## Change the default (auto-detected) steps to
Expand All @@ -49,17 +50,14 @@ sourcesubdir_append js/src
# bee_extract "${@}"
#}

mee_patch() {
# Work around sourcesubdir_append and paths in patch
start_cmd cd ../.. ; patch -N -p1 -i /src/mariux/patches/js38-38.2.1-upstream_fixes-2.patch
bee_patch "${@}"
}
#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--with-intl-api \
--with-system-zlib \
--with-system-ffi \
--with-system-nspr \
--with-system-icu \
--enable-threadsafe \
Expand Down

0 comments on commit e6daf1a

Please sign in to comment.