mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
tellico: revbump for libtag
This commit is contained in:
parent
107850e27d
commit
c4c1e83d8b
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue