Skip to content

qtwebkit: update qtwebkit-5.212-1 (1563413169) to qtwebkit-5.212.1600955993-0 #2415

Merged
merged 1 commit into from
Oct 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions qtwebkit.be0
Original file line number Diff line number Diff line change
@@ -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 "${@}"
#}
Expand All @@ -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 \
Expand All @@ -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}"'