Changeset bc1bcc2 for gnome/core/vte.xml


Ignore:
Timestamp:
11/15/2004 10:01:48 PM (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.0, 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:
a8599ff
Parents:
fc7ca4a2
Message:

Added MD5sum and minor updates to the VTE instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/vte.xml

    rfc7ca4a2 rbc1bcc2  
    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-size "836 KB">
    10 <!ENTITY vte-buildsize "38.9 MB">
    11 <!ENTITY vte-time "0.57 SBU">
    12 
     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">
    1313]>
    1414
     
    2424<title>Introduction to <application>VTE</application></title>
    2525
    26 <para>The <application>VTE</application> package contains a termcap file implementation for
    27 terminal emulators.</para>
     26<para>The <application>VTE</application> package contains a termcap file
     27implementation for terminal emulators.</para>
    2828
    2929<sect3><title>Package information</title>
     
    3333<listitem><para>Download (FTP): <ulink
    3434url="&vte-download-ftp;"/></para></listitem>
     35<listitem><para>MD5 sum: &vte-md5sum;</para></listitem>
    3536<listitem><para>Download size: &vte-size;</para></listitem>
    36 <listitem><para>Estimated Disk space required:
     37<listitem><para>Estimated disk space required:
    3738&vte-buildsize;</para></listitem>
    3839<listitem><para>Estimated build time:
     
    4243<sect3><title><application>VTE</application> dependencies</title>
    4344<sect4><title>Required</title>
    44 <para>
    45 <xref linkend="GTK2"/> and
    46 <xref linkend="Python"/>
    47 </para></sect4>
     45<para><xref linkend="GTK2"/> and
     46<xref linkend="Python"/></para>
     47</sect4>
     48
    4849<sect4><title>Optional</title>
    49 <para>
    50 <xref linkend="gtk-doc"/> (with <xref linkend="sgml-dtd-3"/> installed) and
    51 <ulink url="http://www.daa.com.au/~james/software/pygtk/">PyGTK</ulink>
    52 </para></sect4>
     50<para><xref linkend="gtk-doc"/> (with <xref linkend="sgml-dtd-3"/> installed)
     51and <ulink url="http://www.pygtk.org/">PyGTK</ulink></para>
     52</sect4>
    5353</sect3>
    5454
     
    5858<title>Installation of <application>VTE</application></title>
    5959
    60 <para>Install <application>VTE</application> by running the following commands:</para>
     60<para>Install <application>VTE</application> by running the following
     61commands:</para>
    6162
    6263<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin --disable-gtk-doc &amp;&amp;
     
    8182<title>Contents</title>
    8283
    83 <para>The <application>VTE</application> package contains <filename
    84 class="libraryfile">libvte</filename> libraries,
    85 <command>vte</command> and <command>gnome-pty-helper</command></para>
     84<para>The <application>VTE</application> package contains
     85<filename class="libraryfile">libvte</filename> libraries,
     86<command>vte</command>,
     87<command>gnome-pty-helper</command>,
     88auxillary <application>VTE</application> programs,  scripts and
     89the <filename class="libraryfile">vtemodule</filename>
     90<application>Python</application> module.</para>
    8691
    8792</sect2>
     
    9095
    9196<sect3><title>vte libraries</title>
    92 <para><filename class="libraryfile">libvte</filename> libraries provide the functions necessary to implement a
    93 "termcap file" for terminal emulators.</para></sect3>
     97<para><filename class="libraryfile">libvte</filename> libraries provide the
     98functions necessary to implement a <quote>termcap file</quote> for terminal
     99emulators.</para></sect3>
    94100
    95101<sect3><title>vte</title>
    96 <para><command>vte</command> is a test application for the vte libraries.</para></sect3>
     102<para><command>vte</command> is a test application for the
     103<application>VTE</application> libraries.</para></sect3>
     104
     105<sect3><title>gnome-pty-helper</title>
     106<para><command>gnome-pty-helper</command> is a setuid helper for opening
     107ptys.</para></sect3>
    97108
    98109</sect2>
Note: See TracChangeset for help on using the changeset viewer.