qt6-multimedia: don't move qmldir to -devel subpkg
This breaks "import QtMultimedia" and prevents any QML from using it without the -devel subpkg which makes no sense.
This commit is contained in:
parent
3865dbddd8
commit
39da809c70
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qt6-multimedia'
|
# Template file for 'qt6-multimedia'
|
||||||
pkgname=qt6-multimedia
|
pkgname=qt6-multimedia
|
||||||
version=6.5.0
|
version=6.5.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DQT_FEATURE_gstreamer=ON"
|
configure_args="-DQT_FEATURE_gstreamer=ON"
|
||||||
hostmakedepends="perl qt6-declarative-host-tools pkg-config qt6-shadertools"
|
hostmakedepends="perl qt6-declarative-host-tools pkg-config qt6-shadertools"
|
||||||
|
@ -43,7 +43,6 @@ qt6-multimedia-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/QtMultimedia/plugins.qmltypes
|
vmove usr/lib/qt6/qml/QtMultimedia/plugins.qmltypes
|
||||||
vmove usr/lib/qt6/qml/QtMultimedia/qmldir
|
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.prl"
|
vmove "usr/lib/*.prl"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue