qt6-sensors: don't move qmldir to -devel subpkg

This breaks "import QtSensors" and prevents any QML from using it
without the -devel subpkg which makes no sense.
This commit is contained in:
Jami Kettunen 2023-06-05 16:55:27 +03:00 committed by John Zimmermann
parent dc0d8af8f6
commit 617c29a71f

View File

@ -1,7 +1,7 @@
# Template file for 'qt6-sensors'
pkgname=qt6-sensors
version=6.5.0
revision=1
revision=2
build_style=cmake
hostmakedepends="perl qt6-declarative-host-tools pkg-config"
makedepends="qt6-declarative-devel qt6-svg-devel"
@ -27,7 +27,6 @@ qt6-sensors-devel_package() {
vmove usr/lib/pkgconfig
vmove usr/lib/qt6/mkspecs
vmove usr/lib/qt6/qml/QtSensors/plugins.qmltypes
vmove usr/lib/qt6/qml/QtSensors/qmldir
vmove "usr/lib/*.so"
vmove "usr/lib/*.prl"
}