qt6-webchannel: update to 6.5.0.

This commit is contained in:
John 2023-04-03 19:36:36 +02:00
parent 7b921c86a4
commit 1c636f4611
2 changed files with 4 additions and 11 deletions

View File

@ -1,7 +0,0 @@
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -1,4 +1,3 @@
-add_subdirectory(cmake)
add_subdirectory(webchannel)
if(TARGET Qt::Quick)
add_subdirectory(qml)

View File

@ -1,6 +1,6 @@
# Template file for 'qt6-webchannel'
pkgname=qt6-webchannel
version=6.4.2
version=6.5.0
revision=1
build_style=cmake
hostmakedepends="perl qt6-base qt6-declarative-host-tools"
@ -10,7 +10,7 @@ maintainer="John <me@johnnynator.dev>"
license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebchannel-everywhere-src-${version}.tar.xz"
checksum=06657b2b2509f26c733b7c40da0dbb8571a215b97f99685a6fc3bc51dcbebd87
checksum=d9553d646df3681b8e09c7609bf7eda0cde69b562f180fa50451a987ed00f1bf
pre_check() {
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
@ -27,13 +27,13 @@ qt6-webchannel-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/metatypes
vmove usr/lib/qt6/metatypes
vmove usr/lib/pkgconfig
vmove usr/lib/qt6/mkspecs
vmove usr/lib/qt6/qml/QtWebChannel/plugins.qmltypes
vmove usr/lib/qt6/qml/QtWebChannel/qmldir
vmove "usr/lib/*.so"
vmove "usr/lib/*.prl"
vmove usr/share/qt6/modules
vmove usr/lib/qt6/modules
}
}