Skip to content

Commit

Permalink
Merge pull request #2415 from mariux64/update-qtwebkit-5212-1600955993
Browse files Browse the repository at this point in the history
qtwebkit: update qtwebkit-5.212-1 (1563413169) to qtwebkit-5.212.1600955993-0
  • Loading branch information
wwwutz authored Oct 25, 2021
2 parents fb8d53b + b38adfb commit 1b48ca5
Showing 1 changed file with 6 additions and 12 deletions.
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}"'

0 comments on commit 1b48ca5

Please sign in to comment.