Changeset fcb77dd for postlfs/editors


Ignore:
Timestamp:
12/20/2008 08:57:53 AM (15 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
32a8ca3
Parents:
7c2c7ea0
Message:

Updated to vim-7.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7655 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r7c2c7ea0 rfcb77dd  
    55  %general-entities;
    66
    7   <!ENTITY vim-download-http "http://ftp.at.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
     7  <!ENTITY vim-download-http "http://www2.nl.vim.org/unix/vim-&vim-version;.tar.bz2">
    88  <!ENTITY vim-download-ftp  "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
    9   <!ENTITY vim-md5sum        "44c6b4914f38d6f9aa959640b89da329">
    10   <!ENTITY vim-size          "6.6 MB">
     9  <!ENTITY vim-md5sum        "f0901284b338e448bfd79ccca0041254">
     10  <!ENTITY vim-size          "7.2 MB">
    1111  <!ENTITY vim-buildsize     "75 MB">
    1212  <!ENTITY vim-time          "0.8 SBU">
     
    6868      <listitem>
    6969        <para>Required Patch: <ulink
    70           url="&patch-root;/vim-&vim-version;-mandir-1.patch"/></para>
    71       </listitem>
    72       <listitem>
    73         <para>Required Patch: <ulink
    74           url="&patch-root;/vim-&vim-version;-fixes-6.patch"/></para>
     70          url="&patch-root;/vim-&vim-version;-fixes-4.patch"/></para>
    7571      </listitem>
    7672      <listitem>
    7773        <para>Translated Vim messages: <ulink
    78         url="http://ftp.at.vim.org/pub/vim/extra/vim-&vim-version;-lang.tar.gz"/>
     74         url="http://www2.nl.vim.org/extra/vim-&vim-version;-lang.tar.gz"/>
    7975      </para>
    8076      </listitem>
     
    124120    commands:</para>
    125121
    126 <screen><userinput>patch -Np1 -i ../vim-&vim-version;-mandir-1.patch &amp;&amp;
    127 patch -Np1 -i ../vim-&vim-version;-fixes-6.patch &amp;&amp;
     122<screen><userinput>patch -Np1 -i ../vim-&vim-version;-fixes-4.patch &amp;&amp;
    128123echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h &amp;&amp;
    129124echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h &amp;&amp;
     
    156151     directory -->
    157152
    158 <screen role="root"><userinput>ln -snfv ../vim/vim71/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
     153<screen role="root"><userinput>ln -snfv ../vim/vim72/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
    159154
    160155    <para>If you wish to update the runtime files, issue the
     
    238233      plugin.</para>
    239234
     235<!-- When updating, be sure to change the line below for the proper 'vimxx' unpacked
     236     directory -->
    240237      <para>Alternatively you can manually download the *.spl and *.sug files
    241238      from: <ulink url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save
    242239      them to <filename class="directory"> ~/.vim/spell </filename> or in
    243       <filename class="directory">/usr/share/vim/vim71/spell/</filename>.</para>
     240      <filename class="directory">/usr/share/vim/vim72/spell/</filename>.</para>
    244241
    245242      <para>To find out what's new in <application>Vim-&vim-version;</application>
Note: See TracChangeset for help on using the changeset viewer.