# HG changeset patch # User Tomas Zeman # Date 1336155869 -7200 # Node ID ef1e8be95300c82ce50443fc2a87a2998328d4c3 # Parent 6fd3f4f7c2cc89526214d09ae986240831cefa01 removed vim.patch diff -r 6fd3f4f7c2cc -r ef1e8be95300 series --- a/series Fri Feb 17 12:04:44 2012 +0100 +++ b/series Fri May 04 20:24:29 2012 +0200 @@ -42,4 +42,3 @@ xmonad.patch ion-3.patch xmonad-contrib.patch -vim.patch diff -r 6fd3f4f7c2cc -r ef1e8be95300 vim.patch --- a/vim.patch Fri Feb 17 12:04:44 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -vim: cscope - -diff -r 31f1f97db373 source/apps/vim/FrugalBuild ---- a/source/apps/vim/FrugalBuild Wed Feb 15 14:38:33 2012 +0100 -+++ b/source/apps/vim/FrugalBuild Wed Feb 15 14:40:06 2012 +0100 -@@ -51,7 +51,7 @@ - - if Fuse $USE_GUI; then - # first build gvim -- Fmake --prefix=/usr --with-x --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp -+ Fmake --prefix=/usr --with-x --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp --enable-cscope - make DESTDIR=$Fdestdir VIMRTDIR= installvimbin - Fmv /usr/bin/vim /usr/bin/gvim - Fln /usr/bin/gvim /usr/bin/gview -@@ -62,7 +62,7 @@ - - # now vim - Fmake --localstatedir=/var/lib/$pkgname --disable-gpm --without-x \ -- --prefix=/usr --enable-gui=no --enable-multibyte --enable-pythoninterp -+ --prefix=/usr --enable-gui=no --enable-multibyte --enable-pythoninterp --enable-cscope - make DESTDIR=$Fdestdir VIMRTDIR= install || return 1 - Fln vim /usr/bin/vi - Fcp /usr/share/vim/vimrc_example.vim /usr/share/vim/vimrc