Skip to content

Commit

Permalink
qtwebkit: Update version from 5.9.0 to 5.212
Browse files Browse the repository at this point in the history
Qt WebKit 5.9.0 has problems with GCC 7.3.0, and [it’s recommended to
use 5.212][1].

Update the build instructions according to the Wiki page [Building
QtWebKit on Windows][2].

[1]: https://bugreports.qt.io/browse/QTBUG-61609?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&showAll=true
[2]: https://github.com/annulen/webkit/wiki/Building-QtWebKit-on-Linux
  • Loading branch information
pmenzel committed Apr 13, 2018
1 parent 8a5cb58 commit 3c70cc5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 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 @@ -17,21 +17,21 @@ SRCURL[0]="https://download.qt.io/community_releases/${PKGVERSION[2]}/${PKGVERSI
# bee_extract "${@}"
#}

mee_patch() {
bee_patch "${@}"
start_cmd sed -e '/CONFIG/a QMAKE_CXXFLAGS += -Wno-expansion-to-defined' \
-i ${S}/Tools/qmake/mkspecs/features/unix/default_pre.prf
}
#mee_patch() {
# bee_patch "${@}"
#}

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

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 3c70cc5

Please sign in to comment.