qt6-websockets: update to 6.5.0.

This commit is contained in:
John 2023-04-03 19:37:45 +02:00
parent b2025748ec
commit 71657a4253
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(websockets)
if(TARGET Qt::Quick)
add_subdirectory(qml)

View File

@ -1,6 +1,6 @@
# Template file for 'qt6-websockets' # Template file for 'qt6-websockets'
pkgname=qt6-websockets pkgname=qt6-websockets
version=6.4.2 version=6.5.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="perl qt6-base qt6-declarative-host-tools" hostmakedepends="perl qt6-base qt6-declarative-host-tools"
@ -12,7 +12,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" 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/" homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebsockets-everywhere-src-${version}.tar.xz" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtwebsockets-everywhere-src-${version}.tar.xz"
checksum=71cf857582db20c20103a56f67d51c33c4ab0b72448209c963d3b449a527c626 checksum=bc087bd656bb34da120ccab6e927036a219f75fd88f1543744c426bfca616308
pre_check() { pre_check() {
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml" export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
@ -28,11 +28,11 @@ qt6-websockets-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/cmake vmove usr/lib/cmake
vmove usr/lib/metatypes vmove usr/lib/qt6/metatypes
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/lib/qt6/mkspecs vmove usr/lib/qt6/mkspecs
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
vmove "usr/lib/*.prl" vmove "usr/lib/*.prl"
vmove usr/share/qt6/modules vmove usr/lib/qt6/modules
} }
} }