source: lxde/apps/vte2.xml@ f3e940f7

11.0 11.1 11.2 11.3 12.0 12.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 f3e940f7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 vte2-download-http "&gnome-download-http;/vte/0.28/vte-&vte2-version;.tar.xz">
8 <!ENTITY vte2-download-ftp "&gnome-download-ftp;/vte/0.28/vte-&vte2-version;.tar.xz">
9 <!ENTITY vte2-md5sum "497f26e457308649e6ece32b3bb142ff">
10 <!ENTITY vte2-size "940 KB">
11 <!ENTITY vte2-buildsize "33 MB">
12 <!ENTITY vte2-time "0.5 SBU">
13]>
14
15<sect1 id="vte2" xreflabel="Vte-&vte2-version;">
16 <?dbhtml filename="vte2.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Vte-&vte2-version;</title>
23
24 <indexterm zone="vte2">
25 <primary sortas="a-Vte">Vte</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Vte</title>
30
31 <para>
32 <application>Vte</application> is a library (libvte) implementing a
33 terminal emulator widget for <application>GTK+ 2</application>, and a
34 minimal demonstration application (vte) that uses
35 <application>libvte</application>.
36 </para>
37
38 &lfs101_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&vte2-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&vte2-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &vte2-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &vte2-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &vte2-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &vte2-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Vte Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="gobject-introspection"/>,
84 <xref linkend="gtk-doc"/> and
85 <xref linkend="pygtk"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/vte2"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Vte</title>
95
96 <para>
97 Install <application>Vte</application> by running the following
98 commands:
99 </para>
100
101<!-- both vte2 and vte3 install the same file in libexecdir, so overwrite this one -->
102<screen><userinput>./configure --prefix=/usr \
103 --libexecdir=/usr/lib/vte \
104 --disable-static &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 To test the results, issue: <command>make check</command>.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para>
123 <parameter>--libexecdir=/usr/lib/vte</parameter> : both this package and
124 <xref linkend="vte"/> install files of the same name. This switch ensures
125 that they do not overwrite each other if both are installed.
126 </para>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/static-libraries.xml"/>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Program</segtitle>
138 <segtitle>Installed Library</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 vte
144 </seg>
145 <seg>
146 libvte.so
147 </seg>
148 <seg>
149 /usr/include/vte-0.0,
150 /usr/lib/vte,
151 /usr/share/gtk-doc/html/vte-0.0 and
152 /usr/share/vte
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="vte2-prog">
163 <term><command>vte</command></term>
164 <listitem>
165 <para>
166 is a simple terminal emulator
167 </para>
168 <indexterm zone="vte2 vte2-prog">
169 <primary sortas="b-vte">vte</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="libvte2">
175 <term><filename class="libraryfile">libvte.so</filename></term>
176 <listitem>
177 <para>
178 contains the <application>Vte</application> API functions
179 </para>
180 <indexterm zone="vte2 libvte2">
181 <primary sortas="c-libvte">libvte.so</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 </variablelist>
187
188 </sect2>
189
190</sect1>
Note: See TracBrowser for help on using the repository browser.