vim: update to 9.0.1562.
This commit is contained in:
parent
0a8b0768e8
commit
6cdb80c3e7
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vim'
|
# Template file for 'vim'
|
||||||
pkgname=vim
|
pkgname=vim
|
||||||
version=9.0.1321
|
version=9.0.1562
|
||||||
revision=2
|
revision=1
|
||||||
create_wrksrc=required
|
create_wrksrc=required
|
||||||
hostmakedepends="gettext glib-devel pkg-config"
|
hostmakedepends="gettext glib-devel pkg-config"
|
||||||
makedepends="acl-devel ncurses-devel
|
makedepends="acl-devel ncurses-devel
|
||||||
|
@ -14,10 +14,8 @@ short_desc="Vim editor (vi clone)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Vim"
|
license="Vim"
|
||||||
homepage="https://www.vim.org"
|
homepage="https://www.vim.org"
|
||||||
distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz
|
distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz"
|
||||||
https://www.drchip.org/astronaut/vim/syntax/sh.vim.gz"
|
checksum=0fe8a81cebd218fb951e6a46daa342d57181b46f9be8af50aa28397c52a24d5c
|
||||||
checksum="8334f08acbd351c27af6d191d8215c8402ceb4ebda51a1dc5c8144f45418df0f
|
|
||||||
7da50517fb9f6ae4c35789e75ab44dedeca7e1364ec325e3501578d8102d515d"
|
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
build_options="x11 gtk3 huge"
|
build_options="x11 gtk3 huge"
|
||||||
|
@ -37,8 +35,6 @@ alternatives="vim:vim:/usr/bin/vim-normal"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
local f
|
local f
|
||||||
# https://github.com/vim/vim/issues/11977
|
|
||||||
cp sh.vim vim-${version}/runtime/syntax/sh.vim
|
|
||||||
for f in vim-normal ${_subdirs}; do
|
for f in vim-normal ${_subdirs}; do
|
||||||
rm -rf ${f}
|
rm -rf ${f}
|
||||||
cp -r vim-${version} ${f}
|
cp -r vim-${version} ${f}
|
||||||
|
|
Loading…
Reference in New Issue