File tree Expand file tree Collapse file tree 2 files changed +9
-21
lines changed
Expand file tree Collapse file tree 2 files changed +9
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Template file for 'fish-shell'
22pkgname=fish-shell
3- version=4.0.8
3+ version=4.1.0
44revision=1
55build_style=cmake
66build_helper="rust"
@@ -15,15 +15,16 @@ license="GPL-2.0-only"
1515homepage="https://fishshell.com/"
1616changelog="https://raw.githubusercontent.com/fish-shell/fish-shell/refs/heads/master/CHANGELOG.rst"
1717distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
18- checksum=7f779d13aa55d2fa3afc17364c61ab9edc16faa1eac5851badeffb4e73692240
18+ checksum=07a76c67e161b9edc772e6f1d66ebead85d7056e86631d61577f9f9a529c4d9c
1919register_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
2623post_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}
You can’t perform that action at this time.
0 commit comments