Changeset 03bf4d7


Ignore:
Timestamp:
05/11/2005 04:18:30 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
ff556fbe
Parents:
747c03c8
Message:

Updated to VTE-0.11.13

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/vte.xml

    r747c03c8 r03bf4d7  
    77<!ENTITY vte-download-http "http://ftp.gnome.org/pub/GNOME/sources/vte/0.11/vte-&vte-version;.tar.bz2">
    88<!ENTITY vte-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/vte/0.11/vte-&vte-version;.tar.bz2">
    9 <!ENTITY vte-md5sum "4d7a3674df5b8be7f1adffa981c1fc3d">
    10 <!ENTITY vte-size "888 KB">
    11 <!ENTITY vte-buildsize "23.6 MB">
    12 <!ENTITY vte-time "0.67 SBU">
     9<!ENTITY vte-md5sum "5eb73c7de433fb6e53ac4378df9d23b5">
     10<!ENTITY vte-size "952 KB">
     11<!ENTITY vte-buildsize "24 MB">
     12<!ENTITY vte-time "0.7 SBU">
    1313]>
    1414
     
    4848
    4949<sect4><title>Optional</title>
    50 <para><xref linkend="gtk-doc"/> (with <xref linkend="sgml-dtd-3"/> installed)
    51 and <ulink url="http://www.pygtk.org/">PyGTK</ulink></para>
     50<para><xref linkend="gtk-doc"/> and
     51<ulink url="http://www.pygtk.org/">PyGTK</ulink></para>
    5252</sect4>
    5353</sect3>
     
    6363<screen><userinput><command>sed -i -e 's%\\177:%&amp;kh=\\EOH:@7=\\EOF:%g' termcaps/xterm &amp;&amp;
    6464./configure --prefix=/usr --libexecdir=/usr/sbin --disable-gtk-doc &amp;&amp;
    65 make &amp;&amp;
    66 make install</command></userinput></screen>
     65make</command></userinput></screen>
     66
     67<para>This package does not come with a test suite.</para>
     68
     69<para>Now, as the root user:</para>
     70
     71<screen><userinput role='root'><command>make install</command></userinput></screen>
    6772
    6873</sect2>
     
    8085
    8186<para><option>--disable-gtk-doc</option>: This switch prevents the
    82 building of documentation.</para>
     87building of documentation. Remove it if you have
     88<application>GTK-Doc</application> installed and wish to rebuild the
     89documentation.</para>
    8390
    8491</sect2>
     
    115122
    116123</sect1>
    117 
Note: See TracChangeset for help on using the changeset viewer.