source: gnome/platform/vte.xml@ 77aeb6b

systemd-13485
Last change on this file since 77aeb6b was 77aeb6b, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Added some short descriptions by Denis. Thanks again!
Update to subversion-1.9.0
Update to ModemManager-1.4.10
Update to totem-pl-parser-3.10.5
Update to VTE-0.48.2
Update to yelp-xsl-3.16.1
Update to geocode-glib-3.16.2
Update to gnome-desktop-3.16.2
Update to gnome-online-accounts-3.16.3
Update to webkitgtk+-2.8.5
Update to gtksourceview-3.16.1
Update to libevdev-1.4.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16366 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.0 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.40/vte-&vte-version;.tar.xz">
8 <!ENTITY vte-download-ftp "&gnome-download-ftp;/vte/0.40/vte-&vte-version;.tar.xz">
9 <!ENTITY vte-md5sum "6a7a6af8eb0ebadaf3338e820a7229a3">
10 <!ENTITY vte-size "904 KB">
11 <!ENTITY vte-buildsize "20 MB">
12 <!ENTITY vte-time "0.3 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>
33 The <application>VTE</application> package contains a termcap
34 file implementation for terminal emulators.
35 </para>
36
37 &lfs77_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&vte-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&vte-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &vte-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &vte-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &vte-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &vte-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">VTE Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="gtk3"/> and
78 <xref linkend="libxml2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gobject-introspection"/> and
84 <xref linkend="vala"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <ulink url="http://glade.gnome.org/">Glade</ulink> and
90 <xref linkend="gtk-doc"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/vte"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of VTE</title>
100
101 <para>
102 Install <application>VTE</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr \
107 --sysconfdir=/etc \
108 --disable-static &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 To test the results, issue <command>make check</command>.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/static-libraries.xml"/>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/gtk-doc-rebuild.xml"/>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 vte-2.91
145 </seg>
146 <seg>
147 libvte-2.91.so
148 </seg>
149 <seg>
150 /usr/include/vte-2.91 and
151 /usr/share/gtk-doc/html/vte-2.91
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="vte-2.91">
162 <term><command>vte-2.91</command></term>
163 <listitem>
164 <para>
165 is a test application for the <application>VTE</application>
166 libraries.
167 </para>
168 <indexterm zone="vte vte-2.91">
169 <primary sortas="b-vte-2.91">vte-2.91</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="libvte-2.91">
175 <term><filename class="libraryfile">libvte-2.91.so</filename></term>
176 <listitem>
177 <para>
178 is a library which implements a terminal emulator
179 widget for <application>GTK+ 3</application>.
180 </para>
181 <indexterm zone="vte libvte-2.91">
182 <primary sortas="c-libvte-2.91">libvte-2.91.so</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.