From c4c1e83d8b346b76c9e5bbc31ee7b3ee3532c1ae Mon Sep 17 00:00:00 2001 From: Mateusz Sylwestrzak Date: Wed, 26 Feb 2025 13:48:02 +0100 Subject: [PATCH] tellico: revbump for libtag --- srcpkgs/tellico/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/tellico/template b/srcpkgs/tellico/template index 792106c453f..72ef6f343d1 100644 --- a/srcpkgs/tellico/template +++ b/srcpkgs/tellico/template @@ -1,7 +1,7 @@ # Template file for 'tellico' pkgname=tellico version=4.0.1 -revision=1 +revision=2 build_style=cmake configure_args="$(vopt_bool webcam ENABLE_WEBCAM) -DKF6_HOST_TOOLING=/usr/lib/cmake" hostmakedepends="extra-cmake-modules qt6-base qt6-tools gettext @@ -33,6 +33,10 @@ desc_option_yaz="Support for searching z39.50 databases" desc_option_cddb="Support for CDDB searches" desc_option_scanner="Support for adding scanned images to a collection" +if [ "$XBPS_TARGET_MACHINE" = "x86_64-musl" ]; then + make_check=ci-skip # two tests fail on GH workflows: 14 - newstufftest (SEGFAULT), 40 - htmlexportertest (SEGFAULT) +fi + if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then broken="no qt6-webengine" fi