On Mon, Feb 2, 2009 at 5:14 AM, Nico Weber <[email protected]> wrote:
> I misunderstood Damien: he does not want Envy Code R Bold to be in our
> repository (but he might allow us to add a font he's currently working
> on, once he's done – even more awesome!). In the meantime, the
> attached version of the patch simply assumes that Envy Code R Bold is
> installed (else, it falls back to the old docicons). This means the
> people building MacVim have to download it from 
> http://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released
>  before building.

Would it be ok to add something like:

    ENVYCODE_URL=http://download.damieng.com/fonts/original/EnvyCodeR-PR7.zip
    if [[ ! -e 'EnvyCodeR.zip' ]]; then
        curl $ENVYCODE_URL -o EnvyCodeR.zip
        unzip EnvyCodeR.zip
    fi

to the build process?

(Thanks for the great work btw!)

Best regards,
Niklas

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to