New package: qt6-3d-6.1.0
This commit is contained in:
parent
29d82c6b98
commit
b28fed41e9
3 changed files with 41 additions and 0 deletions
|
@ -2026,6 +2026,18 @@ libQt6Scxml.so.6 qt6-scxml-6.1.0rc2_1
|
|||
libQt6StateMachine.so.6 qt6-scxml-6.1.0rc2_1
|
||||
libQt6StateMachineQml.so.6 qt6-scxml-6.1.0rc2_1
|
||||
libQt6Bodymovin.so.6 qt6-lottie-6.1.0rc2_1
|
||||
libQt63DQuickAnimation.so.6 qt6-3d-6.1.0rc2_1
|
||||
libQt63DQuickRender.so.6 qt6-3d-6.1.0rc2_1
|
||||
libQt63DExtras.so.6 qt6-3d-6.1.0rc2_1
|
||||
libQt63DQuickInput.so.6 qt6-3d-6.1.0rc2_1
|
||||
libQt63DCore.so.6 qt6-3d-6.1.0rc2_1
|
||||
libQt63DQuickScene2D.so.6 qt6-3d-6.1.0rc2_1
|
||||
libQt63DLogic.so.6 qt6-3d-6.1.0rc2_1
|
||||
libQt63DRender.so.6 qt6-3d-6.1.0rc2_1
|
||||
libQt63DAnimation.so.6 qt6-3d-6.1.0rc2_1
|
||||
libQt63DQuickExtras.so.6 qt6-3d-6.1.0rc2_1
|
||||
libQt63DInput.so.6 qt6-3d-6.1.0rc2_1
|
||||
libQt63DQuick.so.6 qt6-3d-6.1.0rc2_1
|
||||
libnpth.so.0 npth-1.1_1
|
||||
libnpupnp.so.4 libnpupnp-4.0.2_1
|
||||
libglfw.so.3 glfw-3.0.4_1
|
||||
|
|
1
srcpkgs/qt6-3d-devel
Symbolic link
1
srcpkgs/qt6-3d-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
qt6-3d
|
28
srcpkgs/qt6-3d/template
Normal file
28
srcpkgs/qt6-3d/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'qt6-3d'
|
||||
pkgname=qt6-3d
|
||||
version=6.1.0
|
||||
revision=1
|
||||
wrksrc="qt3d-everywhere-src-${version}"
|
||||
build_style=cmake
|
||||
configure_args="-DQT_HOST_PATH=/usr"
|
||||
hostmakedepends="perl qt6-declarative-devel"
|
||||
makedepends="qt6-declarative-devel qt6-shadertools-devel libassimp-devel
|
||||
libatomic-devel"
|
||||
short_desc="Cross-platform application and UI framework - 3d"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="(LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only) AND GPL-3.0-only with Qt-GPL-exception-1.0"
|
||||
homepage="https://qt.io/"
|
||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qt3d-everywhere-src-${version}.tar.xz"
|
||||
checksum=af48f674883de91a5bcb11caefda0e130b9c8c65dce474c47550dc2fdd3a5660
|
||||
|
||||
qt6-3d-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/qt6/mkspecs
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.prl"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue