qt6-remoteobjects: don't move qmldir to -devel subpkg
This breaks "import QtRemoteObjects" and prevents any QML from using it without the -devel subpkg which makes no sense.
This commit is contained in:
parent
39da809c70
commit
dc0d8af8f6
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qt6-remoteobjects'
|
||||
pkgname=qt6-remoteobjects
|
||||
version=6.5.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="perl qt6-declarative-host-tools pkg-config"
|
||||
makedepends="qt6-declarative-devel"
|
||||
|
@ -39,7 +39,6 @@ qt6-remoteobjects-devel_package() {
|
|||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove usr/lib/qt6/qml/QtRemoteObjects/plugins.qmltypes
|
||||
vmove usr/lib/qt6/qml/QtRemoteObjects/qmldir
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.prl"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue