qt5-webview: update to 5.15.4.
This commit is contained in:
parent
f20f70f4be
commit
3e0ca08269
@ -1,8 +1,9 @@
|
|||||||
# Template file for 'qt5-webview'
|
# Template file for 'qt5-webview'
|
||||||
pkgname=qt5-webview
|
pkgname=qt5-webview
|
||||||
version=5.15.2
|
version=5.15.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qtwebview-everywhere-src-${version}"
|
_commit=826d2a33929c69807917536d48b7861e7682001e
|
||||||
|
wrksrc="qtwebview-${_commit}"
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-qmake perl qt5-host-tools"
|
hostmakedepends="qt5-qmake perl qt5-host-tools"
|
||||||
makedepends="qt5-location-devel qt5-webchannel-devel qt5-tools-devel qt5-declarative-devel
|
makedepends="qt5-location-devel qt5-webchannel-devel qt5-tools-devel qt5-declarative-devel
|
||||||
@ -11,14 +12,18 @@ short_desc="Cross-platform application and UI framework (QT5) - WebEngine compon
|
|||||||
maintainer="John <me@johnnynator.dev>"
|
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="https://invent.kde.org/qt/qt/qtwebview/-/archive/${_commit}.tar.gz"
|
||||||
checksum=be9f46167e4977ead5ef5ecf883fdb812a4120f2436383583792f65557e481e7
|
checksum=49f7c087e8e3662adf3c271c41c629e547f02b82b305641148f07170d4ea1a67
|
||||||
|
|
||||||
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
|
||||||
build_options_default="webengine"
|
build_options_default="webengine"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
mkdir -p ${wrksrc}/.git
|
||||||
|
}
|
||||||
|
|
||||||
_cleanup_wrksrc_leak() {
|
_cleanup_wrksrc_leak() {
|
||||||
if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
|
if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
|
||||||
# Replace references to ${wrksrc} in cmake files
|
# Replace references to ${wrksrc} in cmake files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user