removed vim.patch
authorTomas Zeman <tzeman@volny.cz>
Fri, 04 May 2012 20:24:29 +0200
changeset 138 ef1e8be95300
parent 137 6fd3f4f7c2cc
child 139 aa877a72e1e8
removed vim.patch
series
vim.patch
--- 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
--- 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