source: gnome/platform/vte.xml

trunk
Last change on this file was 33c3cff, checked in by Douglas R. Reno <renodr@…>, 36 hours ago

Update to vte-0.76.1

  • Property mode set to 100644
File size: 7.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "https://gitlab.gnome.org/GNOME/vte/-/archive/&vte-version;/vte-&vte-version;.tar.gz">
8 <!ENTITY vte-download-ftp " ">
9 <!ENTITY vte-md5sum "e72c0279961ea1ed8f5944f56279773b">
10 <!ENTITY vte-size "696 KB">
11 <!ENTITY vte-buildsize "17 MB (with tests)">
12 <!ENTITY vte-time "0.4 SBU (using parallelism=4; with tests)">
13
14 <!-- For "Contents" and "Short Descriptions" sections -->
15 <!ENTITY vte-nano "91">
16]>
17
18<sect1 id="vte" xreflabel="VTE-&vte-version;">
19 <?dbhtml filename="vte.html"?>
20
21
22 <title>VTE-&vte-version;</title>
23
24 <indexterm zone="vte">
25 <primary sortas="a-VTE">VTE</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to VTE</title>
30
31 <para>
32 The <application>VTE</application> package contains a virtual terminal
33 widget for GTK applications.
34 </para>
35
36 &lfs121_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&vte-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&vte-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &vte-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &vte-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &vte-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &vte-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">VTE Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gtk3"/>,
77 <xref linkend="libxml2"/>, and
78 <xref linkend="pcre2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="icu"/>,
84 <xref linkend="gnutls"/>,
85 &gobject-introspection;,
86 <xref linkend="gtk4"/>, and
87 <xref linkend="vala"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gi-docgen"/>
93 </para>
94
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of VTE</title>
99
100 <para>
101 Install <application>VTE</application> by running the following
102 commands:
103 </para>
104
105<screen revision="systemd"><userinput>mkdir build &amp;&amp;
106cd build &amp;&amp;
107
108meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
109ninja</userinput></screen>
110
111<screen revision="sysv"><userinput>mkdir build &amp;&amp;
112cd build &amp;&amp;
113
114meson setup --prefix=/usr \
115 --buildtype=release \
116 -D_systemd=false &amp;&amp;
117ninja</userinput></screen>
118
119 <para>
120 If you have <xref linkend='gi-docgen'/> installed and wish to build
121 the API documentation for this package, issue:
122 </para>
123
124<screen role='nodump'><userinput>sed -e "/docdir =/s@\$@/ 'vte-&vte-version;'@" \
125 -i ../doc/reference/meson.build &amp;&amp;
126meson configure -Ddocs=true &amp;&amp;
127ninja</userinput></screen>
128
129 <para>
130 To test the results, issue <command>ninja test</command>.
131 </para>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>ninja install &amp;&amp;
138rm -v /etc/profile.d/vte.*</userinput></screen>
139
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/meson-buildtype-release.xml"/>
147
148 <para>
149 <command>rm -v /etc/profile.d/vte.*</command>: This command removes two
150 files installed in /etc/profile.d that have no use on a LFS system.
151 </para>
152
153 <para>
154 <option>-Dgnutls=false</option>: Add this switch if you do not
155 want to enable GnuTLS support.
156 </para>
157
158 <para>
159 <option>-Dvapi=false</option>: Add this switch if you do not
160 want to enable vala bindings.
161 </para>
162
163 <para>
164 <option>-Dgtk4=false</option>: Add this switch if you do not want to
165 build the GTK-4 version of VTE.
166 </para>
167
168 </sect2>
169
170 <sect2 role="content">
171 <title>Contents</title>
172
173 <segmentedlist>
174 <segtitle>Installed Program</segtitle>
175 <segtitle>Installed Library</segtitle>
176 <segtitle>Installed Directories</segtitle>
177
178<!-- EDITORS NOTE:
179 vte installs a file into /etc/profile.d (/etc/profile.d/vte.sh) so that
180 the environment is suitable for running with it's quirks. Another one
181 is now installed as of 0.60.1 (/etc/profile.d/vte.csh) to support
182 the 'tcsh' shell.
183 As of 4/27/2020, we've elected to remove this.
184-->
185 <seglistitem>
186 <seg>
187 vte-2.&vte-nano; and
188 vte-2.&vte-nano;-gtk4
189 </seg>
190 <seg>
191 libvte-2.&vte-nano;.so and
192 libvte-2.&vte-nano;-gtk4.so
193 </seg>
194 <seg>
195 /usr/include/vte-2.&vte-nano;,
196 /usr/include/vte-2.&vte-nano;-gtk4, and
197 (optional) /usr/share/doc/vte-&vte-version;
198 </seg>
199 </seglistitem>
200 </segmentedlist>
201
202 <variablelist>
203 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
204 <?dbfo list-presentation="list"?>
205 <?dbhtml list-presentation="table"?>
206
207 <varlistentry id="vte291">
208 <term><command>vte-2.&vte-nano;</command></term>
209 <listitem>
210 <para>
211 is a test application for the <application>VTE</application>
212 libraries
213 </para>
214 <indexterm zone="vte vte291">
215 <primary sortas="b-vte2-&vte-nano;">vte-2.&vte-nano;</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="vte291-gtk4">
221 <term><command>vte-2.&vte-nano;-gtk4</command></term>
222 <listitem>
223 <para>
224 is a test application for the GTK-4 version of the
225 <application>VTE</application> libraries
226 </para>
227 <indexterm zone="vte vte291-gtk4">
228 <primary sortas="b-vte2-&vte-nano;-gtk4">vte-2.&vte-nano;-gtk4</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="libvte291">
234 <term><filename class="libraryfile">libvte-2.&vte-nano;.so</filename></term>
235 <listitem>
236 <para>
237 is a library which implements a terminal emulator
238 widget for <application>GTK+ 3</application>
239 </para>
240 <indexterm zone="vte libvte291">
241 <primary sortas="c-libvte2-&vte-nano;">libvte-2.&vte-nano;.so</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 <varlistentry id="libvte291-gtk4">
247 <term><filename class="libraryfile">libvte-2.&vte-nano;-gtk4.so</filename></term>
248 <listitem>
249 <para>
250 is a library which implements a terminal emulator
251 widget for <application>GTK-4</application>
252 </para>
253 <indexterm zone="vte libvte291-gtk4">
254 <primary sortas="c-libvte2-&vte-nano;-gtk4">libvte-2.&vte-nano;-gtk4.so</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 </variablelist>
260
261 </sect2>
262
263</sect1>
Note: See TracBrowser for help on using the repository browser.