extra/qt6-tools to 6.2.0-1

This commit is contained in:
Kevin Mihelich 2021-10-01 13:06:33 +00:00
parent eae9dc3a92
commit b28392a522

View file

@ -6,7 +6,7 @@
# - explicitly link v5/v6 with libatomic
pkgname=qt6-tools
_qtver=6.1.3
_qtver=6.2.0
pkgver=${_qtver/-/}
pkgrel=1
arch=(x86_64)
@ -14,16 +14,16 @@ url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
pkgdesc='A cross-platform application and UI framework (Development Tools, QtHelp)'
depends=(qt6-base)
makedepends=(cmake qt6-declarative vulkan-headers clang llvm)
makedepends=(cmake ninja qt6-declarative clang llvm)
optdepends=('clang: for qdoc and lupdate')
groups=(qt6)
_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
sha256sums=('29c1e305752791070f5dee2182ba9a44a489a1217911ceafca063f1007e6fb38')
sha256sums=('a903d005f8ab39545aed88a13b04f13ddbbe073da7007203a91fb8b42b890057')
build() {
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(qtdiag PRIVATE atomic)" >> ${_pkgfn}/src/qtdiag/CMakeLists.txt
cmake -B build -S $_pkgfn \
cmake -B build -S $_pkgfn -G Ninja \
-DINSTALL_PUBLICBINDIR=usr/bin
cmake --build build
}