这是indexloc提供的服务,不要输入任何密码
Skip to content

bump(main/vim, x11/vim-gtk): 9.1.1550 #25432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions packages/vim/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ TERMUX_PKG_CONFLICTS="vim-gtk"
TERMUX_PKG_BREAKS="vim-python, vim-runtime"
TERMUX_PKG_REPLACES="vim-python, vim-runtime"
TERMUX_PKG_PROVIDES="vim-python"
TERMUX_PKG_VERSION="9.1.1450"
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION="9.1.1550"
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=9d7da37891a07b089ecd0193883ca78898c41832036c10b83695071800e3a15f
TERMUX_PKG_SHA256=373f8478b7c285a9fbe18a62f18601736152ec425fbf1181af5a382a3f06bc76
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_CONFFILES="share/vim/vimrc"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
Expand Down Expand Up @@ -117,7 +116,7 @@ termux_step_post_make_install() {
cp -r "$TERMUX_PREFIX/share/vim/vim91/tutor/en/" \
"$TERMUX_PREFIX/share/vim/vim91/tutor/tutor.vim" \
"$TERMUX_PREFIX/share/vim/vim91/tutor/tutor.tutor"{,.json} \
"$TERMUX_PREFIX/share/vim/vim91/tutor/tutor"{1,2}{,.utf-8} \
"$TERMUX_PREFIX/share/vim/vim91/tutor/tutor"{1,2} \
"$TERMUX_PKG_TMPDIR/vim-tutor"
# Remove all the tutor files
rm -rf "$TERMUX_PREFIX/share/vim/vim91/tutor"/*
Expand Down
7 changes: 3 additions & 4 deletions x11-packages/vim-gtk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ TERMUX_PKG_CONFLICTS="vim"
TERMUX_PKG_BREAKS="vim-python"
TERMUX_PKG_REPLACES="vim-python"
TERMUX_PKG_PROVIDES="vim-python"
TERMUX_PKG_VERSION="9.1.1450"
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION="9.1.1550"
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=9d7da37891a07b089ecd0193883ca78898c41832036c10b83695071800e3a15f
TERMUX_PKG_SHA256=373f8478b7c285a9fbe18a62f18601736152ec425fbf1181af5a382a3f06bc76
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_CONFFILES="share/vim/vimrc"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
Expand Down Expand Up @@ -123,7 +122,7 @@ termux_step_post_make_install() {
cp -r "$TERMUX_PREFIX/share/vim/vim91/tutor/en/" \
"$TERMUX_PREFIX/share/vim/vim91/tutor/tutor.vim" \
"$TERMUX_PREFIX/share/vim/vim91/tutor/tutor.tutor"{,.json} \
"$TERMUX_PREFIX/share/vim/vim91/tutor/tutor"{1,2}{,.utf-8} \
"$TERMUX_PREFIX/share/vim/vim91/tutor/tutor"{1,2} \
"$TERMUX_PKG_TMPDIR/vim-tutor"
# Remove all the tutor files
rm -rf "$TERMUX_PREFIX/share/vim/vim91/tutor"/*
Expand Down