r691 - /trunk/packages/vim-spellfiles/patches/af.patch

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat May 20 06:24:12 UTC 2006


Author: zack
Date: Sat May 20 06:24:09 2006
New Revision: 691

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=691
Log:
proof-of-concept patch for making a language recipe suitable with debian ..., still needs tuning

Added:
    trunk/packages/vim-spellfiles/patches/af.patch

Added: trunk/packages/vim-spellfiles/patches/af.patch
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-spellfiles/patches/af.patch?rev=691&op=file
==============================================================================
--- trunk/packages/vim-spellfiles/patches/af.patch (added)
+++ trunk/packages/vim-spellfiles/patches/af.patch Sat May 20 06:24:09 2006
@@ -1,0 +1,21 @@
+Index: upstream/vim-runtime-spell/af/main.aap
+===================================================================
+--- upstream/vim-runtime-spell/af/main.aap.orig
++++ upstream/vim-runtime-spell/af/main.aap
+@@ -25,7 +25,15 @@
+ #
+ # Fetching the file from SourceForge.  The archive at OpenOffice is broken!
+ #
+-FILE = http://surfnet.dl.sourceforge.net/sourceforge/translate/myspell-af_ZA-20040727.zip
++
++# TODO ZACK: should not try download again if the file is there, still don't
++# know how to do properly with aap ...
++# TODO ZACK: files downloaded are saved in the cache in ~/.aap/ this is bad(TM)
++download:
++    :attr {fetch = http://surfnet.dl.sourceforge.net/sourceforge/translate/myspell-af_ZA-20040727.zip} af_ZA.zip
++    :fetch af_ZA.zip
++
++FILE = file://af_ZA.zip
+ 
+ :attr {fetch = $FILE} af_ZA.zip
+ 




More information about the pkg-vim-maintainers mailing list