vim: update to 9.1.1215.

This commit is contained in:
oreo639 2025-03-16 02:21:43 -07:00 committed by oreo639
parent cc2f658bfe
commit 5e49480b0d

View file

@ -1,7 +1,7 @@
# Template file for 'vim'
pkgname=vim
version=9.1.0772
revision=3
version=9.1.1215
revision=1
create_wrksrc=required
hostmakedepends="gettext glib-devel pkg-config"
makedepends="acl-devel ncurses-devel
@ -9,13 +9,13 @@ makedepends="acl-devel ncurses-devel
$(vopt_if gtk3 gtk+3-devel)
$(vopt_if huge 'lua53-devel perl python3-devel ruby-devel')"
depends="vim-common>=${version}"
checkdepends="libtool ncurses-base"
checkdepends="libtool ncurses-base curl"
short_desc="Vim editor (vi clone)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Vim"
homepage="https://www.vim.org"
distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz"
checksum=139cac855cb47ab7ae05a2459f7c5f84a4ec75492e34ff06f424e8c200732ad5
distfiles="https://github.com/vim/vim/archive/refs/tags/v${version}.tar.gz"
checksum=2f60d34f90a0c7854e9484c9b2fda4194b9b7996b938996b9838db38b548c7db
python_version=3
build_options="x11 gtk3 huge"
@ -33,6 +33,13 @@ _subdirs="$(vopt_if x11 vim-x11) $(vopt_if gtk3 gvim)
alternatives="vim:vim:/usr/bin/vim-normal"
post_patch() {
if [ "$XBPS_BUILD_ENVIRONMENT" = void-packages-ci ]; then
# Test_channel_lsp_mode() test fails in CI
vsed -e "/call RunServer('test_channel_lsp.py/d" -i vim-${version}/src/testdir/test_channel.vim
fi
}
pre_configure() {
local f
for f in vim-normal ${_subdirs}; do