mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-websockets: update to 6.6.0.
This commit is contained in:
parent
9e012fb1ca
commit
e7933286e1
2 changed files with 17 additions and 4 deletions
11
srcpkgs/qt6-websockets/patches/test.patch
Normal file
11
srcpkgs/qt6-websockets/patches/test.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/tests/auto/cmake/CMakeLists.txt 2023-10-03 20:26:29.000000000 +0200
|
||||||
|
+++ - 2023-10-13 22:27:12.100304684 +0200
|
||||||
|
@@ -13,7 +13,7 @@
|
||||||
|
project(websockets_cmake_tests)
|
||||||
|
enable_testing()
|
||||||
|
|
||||||
|
-set(required_packages Core WebSockets)
|
||||||
|
+set(required_packages Core)
|
||||||
|
|
||||||
|
# Setup the test when called as a completely standalone project.
|
||||||
|
if(TARGET Qt6::Core)
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qt6-websockets'
|
# Template file for 'qt6-websockets'
|
||||||
pkgname=qt6-websockets
|
pkgname=qt6-websockets
|
||||||
version=6.5.2
|
version=6.6.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,10 +12,12 @@ 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=204bd7b0dffb54c934abc6cf0eb5e3016f11b3c9721a67b4875a6b21bb8b5c76
|
checksum=2e05b15c0c6e82c484cf3a4a39a3e3e484a6c8f72bc31ee5cf615d52d07df30e
|
||||||
|
|
||||||
pre_check() {
|
do_check() {
|
||||||
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
|
cd build
|
||||||
|
export QML2_IMPORT_PATH="$wrksrc/build/lib${XBPS_TARGET_WORDSIZE}/qt6/qml"
|
||||||
|
ctest -E "module_includes"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue