mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
community/qbs: upgrade to 2.4.0
This commit is contained in:
parent
6e8aea8842
commit
bca06e42d6
@ -1,6 +1,6 @@
|
|||||||
# Maintainer:
|
# Maintainer:
|
||||||
pkgname=qbs
|
pkgname=qbs
|
||||||
pkgver=2.3.0
|
pkgver=2.4.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Cross platform Qt build tool"
|
pkgdesc="Cross platform Qt build tool"
|
||||||
url="https://wiki.qt.io/Qbs"
|
url="https://wiki.qt.io/Qbs"
|
||||||
@ -12,6 +12,14 @@ builddir="$srcdir/qbs-src-$pkgver"
|
|||||||
options="!check" # todo
|
options="!check" # todo
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
case "$CARCH" in
|
||||||
|
arm*|aarch64|riscv64|loongarch64)
|
||||||
|
# not supported by clang here
|
||||||
|
export CFLAGS="${CFLAGS/-fstack-clash-protection}"
|
||||||
|
export CXXFLAGS="${CXXFLAGS/-fstack-clash-protection}"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
CC=clang CXX=clang++ \
|
CC=clang CXX=clang++ \
|
||||||
cmake -B build -G Ninja \
|
cmake -B build -G Ninja \
|
||||||
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
||||||
@ -32,5 +40,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
6611ce02b0dc4f4a0cc68a13a7c684c07061d3fff57d2ca16470fffa253ff23f45349d86ad4ba4c0eab681f74f3c92cddd85daedf1f31fd1a7eae5bddb606cb6 qbs-src-2.3.0.tar.gz
|
c1698d4d97c79983d0e1c86a32c12b7a1b85f1f031c9dc1f94bc0a2a6f29a840c5aa3fee7ffb7477e6fe7a8cd171f09afac1eca048440de90903be2474cfd18c qbs-src-2.4.0.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user