Changeset 1db225b9
- Timestamp:
- 01/09/2012 04:43:56 AM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d8a0fe7
- Parents:
- df46eec
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rdf46eec r1db225b9 136 136 137 137 <!-- Chapter 6 --> 138 <!ENTITY vim-version "7. 2">138 <!ENTITY vim-version "7.3"> 139 139 <!ENTITY emacs-version "22.1"> 140 140 <!ENTITY nano-version "2.1.10"> -
introduction/welcome/changelog.xml
rdf46eec r1db225b9 46 46 <para>January 8th, 2011</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to vim-7.3.</para> 50 </listitem> 48 51 <listitem> 49 52 <para>[bdubbs] - Update to kdeaddons-3.5.13. (Trinity)</para> -
kde/add/add.xml
rdf46eec r1db225b9 15 15 16 16 <title>KDE Additional Packages</title> 17 18 <warning><para>The Trinity/KDE3 update to BLFS is a work in progress.19 Some of the packages below have not yet been updated.</para></warning>20 21 17 22 18 <para>Each of the packages in this chapter depend on the base -
postlfs/editors/vim.xml
rdf46eec r1db225b9 7 7 <!ENTITY vim-download-http "http://www2.nl.vim.org/unix/vim-&vim-version;.tar.bz2"> 8 8 <!ENTITY vim-download-ftp "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2"> 9 <!ENTITY vim-md5sum " f0901284b338e448bfd79ccca0041254">10 <!ENTITY vim-size " 7.2MB">11 <!ENTITY vim-buildsize " 75MB">9 <!ENTITY vim-md5sum "5b9510a17074e2b37d8bb38ae09edbf2"> 10 <!ENTITY vim-size "8.7 MB"> 11 <!ENTITY vim-buildsize "97 MB"> 12 12 <!ENTITY vim-time "0.8 SBU"> 13 13 ]> … … 42 42 <application>X</application> support is automatically detected.</para> 43 43 44 &lfs70_checked; 45 44 46 <bridgehead renderas="sect3">Package Information</bridgehead> 45 47 <itemizedlist spacing="compact"> … … 66 68 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 67 69 <itemizedlist spacing='compact'> 68 < listitem>70 <!-- <listitem> 69 71 <para>Required Patch: <ulink 70 72 url="&patch-root;/vim-&vim-version;-fixes-5.patch"/></para> 71 </listitem> 73 </listitem> --> 72 74 <listitem> 73 75 <para>Translated Vim messages: <ulink 74 url="http://www2.nl.vim.org/extra/vim- &vim-version;-lang.tar.gz"/>76 url="http://www2.nl.vim.org/extra/vim-7.2-lang.tar.gz"/> 75 77 </para> 76 78 </listitem> … … 85 87 <para role="optional"> 86 88 <xref linkend="gtk2"/> or 87 <xref linkend="lesstif"/> 89 <xref linkend="lesstif"/>, 88 90 <xref linkend="python"/>, 89 91 <xref linkend="tcl"/>, … … 121 123 commands:</para> 122 124 123 <screen><userinput>patch -Np1 -i ../vim-&vim-version;-fixes-5.patch && 124 echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h && 125 <screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h && 125 126 echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h && 126 127 ./configure --prefix=/usr --with-features=huge && … … 172 173 <title>Command Explanations</title> 173 174 174 < para><command>patch …</command>: These patches are the same as the175 <!-- <para><command>patch …</command>: These patches are the same as the 175 176 ones in the LFS build used to update the package with upstream patches 176 and ensure the man pages are placed in the proper locations.</para> 177 and ensure the man pages are placed in the proper locations.</para>--> 177 178 178 179 <para><parameter>--with-features=huge</parameter>: This switch enables all
Note:
See TracChangeset
for help on using the changeset viewer.