diff --git a/package/base/vim/vim.conf b/package/base/vim/vim.conf index 0ede3b47d..a79454664 100644 --- a/package/base/vim/vim.conf +++ b/package/base/vim/vim.conf @@ -59,10 +59,13 @@ var_append extraconfopt ' ' "--enable-gui=$ROCKCFG_PKG_VIM_GUI" [ "$ROCKCFG_PKG_VIM_TCLINTERP" = 1 ] && \ var_append extraconfopt ' ' "--enable-tclinterp --with-tclsh=tclsh" postmake="vim_postmake" -pkginstalled kdelibs && { - var_append extraconfopt ' ' '--enable-gui=kde' - var_append extraconfopt ' ' '--enable-kde-toolbar' - var_append patchfiles ' ' "$archdir/vim2kvim*" - hook_add inmake 3 "sed -i src/Makefile -e's,kvim\(..\)x..\.png,vim\1x\1.png,'" - hook_add inmake 3 "sed -i src/Makefile -e's,^\(.*action-make.png.*\),# \1,'" -} + +# kde support commented out, because the current vim lacks kde support +# hopefully it will be integrated in vim 7 again +#pkginstalled kdelibs && { +# var_append extraconfopt ' ' '--enable-gui=kde' +# var_append extraconfopt ' ' '--enable-kde-toolbar' +# var_append patchfiles ' ' "$archdir/vim2kvim*" +# hook_add inmake 3 "sed -i src/Makefile -e's,kvim\(..\)x..\.png,vim\1x\1.png,'" +# hook_add inmake 3 "sed -i src/Makefile -e's,^\(.*action-make.png.*\),# \1,'" +#} diff --git a/package/base/vim/vim.desc b/package/base/vim/vim.desc index d21b11962..2a7e4f356 100644 --- a/package/base/vim/vim.desc +++ b/package/base/vim/vim.desc @@ -53,11 +53,9 @@ [L] OpenSource [S] Stable -[V] 6.3 +[V] 6.4 [P] X -?---5---9 166.600 -[SRC] vim-6.3.tar.bz2 - -[D] 3654859866 vim-6.3.tar.bz2 ftp://ftp.vim.org/pub/vim/unix/ -[D] 3381768498 vim2kvim-6.3.007-2.diff.bz2 http://freenux.org/vim/ +[SRC] vim-6.4.tar.bz2 +[D] 909611600 vim-6.4.tar.bz2 ftp://ftp.vim.org/pub/vim/unix/