gvim: update to 7.1.123

This commit is contained in:
Juergen Daubert 2007-09-29 09:54:43 +02:00
parent 124992e81e
commit 3c4843f3c7
2 changed files with 7 additions and 2 deletions

View File

@ -1 +1,2 @@
d36d009e3bd0dbd2873de577e3f1df36 vim-7.1.001-123.tar.bz2
44c6b4914f38d6f9aa959640b89da329 vim-7.1.tar.bz2

View File

@ -4,12 +4,16 @@
# Depends on: vim, gtk
name=gvim
version=7.1
version=7.1.123
release=1
source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2)
source=(ftp://ftp.vim.org/pub/vim/unix/vim-7.1.tar.bz2 \
http://crux.nu/~jue/files/dist/vim-7.1.001-123.tar.bz2)
build () {
cd vim71/src
cat $SRC/vim-7.1-patches/* | patch -p0 -d $SRC/vim71
./configure --prefix=/usr \
--with-vim-name=gvim \
--with-x=yes \