vim.patch
changeset 11 9f637dca5586
child 41 9d5d71ed862a
child 48 ad007ca04674
equal deleted inserted replaced
10:2e66fba376eb 11:9f637dca5586
       
     1 vim: cscope
       
     2 
       
     3 diff --git a/source/apps/vim/FrugalBuild b/source/apps/vim/FrugalBuild
       
     4 index 7fc0f07..3b7940c 100644
       
     5 --- a/source/apps/vim/FrugalBuild
       
     6 +++ b/source/apps/vim/FrugalBuild
       
     7 @@ -20,7 +20,7 @@ sha1sums=('981e1acecc4d8f15680b6e160de84aed038d857d' \
       
     8            'f7262c7429c42b7c1ef9cf1eaa6aa12292933525' \
       
     9            '50e139d94557b2ca361fed2130af103c47a8d654' \
       
    10            'b9e10d7c38b57798929bc184431cc79c21b7af75' \
       
    11 -          '8a695e1126830bc5318232d6eaddedf28aaa5b66' \
       
    12 +          '8b1320d4344b93c66b3d66bb546113c5cd97c143' \
       
    13            '87ee68d607022d1dea8496c9a6a88185040d292e')
       
    14  
       
    15  subpkgs=('gvim')
       
    16 @@ -36,7 +36,7 @@ build()
       
    17  	Fpatch 7.1.039
       
    18  	cd src
       
    19  	# first build gvim
       
    20 -	Fmake --with-x --enable-gui=gtk2 --enable-multibyte
       
    21 +	Fmake --with-x --enable-gui=gtk2 --enable-multibyte --enable-cscope
       
    22  	make DESTDIR=$Fdestdir VIMRTDIR= installvimbin
       
    23  	Fmv /usr/bin/vim /usr/bin/gvim
       
    24  	Fln /usr/bin/gvim /usr/bin/gview
       
    25 @@ -46,7 +46,7 @@ build()
       
    26  
       
    27  	# now vim
       
    28  	Fmake --localstatedir=/var/lib/$pkgname --disable-gpm --with-x=no \
       
    29 -		--enable-gui=no --enable-multibyte
       
    30 +		--enable-gui=no --enable-multibyte --enable-cscope
       
    31  	make DESTDIR=$Fdestdir VIMRTDIR= install || return 1
       
    32  	Fln vim /usr/bin/vi
       
    33  	Fcp /usr/share/vim/vimrc_example.vim /usr/share/vim/vimrc