Skip to content

Commit

Permalink
Merge pull request #711 from mariux64/update-qt-webkit-from-5.9.0-to-…
Browse files Browse the repository at this point in the history
…5.212

Update Qt WebKit from 5.9.0 to 5.212
  • Loading branch information
donald authored Apr 13, 2018
2 parents ffeac22 + 4b8b829 commit cb37a5d
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions qtwebkit.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env beesh

# BEE_VERSION qtwebkit-5.9.0-0
# BEE_VERSION qtwebkit-5.212-0

SRCURL[0]="https://download.qt.io/community_releases/${PKGVERSION[2]}/${PKGVERSION}-final/qtwebkit-opensource-src-${PKGVERSION}.tar.xz"
SRCURL[0]="https://download.qt.io/snapshots/ci/qtwebkit/5.212/latest/src/submodules/qtwebkit-everywhere-src-5.212.tar.xz"

# PATCHURL+=()

Expand All @@ -22,14 +22,17 @@ SRCURL[0]="https://download.qt.io/community_releases/${PKGVERSION[2]}/${PKGVERSI
#}

mee_configure() {
qmake ${S}/WebKit.pro
bee_configure \
-DPORT=Qt \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_LIBHYPHEN=no
}

mee_build() {
make ${BEE_MAKEFLAGS}
}
#mee_build() {
# make ${BEE_MAKEFLAGS}
#}

mee_install() {
make INSTALL_ROOT=${D} install
}
#mee_install() {
# make INSTALL_ROOT=${D} install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit cb37a5d

Please sign in to comment.