source: gnome/core/vte.xml@ 937425f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since 937425f was 937425f, checked in by Randy McMurchy <randy@…>, 18 years ago

Update GNOME Core packages to the 2.12.2 version - Commit #2

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

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY vte-download-http "&gnome-download-http;/vte/0.11/vte-&vte-version;.tar.bz2">
8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.11/vte-&vte-version;.tar.bz2">
9 <!ENTITY vte-md5sum "a9dc7b330d52ce384e3e5715d396c72f">
10 <!ENTITY vte-size "959 KB">
11 <!ENTITY vte-buildsize "24.7 MB">
12 <!ENTITY vte-time "0.7 SBU">
13]>
14
15<sect1 id="vte" xreflabel="VTE-&vte-version;">
16 <?dbhtml filename="vte.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">vte-&vte-version;.tar</keyword>
23 <keyword role="ftpdir">vte</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>VTE-&vte-version;</title>
28
29 <indexterm zone="vte">
30 <primary sortas="a-VTE">VTE</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to VTE</title>
35
36 <para>The <application>VTE</application> package contains a termcap
37 file implementation for terminal emulators.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&vte-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&vte-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &vte-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &vte-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &vte-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &vte-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">VTE Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="gtk2"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="gtk-doc"/> and
68 <ulink url="http://www.pygtk.org/">PyGTK</ulink></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of VTE</title>
74
75 <para>Install <application>VTE</application> by running the following
76 commands:</para>
77
78<screen><userinput>sed -i 's%\\177:%&amp;kh=\\EOH:@7=\\EOF:%' termcaps/xterm &amp;&amp;
79./configure --prefix=/usr \
80 --libexecdir=/usr/lib/vte \
81 --disable-gtk-doc &amp;&amp;
82make</userinput></screen>
83
84 <para>This package does not come with a test suite.</para>
85
86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make install</userinput></screen>
89
90 </sect2>
91
92 <sect2 role="commands">
93 <title>Command Explanations</title>
94
95 <para><command>sed -i ...</command>: The <keysym>Home</keysym> and
96 <keysym>End</keysym> keys are broken in the <filename>xterm</filename>
97 termcap file. This <command>sed</command> command fixes them.</para>
98
99 <para><parameter>--libexecdir=/usr/lib/vte</parameter>: This switch puts
100 libexec files in <filename class="directory">/usr/lib/vte</filename>
101 instead of <filename class="directory">/usr/libexec</filename>.</para>
102
103 <para><parameter>--disable-gtk-doc</parameter>: This switch prevents the
104 building of documentation. Remove it if you have
105 <application>GTK-Doc</application> installed and wish to rebuild the
106 documentation.</para>
107
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>vte</seg>
120 <seg>libvte.[so,a] and vtemodule.[so,a]
121 <application>Python</application> module</seg>
122 <seg>/usr/include/vte, /usr/lib/vte, /usr/share/gtk-doc/html/vte,
123 and /usr/share/vte</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="vte-prog">
133 <term><command>vte</command></term>
134 <listitem>
135 <para>is a test application for the <application>VTE</application>
136 libraries.</para>
137 <indexterm zone="vte vte-prog">
138 <primary sortas="b-vte">vte</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142
143 <varlistentry id="libvte">
144 <term><filename class='libraryfile'>libvte.[so,a]</filename></term>
145 <listitem>
146 <para>provide the functions necessary to implement a
147 <quote>termcap file</quote> for terminal emulators.</para>
148 <indexterm zone="vte libvte">
149 <primary sortas="c-libvte">libvte.[so,a]</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 </variablelist>
155
156 </sect2>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.