mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/qt6-3d to 6.2.1-2
This commit is contained in:
parent
84033a5420
commit
4c4afb6bea
1 changed files with 3 additions and 3 deletions
|
@ -8,14 +8,14 @@
|
||||||
pkgname=qt6-3d
|
pkgname=qt6-3d
|
||||||
_qtver=6.2.1
|
_qtver=6.2.1
|
||||||
pkgver=${_qtver/-/}
|
pkgver=${_qtver/-/}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://www.qt.io'
|
url='https://www.qt.io'
|
||||||
license=(GPL3 LGPL3 FDL custom)
|
license=(GPL3 LGPL3 FDL custom)
|
||||||
pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
|
pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
|
||||||
depends=(qt6-base)
|
depends=(qt6-base)
|
||||||
makedepends=(cmake ninja qt6-declarative qt6-shadertools) # assimp
|
makedepends=(cmake ninja qt6-declarative qt6-shadertools assimp)
|
||||||
optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
|
optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings' 'assimp: assimp importer plugin')
|
||||||
groups=(qt6)
|
groups=(qt6)
|
||||||
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
|
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
|
||||||
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
|
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
|
||||||
|
|
Loading…
Reference in a new issue