Skip to content

Commit b52eccb

Browse files
committed
fish-shell: update to 4.1.0
1 parent 2294322 commit b52eccb

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

srcpkgs/fish-shell/patches/test-args.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

srcpkgs/fish-shell/template

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'fish-shell'
22
pkgname=fish-shell
3-
version=4.0.8
3+
version=4.1.0
44
revision=1
55
build_style=cmake
66
build_helper="rust"
@@ -15,15 +15,16 @@ license="GPL-2.0-only"
1515
homepage="https://fishshell.com/"
1616
changelog="https://raw.githubusercontent.com/fish-shell/fish-shell/refs/heads/master/CHANGELOG.rst"
1717
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
18-
checksum=7f779d13aa55d2fa3afc17364c61ab9edc16faa1eac5851badeffb4e73692240
18+
checksum=07a76c67e161b9edc772e6f1d66ebead85d7056e86631d61577f9f9a529c4d9c
1919
register_shell="/bin/fish /usr/bin/fish"
20-
21-
# skip problematic tests in ci
22-
if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then
23-
configure_args+=" -DFISH_CTEST_ARGUMENTS=-E;cmdsub-limit\|pipeline-pgroup\|job-control\|wait.fish\|cargo-test"
24-
fi
20+
# some tests fail in ci, cba to hardcode skipping
21+
make_check=ci-skip
2522

2623
post_install() {
2724
# Starting with fish-3.0.0 this is a skeleton file with only comments
28-
rm "${DESTDIR}/etc/fish/config.fish"
25+
rm ${DESTDIR}/etc/fish/config.fish
26+
27+
rm ${DESTDIR}/usr/bin/fish_{indent,key_reader}
28+
ln -s fish ${DESTDIR}/usr/bin/fish_indent
29+
ln -s fish ${DESTDIR}/usr/bin/fish_key_reader
2930
}

0 commit comments

Comments
 (0)