source: gnome/core/vte.xml@ 99cb2b3

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
Last change on this file since 99cb2b3 was 99cb2b3, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to VTE-0.22.5 and some minor ammendments to gnome-menus and libgweather.

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

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY vte-download-http "&gnome-download-http;/vte/0.22/vte-&vte-version;.tar.bz2">
8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.22/vte-&vte-version;.tar.bz2">
9 <!ENTITY vte-md5sum "cbb17696e40ee175977bf165ef838da2">
10 <!ENTITY vte-size "1.3 MB">
11 <!ENTITY vte-buildsize "21 MB">
12 <!ENTITY vte-time "0.4 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 </sect1info>
22
23 <title>VTE-&vte-version;</title>
24
25 <indexterm zone="vte">
26 <primary sortas="a-VTE">VTE</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to VTE</title>
31
32 <para>The <application>VTE</application> package contains a termcap
33 file implementation for terminal emulators.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&vte-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&vte-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &vte-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &vte-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &vte-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &vte-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">VTE Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="gtk2"/> and
61 <xref linkend="perl-xml-parser"/></para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para role="optional"><xref linkend="gtk-doc"/>,
65 <xref linkend="intltool"/>, and
66 <xref linkend="pygtk"/> (including the gtk module)</para>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/vte"/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of VTE</title>
75
76 <para>Install <application>VTE</application> by running the following
77 commands:</para>
78
79<screen><userinput>sed -i 's%\\177:%&amp;kh=\\EOH:@7=\\EOF:%' termcaps/xterm &amp;&amp;
80./configure --prefix=/usr \
81 --libexecdir=/usr/lib/vte &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 ... termcaps/xterm</command>: The
96 <keysym>Home</keysym> and <keysym>End</keysym> keys are broken in the
97 <command>xterm</command> termcap file. This <command>sed</command> command
98 fixes them.</para>
99
100 <para><parameter>--libexecdir=/usr/lib/vte</parameter>: This parameter
101 causes the libexec files to be installed in the preferred location of
102 <filename class="directory">/usr/lib/vte</filename>
103 instead of <filename class="directory">/usr/libexec</filename>.</para>
104
105 <para><option>--with-glX</option>: This
106 parameter can be passed to the <command>configure</command> script
107 to enable additional drawing methods in the
108 <application>VTE</application> library.</para>
109
110 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
111 href="../../xincludes/gtk-doc-rebuild.xml"/>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>vte, decset, gnome-pty-helper, interpret, osc, slowcat, and
125 window</seg>
126 <seg>libvte.{so,a} and the vtemodule.{so,a}
127 <application>Python</application> module</seg>
128 <seg>/usr/include/vte, /usr/lib/vte, /usr/share/gtk-doc/html/vte,
129 and /usr/share/vte</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="vte-prog">
139 <term><command>vte</command></term>
140 <listitem>
141 <para>is a test application for the <application>VTE</application>
142 libraries.</para>
143 <indexterm zone="vte vte-prog">
144 <primary sortas="b-vte">vte</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 <varlistentry id="libvte">
150 <term><filename class='libraryfile'>libvte.{so,a}</filename></term>
151 <listitem>
152 <para>is a library which implements a terminal emulator
153 widget for <application>GTK+</application>.</para>
154 <indexterm zone="vte libvte">
155 <primary sortas="c-libvte">libvte.{so,a}</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.