Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current/.git;a=commitdiff;h=a031a3120048797ee2c6a4184f51aa52f6889e25

commit a031a3120048797ee2c6a4184f51aa52f6889e25
Author: VMiklos <[EMAIL PROTECTED]>
Date:   Thu Aug 2 17:28:34 2007 +0200

vim-7.1-3-i686
added 7.1.039 secfix
closes #2292
minor improvement in the documentation

diff --git a/source/apps/vim/FrugalBuild b/source/apps/vim/FrugalBuild
index 6788732..7fc0f07 100644
--- a/source/apps/vim/FrugalBuild
+++ b/source/apps/vim/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=vim
pkgver=7.1
-pkgrel=2
+pkgrel=3
pkgdesc="VIM - Vi IMproved console"
url="http://www.vim.org";
depends=('ncurses')
@@ -14,12 +14,14 @@ backup=(usr/share/vim/vimrc)
up2date="lynx -dump $url/sources.php|grep bz2$|sed 's/.*-\(.*\)\.t.*/\1/;q'"
source=(ftp://ftp.vim.org/pub/vim/unix/$pkgname-$pkgver.tar.bz2 \
gvim.xpm README.Frugalware \
-        vim-vimrc.diff frugalware.diff)
+        vim-vimrc.diff frugalware.diff \
+       ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.039)
sha1sums=('981e1acecc4d8f15680b6e160de84aed038d857d' \
'f7262c7429c42b7c1ef9cf1eaa6aa12292933525' \
-          'dbc8b65e621b860b53980c69bea0e6266b9ac4c3' \
+          '50e139d94557b2ca361fed2130af103c47a8d654' \
'b9e10d7c38b57798929bc184431cc79c21b7af75' \
-          '8a695e1126830bc5318232d6eaddedf28aaa5b66')
+          '8a695e1126830bc5318232d6eaddedf28aaa5b66' \
+          '87ee68d607022d1dea8496c9a6a88185040d292e')

subpkgs=('gvim')
subdescs=("VIM - Vi IMproved console (GTK version)")
@@ -31,6 +33,7 @@ build()
{
Fcd vim${pkgver/.}
Fpatchall
+       Fpatch 7.1.039
cd src
# first build gvim
Fmake --with-x --enable-gui=gtk2 --enable-multibyte
diff --git a/source/apps/vim/README.Frugalware 
b/source/apps/vim/README.Frugalware
index e5fd62e..6776fc3 100644
--- a/source/apps/vim/README.Frugalware
+++ b/source/apps/vim/README.Frugalware
@@ -41,10 +41,13 @@ spell check support:
----
set encoding=latin2
map <F5> <Esc>:setlocal spell spelllang=en_gb<CR>
-map <F6> <Esc>:setlocal spell spelllang=hu_hu<CR>
+map <F6> <Esc>:setlocal spell spelllang=hu<CR>
map <F7> <Esc>:setlocal nospell<CR>
----

+NOTE: The language code is sometimes in an `xx` and sometimes is in an `xx_yy`
+form. This is something you need to figure out for your language.
+
See the upstream documentation for more info about spell check support:

----
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to