qt6-webengine: update to 6.5.2.

This commit is contained in:
Andrew J. Hesford 2023-08-22 09:19:42 -04:00 committed by Andrew J. Hesford
parent 0b71e7a745
commit 7aac087834
2 changed files with 6 additions and 6 deletions

View file

@ -1,14 +1,14 @@
--- qt6-webengine-6.4.2.orig/examples/CMakeLists.txt --- qt6-webengine-6.4.2.orig/examples/CMakeLists.txt
+++ qt6-webengine-6.4.2/examples/CMakeLists.txt +++ qt6-webengine-6.4.2/examples/CMakeLists.txt
@@ -1,7 +1,6 @@ @@ -4,7 +4,6 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
qt_examples_build_begin(EXTERNAL_BUILD) qt_examples_build_begin(EXTERNAL_BUILD)
-if(NOT CMAKE_CROSSCOMPILING) #QTBUG-86533 -if(NOT CMAKE_CROSSCOMPILING AND Qt6Core_VERSION VERSION_GREATER_EQUAL "6.5") #QTBUG-86533
if(TARGET Qt::WebEngineCore) if(TARGET Qt::WebEngineCore)
add_subdirectory(webenginequick) add_subdirectory(webenginequick)
endif() endif()
@@ -14,5 +13,4 @@ if(NOT CMAKE_CROSSCOMPILING) #QTBUG-8653 @@ -17,5 +16,4 @@
if(TARGET Qt::PdfWidgets) if(TARGET Qt::PdfWidgets)
add_subdirectory(pdfwidgets) add_subdirectory(pdfwidgets)
endif() endif()

View file

@ -1,7 +1,7 @@
# Template file for 'qt6-webengine' # Template file for 'qt6-webengine'
pkgname=qt6-webengine pkgname=qt6-webengine
version=6.5.0 version=6.5.2
revision=2 revision=1
build_style=cmake build_style=cmake
configure_args=" configure_args="
-DQT_FEATURE_webengine_system_ffmpeg=ON -DQT_FEATURE_webengine_system_ffmpeg=ON
@ -32,7 +32,7 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-only, GPL-2.0-only, LGPL-3.0-only, BSD-3-Clause" license="GPL-3.0-only, GPL-2.0-only, LGPL-3.0-only, BSD-3-Clause"
homepage="https://www.qt.io" homepage="https://www.qt.io"
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebengine-everywhere-src-${version}.tar.xz" distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebengine-everywhere-src-${version}.tar.xz"
checksum=2a10da34a71b307e9ff11ec086455dd20b83d5b0ee6bda499c4ba9221e306f07 checksum=e7c9438b56f502b44b4e376b92ed80f1db7c2c3881d68d319b0677afd5701d9f
if [ "$XBPS_LIBC" = "musl" ]; then if [ "$XBPS_LIBC" = "musl" ]; then
hostmakedepends+=" musl-legacy-compat" hostmakedepends+=" musl-legacy-compat"