diff --git a/srcpkgs/qt6-websockets/template b/srcpkgs/qt6-websockets/template index f350b39d14b..467083fcd44 100644 --- a/srcpkgs/qt6-websockets/template +++ b/srcpkgs/qt6-websockets/template @@ -1,9 +1,9 @@ # Template file for 'qt6-websockets' pkgname=qt6-websockets -version=6.4.0 +version=6.4.2 revision=1 build_style=cmake -hostmakedepends="perl qt6-base-devel qt6-declarative-devel" +hostmakedepends="perl qt6-base qt6-declarative-host-tools" makedepends="qt6-base-devel qt6-declarative-devel" depends="qt6-plugin-tls-openssl" checkdepends="$depends" @@ -12,12 +12,16 @@ maintainer="John " 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/qtwebsockets-everywhere-src-${version}.tar.xz" -checksum=ff3c6629cd6537266123c441709acdd67f231ff2a07216fc848448255bec9bca +checksum=71cf857582db20c20103a56f67d51c33c4ab0b72448209c963d3b449a527c626 pre_check() { export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml" } +post_install() { + rm -rf ${DESTDIR}/usr/tests +} + qt6-websockets-devel_package() { depends="${sourcepkg}>=${version}_${revision} qt6-base-devel>=${version}_1" short_desc+=" - development files"