mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
qt6-webchannel: don't move qmldir to -devel subpkg
This breaks "import QtWebChannel" and prevents any QML from using it without the -devel subpkg which makes no sense.
This commit is contained in:
parent
617c29a71f
commit
b8da68555b
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qt6-webchannel'
|
# Template file for 'qt6-webchannel'
|
||||||
pkgname=qt6-webchannel
|
pkgname=qt6-webchannel
|
||||||
version=6.5.0
|
version=6.5.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl qt6-base qt6-declarative-host-tools"
|
hostmakedepends="perl qt6-base qt6-declarative-host-tools"
|
||||||
makedepends="qt6-base-devel qt6-declarative-devel qt6-websockets-devel"
|
makedepends="qt6-base-devel qt6-declarative-devel qt6-websockets-devel"
|
||||||
|
@ -31,7 +31,6 @@ qt6-webchannel-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/qt6/mkspecs
|
vmove usr/lib/qt6/mkspecs
|
||||||
vmove usr/lib/qt6/qml/QtWebChannel/plugins.qmltypes
|
vmove usr/lib/qt6/qml/QtWebChannel/plugins.qmltypes
|
||||||
vmove usr/lib/qt6/qml/QtWebChannel/qmldir
|
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/*.prl"
|
vmove "usr/lib/*.prl"
|
||||||
vmove usr/lib/qt6/modules
|
vmove usr/lib/qt6/modules
|
||||||
|
|
Loading…
Add table
Reference in a new issue