qt5-webview: update to 5.15.2.

This commit is contained in:
John 2020-11-20 23:02:51 +01:00 committed by John Zimmermann
parent 0e0ba7dcb9
commit 4e9323e0c4

View file

@ -1,6 +1,6 @@
# Template file for 'qt5-webview' # Template file for 'qt5-webview'
pkgname=qt5-webview pkgname=qt5-webview
version=5.15.1 version=5.15.2
revision=1 revision=1
wrksrc="qtwebview-everywhere-src-${version}" wrksrc="qtwebview-everywhere-src-${version}"
build_style=qmake build_style=qmake
@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later, LGPL-3.0-or-later" license="GPL-3.0-or-later, LGPL-3.0-or-later"
homepage="https://qt.io/" homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebview-everywhere-src-${version}.tar.xz" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebview-everywhere-src-${version}.tar.xz"
checksum=426852a3f569da82aa84dfd7f06c6aeb06488a927b66342a612401b41392b260 checksum=be9f46167e4977ead5ef5ecf883fdb812a4120f2436383583792f65557e481e7
build_options="webengine" build_options="webengine"
if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then if [ "$XBPS_TARGET_ENDIAN" = "le" ] && [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then