Skip to content
Permalink
cfce7a5f90
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
…955993-0

- add release timetag to version
- add patch for compile failure due to glibc update
4 contributors

Users who have contributed to this file

@pmenzel @thomas @wwwutz @david
executable file 34 lines (24 sloc) 818 Bytes
#!/usr/bin/env beesh
# BEE_VERSION qtwebkit-5.212.1600955993-0
# 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+=("https://beehive.molgen.mpg.de/02479de45160f35592e4f9eace53c80f/qtwebkit-5.212-issue1057.patch")
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
-DPORT=Qt \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_LD_GOLD=no \
-DUSE_LIBHYPHEN=no
}
mee_build() {
make ${BEE_MAKEFLAGS}
}