mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt6-3d to 6.1.0-1
This commit is contained in:
parent
34ab5d6605
commit
ba05d4b062
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=qt6-3d
|
||||
_qtver=6.0.4
|
||||
_qtver=6.1.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
|
@ -17,9 +17,9 @@ depends=(qt6-base)
|
|||
makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers) # assimp
|
||||
optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
|
||||
groups=(qt6)
|
||||
_pkgfn="${pkgname/6-/}-everywhere-src-${_qtver}"
|
||||
source=("https://download.qt.io/official_releases/additional_libraries/${pkgver%.*}/$_qtver/$_pkgfn.tar.xz")
|
||||
sha256sums=('d6970593f4ab2d94c7beedf217ce4456c69f647251aa661a7de3a6ccf1b618ff')
|
||||
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
|
||||
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
|
||||
sha256sums=('af48f674883de91a5bcb11caefda0e130b9c8c65dce474c47550dc2fdd3a5660')
|
||||
|
||||
build() {
|
||||
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(3DCore PRIVATE atomic)" >> ${_pkgfn}/src/core/CMakeLists.txt
|
||||
|
|
Loading…
Reference in a new issue