mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/qt6-3d to 6.2.3-1
This commit is contained in:
parent
f5d90d5adf
commit
84237d6113
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - explicitly link v5/v6 with libatomic
|
# - explicitly link v5/v6 with libatomic
|
||||||
|
|
||||||
pkgname=qt6-3d
|
pkgname=qt6-3d
|
||||||
_qtver=6.2.2
|
_qtver=6.2.3
|
||||||
pkgver=${_qtver/-/}
|
pkgver=${_qtver/-/}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -19,7 +19,7 @@ optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings' 'ass
|
||||||
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)
|
||||||
sha256sums=('ce5088048f151be2dd41600aa1132faa6cf8accfaaf4c40e60572384aef396ad')
|
sha256sums=('7ae9b513a88e729bf7db5e0e5c8d38b62e1c06f968aa620db423cd102dbbc85d')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(3DCore PRIVATE atomic)" >> ${_pkgfn}/src/core/CMakeLists.txt
|
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(3DCore PRIVATE atomic)" >> ${_pkgfn}/src/core/CMakeLists.txt
|
||||||
|
|
Loading…
Reference in a new issue