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