mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/qt6-3d to 6.0.0-2
This commit is contained in:
parent
1099e6ba29
commit
1775c8df99
1 changed files with 5 additions and 5 deletions
|
@ -8,18 +8,18 @@
|
|||
pkgname=qt6-3d
|
||||
_qtver=6.0.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
|
||||
depends=(qt6-base)
|
||||
makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers git) # assimp
|
||||
makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers) # assimp
|
||||
optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
|
||||
groups=(qt6)
|
||||
_pkgfn="${pkgname/6-/}"
|
||||
source=(git+https://code.qt.io/qt/$_pkgfn#tag=v$_qtver)
|
||||
sha256sums=('SKIP')
|
||||
_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
|
||||
source=("https://download.qt.io/official_releases/additional_libraries/${pkgname/6-/}/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz")
|
||||
sha256sums=('ebca4357d6f1ebe70b344d1e94b5b81bae00fc421da4af8fcacb1f82740ce3c7')
|
||||
|
||||
build() {
|
||||
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(3DCore PRIVATE atomic)" >> ${_pkgfn}/src/core/CMakeLists.txt
|
||||
|
|
Loading…
Reference in a new issue