vim{,-python,-gtk}: update to 9.1.0200

This commit is contained in:
Arun 2024-03-24 14:45:27 +05:30 committed by Kevin Williams
parent 07547b93b1
commit 1d7991f10d
6 changed files with 84 additions and 6 deletions

View File

@ -6,9 +6,9 @@ TERMUX_PKG_DEPENDS="libiconv, ncurses, vim-runtime, python"
TERMUX_PKG_RECOMMENDS="diffutils"
# vim should only be updated every 50 releases on multiples of 50.
# Update all of vim, vim-python and vim-gtk to the same version in one PR.
TERMUX_PKG_VERSION=9.1.0100
TERMUX_PKG_VERSION=9.1.0200
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=b2fe9e2849eded2bf15603c032bcd7a4f375a743be686330b7fa8e598c416766
TERMUX_PKG_SHA256=cc991d7f6d147a8552ce80ca45e8a2335228096fe1578461149e67dbc97ed35e
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
vim_cv_getcwd_broken=no

View File

@ -0,0 +1,26 @@
diff -uNr vim-9.1.0200.orig/runtime/autoload/tar.vim vim-9.1.0200/runtime/autoload/tar.vim
--- vim-9.1.0200.orig/runtime/autoload/tar.vim 2024-03-24 14:13:25.000000000 +0530
+++ vim-9.1.0200/runtime/autoload/tar.vim 2024-03-24 14:31:18.802686254 +0530
@@ -416,9 +416,6 @@
let curdir= getcwd()
let tmpdir= tempname()
" call Decho("orig tempname<".tmpdir.">")
- if tmpdir =~ '\.'
- let tmpdir= substitute(tmpdir,'\.[^.]*$','','e')
- endif
" call Decho("tmpdir<".tmpdir.">")
call mkdir(tmpdir,"p")
diff -uNr vim-9.1.0200.orig/runtime/autoload/zip.vim vim-9.1.0200/runtime/autoload/zip.vim
--- vim-9.1.0200.orig/runtime/autoload/zip.vim 2024-03-24 14:13:25.000000000 +0530
+++ vim-9.1.0200/runtime/autoload/zip.vim 2024-03-24 14:30:48.618686253 +0530
@@ -289,9 +289,6 @@
let curdir= getcwd()
let tmpdir= tempname()
" call Decho("orig tempname<".tmpdir.">")
- if tmpdir =~ '\.'
- let tmpdir= substitute(tmpdir,'\.[^.]*$','','e')
- endif
" call Decho("tmpdir<".tmpdir.">")
call mkdir(tmpdir,"p")

View File

@ -6,9 +6,9 @@ TERMUX_PKG_DEPENDS="libiconv, ncurses, vim-runtime"
TERMUX_PKG_RECOMMENDS="diffutils"
# vim should only be updated every 50 releases on multiples of 50.
# Update all of vim, vim-python and vim-gtk to the same version in one PR.
TERMUX_PKG_VERSION=9.1.0100
TERMUX_PKG_VERSION=9.1.0200
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=b2fe9e2849eded2bf15603c032bcd7a4f375a743be686330b7fa8e598c416766
TERMUX_PKG_SHA256=cc991d7f6d147a8552ce80ca45e8a2335228096fe1578461149e67dbc97ed35e
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
vim_cv_getcwd_broken=no

View File

@ -0,0 +1,26 @@
diff -uNr vim-9.1.0200.orig/runtime/autoload/tar.vim vim-9.1.0200/runtime/autoload/tar.vim
--- vim-9.1.0200.orig/runtime/autoload/tar.vim 2024-03-24 14:13:25.000000000 +0530
+++ vim-9.1.0200/runtime/autoload/tar.vim 2024-03-24 14:31:18.802686254 +0530
@@ -416,9 +416,6 @@
let curdir= getcwd()
let tmpdir= tempname()
" call Decho("orig tempname<".tmpdir.">")
- if tmpdir =~ '\.'
- let tmpdir= substitute(tmpdir,'\.[^.]*$','','e')
- endif
" call Decho("tmpdir<".tmpdir.">")
call mkdir(tmpdir,"p")
diff -uNr vim-9.1.0200.orig/runtime/autoload/zip.vim vim-9.1.0200/runtime/autoload/zip.vim
--- vim-9.1.0200.orig/runtime/autoload/zip.vim 2024-03-24 14:13:25.000000000 +0530
+++ vim-9.1.0200/runtime/autoload/zip.vim 2024-03-24 14:30:48.618686253 +0530
@@ -289,9 +289,6 @@
let curdir= getcwd()
let tmpdir= tempname()
" call Decho("orig tempname<".tmpdir.">")
- if tmpdir =~ '\.'
- let tmpdir= substitute(tmpdir,'\.[^.]*$','','e')
- endif
" call Decho("tmpdir<".tmpdir.">")
call mkdir(tmpdir,"p")

View File

@ -5,9 +5,9 @@ TERMUX_PKG_MAINTAINER="@termux"
# vim should only be updated every 50 releases on multiples of 50.
# Update all of vim, vim-python and vim-gtk to the same version in one PR.
TERMUX_PKG_VERSION=9.1.0100
TERMUX_PKG_VERSION=9.1.0200
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=b2fe9e2849eded2bf15603c032bcd7a4f375a743be686330b7fa8e598c416766
TERMUX_PKG_SHA256=cc991d7f6d147a8552ce80ca45e8a2335228096fe1578461149e67dbc97ed35e
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_DEPENDS="gdk-pixbuf, glib, gtk3, libcairo, libcanberra, libice, libiconv, liblua52, libsm, libx11, libxt, ncurses, pango, python"
TERMUX_PKG_CONFLICTS="vim, vim-python, vim-runtime"

View File

@ -0,0 +1,26 @@
diff -uNr vim-9.1.0200.orig/runtime/autoload/tar.vim vim-9.1.0200/runtime/autoload/tar.vim
--- vim-9.1.0200.orig/runtime/autoload/tar.vim 2024-03-24 14:13:25.000000000 +0530
+++ vim-9.1.0200/runtime/autoload/tar.vim 2024-03-24 14:31:18.802686254 +0530
@@ -416,9 +416,6 @@
let curdir= getcwd()
let tmpdir= tempname()
" call Decho("orig tempname<".tmpdir.">")
- if tmpdir =~ '\.'
- let tmpdir= substitute(tmpdir,'\.[^.]*$','','e')
- endif
" call Decho("tmpdir<".tmpdir.">")
call mkdir(tmpdir,"p")
diff -uNr vim-9.1.0200.orig/runtime/autoload/zip.vim vim-9.1.0200/runtime/autoload/zip.vim
--- vim-9.1.0200.orig/runtime/autoload/zip.vim 2024-03-24 14:13:25.000000000 +0530
+++ vim-9.1.0200/runtime/autoload/zip.vim 2024-03-24 14:30:48.618686253 +0530
@@ -289,9 +289,6 @@
let curdir= getcwd()
let tmpdir= tempname()
" call Decho("orig tempname<".tmpdir.">")
- if tmpdir =~ '\.'
- let tmpdir= substitute(tmpdir,'\.[^.]*$','','e')
- endif
" call Decho("tmpdir<".tmpdir.">")
call mkdir(tmpdir,"p")