fish-shell: update to 4.0.1

This commit is contained in:
tranzystorekk 2025-03-13 10:10:53 +01:00
parent 8fd4359232
commit 3d30652a22
2 changed files with 20 additions and 2 deletions

View file

@ -0,0 +1,13 @@
diff --git a/cmake/Tests.cmake b/cmake/Tests.cmake
index 5ade407..ae6047c 100644
--- a/cmake/Tests.cmake
+++ b/cmake/Tests.cmake
@@ -25,7 +25,7 @@ add_custom_target(fish_run_tests
COMMAND env FISH_FORCE_COLOR=1
FISH_SOURCE_DIR=${CMAKE_SOURCE_DIR}
${CMAKE_CTEST_COMMAND} --force-new-ctest-process # --verbose
- --output-on-failure --progress
+ --output-on-failure --progress ${FISH_CTEST_ARGUMENTS}
DEPENDS tests_dir funcs_dir tests_buildroot_target
USES_TERMINAL
)

View file

@ -1,6 +1,6 @@
# Template file for 'fish-shell'
pkgname=fish-shell
version=4.0.0
version=4.0.1
revision=1
build_style=cmake
build_helper="rust"
@ -15,9 +15,14 @@ license="GPL-2.0-only"
homepage="https://fishshell.com/"
changelog="https://raw.githubusercontent.com/fish-shell/fish-shell/refs/heads/master/CHANGELOG.rst"
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
checksum=2fda5bd970357064d8d4c896e08285ba59965ca2a8c4829ca8a82bf3b89c69f3
checksum=4ed63a70207283e15cf21fc5f21db4230421e4f98d4826b5b1c8254d69c762b5
register_shell="/bin/fish /usr/bin/fish"
# skip problematic tests in ci
if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then
configure_args+=" -DFISH_CTEST_ARGUMENTS=-E;cmdsub-limit\|pipeline-pgroup\|job-control\|wait.fish\|cargo-test"
fi
post_install() {
# Starting with fish-3.0.0 this is a skeleton file with only comments
rm "${DESTDIR}/etc/fish/config.fish"