diff --git a/srcpkgs/qt6-webchannel/patches/no-cmake-test.patch b/srcpkgs/qt6-webchannel/patches/no-cmake-test.patch deleted file mode 100644 index c02028772a2..00000000000 --- a/srcpkgs/qt6-webchannel/patches/no-cmake-test.patch +++ /dev/null @@ -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) diff --git a/srcpkgs/qt6-webchannel/template b/srcpkgs/qt6-webchannel/template index 8f4b58cab24..9c3def385a7 100644 --- a/srcpkgs/qt6-webchannel/template +++ b/srcpkgs/qt6-webchannel/template @@ -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 " 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 } }