vim: update to 8.0.0679.

Fixes #6865.
This commit is contained in:
Leah Neukirchen 2017-06-27 14:11:55 +02:00
parent f63d077cea
commit 3cc9261e4a
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'vim' # Template file for 'vim'
pkgname=vim pkgname=vim
version=8.0.0586 version=8.0.0679
revision=1 revision=1
hostmakedepends="pkg-config glib-devel" hostmakedepends="pkg-config glib-devel"
makedepends="ncurses-devel acl-devel libXt-devel gtk+-devel perl makedepends="ncurses-devel acl-devel libXt-devel gtk+-devel perl
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.vim.org" homepage="http://www.vim.org"
license="Vim" license="Vim"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=2525d2954a4a020583f569e65d7d4912f976bd6ed93388214787c9ff26553e44 checksum=2a41f1c8d2ad6b9d38783112be098115f4d386870ee1493669063df3edc814ea
subpackages="xxd vim-common vim-x11 gvim" subpackages="xxd vim-common vim-x11 gvim"
# XXX vim-huge cannot be cross compiled for now. # XXX vim-huge cannot be cross compiled for now.
@ -45,6 +45,7 @@ do_configure() {
vim_cv_tty_group=world vim_cv_getcwd_broken=no vim_cv_tty_group=world vim_cv_getcwd_broken=no
vim_cv_stat_ignores_slash=yes vim_cv_stat_ignores_slash=yes
vim_cv_memmove_handles_overlap=yes vim_cv_memmove_handles_overlap=yes
vim_cv_tgent=non-zero
ac_cv_small_wchar_t=no" ac_cv_small_wchar_t=no"
fi fi