diff --git a/qtwebkit.be0 b/qtwebkit.be0 index 47000674d..fb6f56185 100755 --- a/qtwebkit.be0 +++ b/qtwebkit.be0 @@ -1,19 +1,17 @@ #!/usr/bin/env beesh -# BEE_VERSION qtwebkit-5.212-1 +# BEE_VERSION qtwebkit-5.212.1600955993-0 -# mind the timestamp! | here | -SRCURL[0]="https://download.qt.io/snapshots/ci/qtwebkit/5.212/1563413169/src/submodules/qtwebkit-everywhere-src-5.212.tar.xz" +# mind the timestamp! | here | +#SRCURL[0]="https://download.qt.io/snapshots/ci/qtwebkit/5.212/1600955993/src/submodules/qtwebkit-opensource-src-5.212.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/585cefdc0115130d5a87c80496f2bd8b/qtwebkit-opensource-src-5.212.tar.xz" -# PATCHURL+=() - -# EXCLUDE+=() +PATCHURL+=("https://beehive.molgen.mpg.de/02479de45160f35592e4f9eace53c80f/qtwebkit-5.212-issue1057.patch") # build_in_sourcedir # sourcesubdir_append src - #mee_extract() { # bee_extract "${@}" #} @@ -23,6 +21,7 @@ SRCURL[0]="https://download.qt.io/snapshots/ci/qtwebkit/5.212/1563413169/src/sub #} mee_configure() { + bee_configure \ -DPORT=Qt \ -DCMAKE_BUILD_TYPE=Release \ @@ -33,8 +32,3 @@ mee_configure() { mee_build() { make ${BEE_MAKEFLAGS} } - -#mee_install() { -# make INSTALL_ROOT=${D} install -#} -## by default this may be 'make install DESTDIR="${D}"'