From f90cb5bdbab6f69cf2374a0e8af1229935643f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Tue, 29 Aug 2023 07:16:07 +0700 Subject: [PATCH] fcitx5-qt: nocross if wordsize doesn't match --- srcpkgs/fcitx5-qt/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/fcitx5-qt/template b/srcpkgs/fcitx5-qt/template index 64a35825e9a..dd538981fdd 100644 --- a/srcpkgs/fcitx5-qt/template +++ b/srcpkgs/fcitx5-qt/template @@ -17,6 +17,10 @@ distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-${version}.t checksum=f054e482a1743080651ae34bfe156e150f628c4181210e03ac50d30a1cfff609 lib32disabled=yes +if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then + nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/46991/steps/shell_3/logs/stdio" +fi + post_install() { local _file for _file in $(grep -rl 'SPDX-License-Identifier: BSD-3-Clause' qt5 qt6)