qt6-declarative: build qmlls tool
This commit is contained in:
parent
b1f66a4f86
commit
fb14368717
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'qt6-declarative'
|
||||
pkgname=qt6-declarative
|
||||
version=6.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DQT_BUILD_TESTS=ON"
|
||||
hostmakedepends="qt6-base perl pkg-config wayland-devel qt6-shadertools python3"
|
||||
makedepends="qt6-base-devel Vulkan-Headers qt6-shadertools-devel"
|
||||
makedepends="qt6-base-devel Vulkan-Headers qt6-shadertools-devel qt6-languageserver-devel"
|
||||
short_desc="Cross-platform application and UI framework - Declarative"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="GPL-3.0-only with Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
|
||||
license="GPL-3.0-only WITH Qt-GPL-exception-1.0, LGPL-3.0-only, GPL-2.0-or-later"
|
||||
homepage="https://www.qt.io"
|
||||
distfiles="https://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtdeclarative-everywhere-src-${version}.tar.xz"
|
||||
checksum=1b539bb0a918c8f0307fd07bd4ef0334bf7f8934bbc2eabfc04c433a7d7fa331
|
||||
|
@ -77,7 +77,7 @@ qt6-declarative-tools_package() {
|
|||
for bin in qmlcachegen qmlimportscanner qmltyperegistrar; do
|
||||
vmove usr/lib/qt6/libexec/$bin
|
||||
done
|
||||
for bin in qmlformat qmllint qmlpreview qmlprofiler; do
|
||||
for bin in qmlformat qmllint qmlpreview qmlprofiler qmlls; do
|
||||
vmove usr/lib/qt6/bin/$bin
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue