source: gnome/platform/vte.xml@ 9d6c260

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9d6c260 was 9d6c260, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to vte-0.56.0
Archive Caribou

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

  • Property mode set to 100644
File size: 6.2 KB
RevLine 
[dabe4b0]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
[9d6c260]7 <!ENTITY vte-download-http "&gnome-download-http;/vte/0.56/vte-&vte-version;.tar.xz">
8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.56/vte-&vte-version;.tar.xz">
9 <!ENTITY vte-md5sum "67d3c07cfd59bfe1872a95dcc22feeff">
10 <!ENTITY vte-size "1.1 MB">
11 <!ENTITY vte-buildsize "41 MB (with tests)">
[b9716e1]12 <!ENTITY vte-time "0.7 SBU (with tests)">
[0eda65a1]13 <!-- Consolidating Tests/No Tests in GNOME sections for consistency. -->
[8607733e]14
15 <!-- For "Contents" and "Short Descriptions" sections -->
16 <!ENTITY vte-nano "91">
[dabe4b0]17]>
18
19<sect1 id="vte" xreflabel="VTE-&vte-version;">
20 <?dbhtml filename="vte.html"?>
21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
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>
37 The <application>VTE</application> package contains a termcap
38 file implementation for terminal emulators.
39 </para>
40
[0891321]41 &lfs84_checked;
[dabe4b0]42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
[e67449e]46 <para>
[dabe4b0]47 Download (HTTP): <ulink url="&vte-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&vte-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &vte-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &vte-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &vte-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &vte-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">VTE Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
[9ce4262f]81 <xref linkend="gtk3"/>,
82 <xref linkend="libxml2"/>, and
83 <xref linkend="pcre2"/>
[dabe4b0]84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
[9da8efdc]88 <xref linkend="gobject-introspection"/> and
[db16fa0]89 <xref linkend="gnutls"/>
[dabe4b0]90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
[09e3604f]94 <xref linkend="gtk-doc"/>,
95 <xref linkend="vala"/>, and
96 <ulink url="http://glade.gnome.org/">Glade</ulink>
[dabe4b0]97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/vte"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of VTE</title>
[9d6c260]106 <!-- with 0.56.0, not needed any more.
[04903340]107 <para>
108 First, fix compilation of a Vala program with newer versions of
109 Vala (0.43 and more):
110 </para>
111
[9d6c260]112<!- - Upstream fix: - ->
[04903340]113<screen><userinput>sed -e '/bool audible/i\ public int dummy;' \
114 -i bindings/vala/app.vala</userinput></screen>
[9d6c260]115-->
[dabe4b0]116 <para>
117 Install <application>VTE</application> by running the following
118 commands:
119 </para>
120
[1de42bee]121<screen><userinput>./configure --prefix=/usr \
[773db87]122 --sysconfdir=/etc \
123 --disable-static \
[60e892e4]124 --enable-introspection &amp;&amp;
[dabe4b0]125make</userinput></screen>
126
127 <para>
128 To test the results, issue <command>make check</command>.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>make install</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <para>
[7830c481]143 <parameter>--enable-introspection</parameter>: This switch enables
[dabe4b0]144 <application>Gobject Introspection</application> bindings.
145 Remove if you don't have <xref linkend="gobject-introspection"/>
146 installed.
147 </para>
[db16fa0]148
[3b79812]149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../../xincludes/static-libraries.xml"/>
151
[db16fa0]152 <para>
[3b79812]153 <option>--without-gnutls</option>: Add this switch if you don't
[db16fa0]154 have <xref linkend="gnutls"/> installed.
155 </para>
[dabe4b0]156
157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
158 href="../../xincludes/gtk-doc-rebuild.xml"/>
159
160 </sect2>
161
162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Program</segtitle>
167 <segtitle>Installed Library</segtitle>
168 <segtitle>Installed Directories</segtitle>
169
[0eda65a1]170<!-- EDITORS NOTE:
171 vte installs a file into /etc/profile.d (/etc/profile.d/vte.sh) so that
172 the environment is suitable for running with it's quirks.
173-->
[dabe4b0]174 <seglistitem>
175 <seg>
[d8f0d47]176 vte-2.&vte-nano;
[dabe4b0]177 </seg>
178 <seg>
[4393df4]179 libvte-2.&vte-nano;.so
[dabe4b0]180 </seg>
181 <seg>
[8607733e]182 /usr/include/vte-2.&vte-nano; and
183 /usr/share/gtk-doc/html/vte-2.&vte-nano;
[dabe4b0]184 </seg>
185 </seglistitem>
186 </segmentedlist>
187
188 <variablelist>
189 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
190 <?dbfo list-presentation="list"?>
191 <?dbhtml list-presentation="table"?>
192
[38fb1e3]193 <varlistentry id="vte291">
[4393df4]194 <term><command>vte-2.&vte-nano;</command></term>
[dabe4b0]195 <listitem>
196 <para>
197 is a test application for the <application>VTE</application>
198 libraries.
199 </para>
[38fb1e3]200 <indexterm zone="vte vte291">
[4393df4]201 <primary sortas="b-vte2-&vte-nano;">vte-2.&vte-nano;</primary>
[dabe4b0]202 </indexterm>
203 </listitem>
204 </varlistentry>
205
[38fb1e3]206 <varlistentry id="libvte291">
[4393df4]207 <term><filename class="libraryfile">libvte-2.&vte-nano;.so</filename></term>
[dabe4b0]208 <listitem>
209 <para>
210 is a library which implements a terminal emulator
211 widget for <application>GTK+ 3</application>.
212 </para>
[38fb1e3]213 <indexterm zone="vte libvte291">
[4393df4]214 <primary sortas="c-libvte2-&vte-nano;">libvte-2.&vte-nano;.so</primary>
[dabe4b0]215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 </variablelist>
220
221 </sect2>
222
223</sect1>
Note: See TracBrowser for help on using the repository browser.