gvim: update to 7.2.51

This commit is contained in:
Juergen Daubert 2008-11-28 11:57:43 +01:00
parent 5f1fa1ce93
commit 5b98163165
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1,2 @@
9bd2e29c537b01a65a5bd02f3c3a5b0f vim-7.2.001-051.tar.bz2
f0901284b338e448bfd79ccca0041254 vim-7.2.tar.bz2

View File

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