qt5-webkit: update to 5.8.0
This commit is contained in:
parent
013674e3a8
commit
cd634b0b19
@ -1,6 +1,6 @@
|
||||
# Template file for 'qt5-webkit'
|
||||
pkgname=qt5-webkit
|
||||
version=5.7.1
|
||||
version=5.8.0
|
||||
revision=1
|
||||
build_style=qmake
|
||||
wrksrc=qtwebkit-opensource-src-${version}
|
||||
@ -13,12 +13,10 @@ short_desc="A cross-platform application and UI framework (Qt5) - WebKit2 compon
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3, LGPL-2.1"
|
||||
homepage="https://www.qt.io/"
|
||||
distfiles="https://download.qt.io/community_releases/${version%.*}/${version}/qtwebkit-opensource-src-${version}.tar.xz"
|
||||
checksum=a46cf7c89339645f94a5777e8ae5baccf75c5fc87ab52c9dafc25da3327b5f03
|
||||
distfiles="https://download.qt.io/community_releases/${version%.*}/${version}-final/qtwebkit-opensource-src-${version}.tar.xz"
|
||||
checksum=79ae8660086bf92ffb0008b17566270e6477c8fa0daf9bb3ac29404fb5911bec
|
||||
|
||||
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
|
||||
CXXFLAGS="-fno-delete-null-pointer-checks"
|
||||
fi
|
||||
CXXFLAGS="-fno-delete-null-pointer-checks"
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
# Can't use gold linker when cross compiling
|
||||
configure_args+=" QMAKE_LFLAGS_USE_GOLD="
|
||||
|
Loading…
Reference in New Issue
Block a user