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:
parent
dc0d8af8f6
commit
617c29a71f
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qt6-sensors'
|
# Template file for 'qt6-sensors'
|
||||||
pkgname=qt6-sensors
|
pkgname=qt6-sensors
|
||||||
version=6.5.0
|
version=6.5.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl qt6-declarative-host-tools pkg-config"
|
hostmakedepends="perl qt6-declarative-host-tools pkg-config"
|
||||||
makedepends="qt6-declarative-devel qt6-svg-devel"
|
makedepends="qt6-declarative-devel qt6-svg-devel"
|
||||||
|
@ -27,7 +27,6 @@ qt6-sensors-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/QtSensors/plugins.qmltypes
|
vmove usr/lib/qt6/qml/QtSensors/plugins.qmltypes
|
||||||
vmove usr/lib/qt6/qml/QtSensors/qmldir
|
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/*.prl"
|
vmove "usr/lib/*.prl"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue