mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/qt6-tools to 6.2.1-1
This commit is contained in:
parent
5630fc9933
commit
0a5fe73892
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-tools
|
pkgname=qt6-tools
|
||||||
_qtver=6.2.0
|
_qtver=6.2.1
|
||||||
pkgver=${_qtver/-/}
|
pkgver=${_qtver/-/}
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -19,7 +19,7 @@ optdepends=('clang: for qdoc and lupdate')
|
||||||
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=('a903d005f8ab39545aed88a13b04f13ddbbe073da7007203a91fb8b42b890057')
|
sha256sums=('5a856d3d3d5fe6e15dc3f1af707a0ef1df2e687850403fc94af635edb9312bfb')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(qtdiag PRIVATE atomic)" >> ${_pkgfn}/src/qtdiag/CMakeLists.txt
|
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(qtdiag PRIVATE atomic)" >> ${_pkgfn}/src/qtdiag/CMakeLists.txt
|
||||||
|
|
Loading…
Reference in a new issue