gvim: applied patches 110-224

This commit is contained in:
Juergen Daubert 2007-04-19 18:34:23 +02:00
parent e7e0ffda3a
commit 16131aadc0
2 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,3 @@
e4d2d7df9dc3d0251b7d06683bc09cdf vim-7.0.001-109.tar.gz
fbf8615ae070fe3b9088e0fbd84ebddb vim-7.0.110-224.tar.gz
4ca69757678272f718b1041c810d82d8 vim-7.0.tar.bz2

View File

@ -5,13 +5,14 @@
name=gvim
version=7.0
release=3
release=4
source=(ftp://ftp.vim.org/pub/vim/unix/vim-$version.tar.bz2 \
http://jue.li/crux/files/vim-7.0.001-109.tar.gz)
http://jue.li/crux/files/vim-7.0.001-109.tar.gz \
http://jue.li/crux/files/vim-7.0.110-224.tar.gz)
build () {
cd vim70
for p in $SRC/vim-7.0.001-109/*; do
for p in $SRC/vim-7.0.{001-109,110-224}/*; do
patch -p0 -i $p
done
@ -23,6 +24,7 @@ build () {
--enable-multibyte \
--disable-gpm \
--disable-nls
make VIMRTDIR=
make VIMRTDIR= DESTDIR=$PKG installvimbin
}