|
11
|
1 |
vim: cscope
|
|
|
2 |
|
|
|
3 |
diff --git a/source/apps/vim/FrugalBuild b/source/apps/vim/FrugalBuild
|
|
48
|
4 |
index 011e484..9630e1f 100644
|
|
11
|
5 |
--- a/source/apps/vim/FrugalBuild
|
|
|
6 |
+++ b/source/apps/vim/FrugalBuild
|
|
48
|
7 |
@@ -19,7 +19,7 @@ up2date="lynx -dump $url/sources.php|grep bz2$|sed 's/.*-\(.*\)\.t.*/\1/;q'"
|
|
|
8 |
source=(ftp://ftp.vim.org/pub/vim/unix/$pkgname-$pkgver.tar.bz2 \
|
|
|
9 |
gvim.xpm README.Frugalware \
|
|
|
10 |
vim-vimrc.diff frugalware.diff)
|
|
|
11 |
-sha1sums=('76f6a5a97746db06bd4786984a116793a16e3e10' \
|
|
|
12 |
+sha1sums=('a4b6641ca528fada71ea77c998a441495ed4984c' \
|
|
11
|
13 |
'f7262c7429c42b7c1ef9cf1eaa6aa12292933525' \
|
|
|
14 |
'50e139d94557b2ca361fed2130af103c47a8d654' \
|
|
48
|
15 |
'985911e5902d495897105cdd1570dfe47adfa254' \
|
|
|
16 |
@@ -40,7 +40,7 @@ build()
|
|
11
|
17 |
cd src
|
|
48
|
18 |
if Fuse $USE_GUI; then
|
|
|
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 |
@@ -51,7 +51,7 @@ build()
|
|
11
|
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
|