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
RevLine 
[17bcb81]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" [
[9c1d370]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
[17bcb81]5 %general-entities;
6
[9c1d370]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">
[17bcb81]13]>
14
[1d93de5]15<sect1 id="vte2" xreflabel="Vte-&vte2-version;">
[9c1d370]16 <?dbhtml filename="vte2.html"?>
[17bcb81]17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
[1d93de5]22 <title>Vte-&vte2-version;</title>
[17bcb81]23
[9c1d370]24 <indexterm zone="vte2">
[1d93de5]25 <primary sortas="a-Vte">Vte</primary>
[17bcb81]26 </indexterm>
27
28 <sect2 role="package">
[9c1d370]29 <title>Introduction to Vte</title>
[17bcb81]30
31 <para>
[9c1d370]32 <application>Vte</application> is a library (libvte) implementing a
[1d93de5]33 terminal emulator widget for <application>GTK+ 2</application>, and a
[9c1d370]34 minimal demonstration application (vte) that uses
35 <application>libvte</application>.
[17bcb81]36 </para>
37
[b4cbe504]38 &lfs101_checked;
[17bcb81]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
[9c1d370]44 Download (HTTP): <ulink url="&vte2-download-http;"/>
[17bcb81]45 </para>
46 </listitem>
47 <listitem>
48 <para>
[9c1d370]49 Download (FTP): <ulink url="&vte2-download-ftp;"/>
[17bcb81]50 </para>
51 </listitem>
52 <listitem>
53 <para>
[9c1d370]54 Download MD5 sum: &vte2-md5sum;
[17bcb81]55 </para>
56 </listitem>
57 <listitem>
58 <para>
[9c1d370]59 Download size: &vte2-size;
[17bcb81]60 </para>
61 </listitem>
62 <listitem>
63 <para>
[9c1d370]64 Estimated disk space required: &vte2-buildsize;
[17bcb81]65 </para>
66 </listitem>
67 <listitem>
68 <para>
[9c1d370]69 Estimated build time: &vte2-time;
[17bcb81]70 </para>
71 </listitem>
72 </itemizedlist>
73
[9c1d370]74 <bridgehead renderas="sect3">Vte Dependencies</bridgehead>
[17bcb81]75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
[56605b9]78 <xref linkend="gtk2"/>
[17bcb81]79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
[1d93de5]83 <xref linkend="gobject-introspection"/>,
84 <xref linkend="gtk-doc"/> and
85 <xref linkend="pygtk"/>
[17bcb81]86 </para>
87
88 <para condition="html" role="usernotes">
[9c1d370]89 User Notes: <ulink url="&blfs-wiki;/vte2"/>
[17bcb81]90 </para>
91 </sect2>
92
93 <sect2 role="installation">
[9c1d370]94 <title>Installation of Vte</title>
[17bcb81]95
96 <para>
[9c1d370]97 Install <application>Vte</application> by running the following
[17bcb81]98 commands:
99 </para>
100
[79d191ee]101<!-- both vte2 and vte3 install the same file in libexecdir, so overwrite this one -->
[1d93de5]102<screen><userinput>./configure --prefix=/usr \
[79d191ee]103 --libexecdir=/usr/lib/vte \
[1d93de5]104 --disable-static &amp;&amp;
[17bcb81]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>
[1d93de5]116
[17bcb81]117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
[8316a85]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
[17bcb81]128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/static-libraries.xml"/>
[4ecb7213]130
[17bcb81]131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
[9c1d370]137 <segtitle>Installed Program</segtitle>
138 <segtitle>Installed Library</segtitle>
139 <segtitle>Installed Directories</segtitle>
[17bcb81]140
141 <seglistitem>
142 <seg>
[1d93de5]143 vte
144 </seg>
145 <seg>
146 libvte.so
147 </seg>
148 <seg>
149 /usr/include/vte-0.0,
150 /usr/lib/vte,
[9c1d370]151 /usr/share/gtk-doc/html/vte-0.0 and
152 /usr/share/vte
[17bcb81]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
[9c1d370]162 <varlistentry id="vte2-prog">
163 <term><command>vte</command></term>
[17bcb81]164 <listitem>
165 <para>
[4c24eb0a]166 is a simple terminal emulator
[17bcb81]167 </para>
[9c1d370]168 <indexterm zone="vte2 vte2-prog">
169 <primary sortas="b-vte">vte</primary>
[17bcb81]170 </indexterm>
171 </listitem>
172 </varlistentry>
173
[9c1d370]174 <varlistentry id="libvte2">
175 <term><filename class="libraryfile">libvte.so</filename></term>
[17bcb81]176 <listitem>
177 <para>
[4c24eb0a]178 contains the <application>Vte</application> API functions
[17bcb81]179 </para>
[9c1d370]180 <indexterm zone="vte2 libvte2">
181 <primary sortas="c-libvte">libvte.so</primary>
[17bcb81]182 </indexterm>
183 </listitem>
184 </varlistentry>
[1d93de5]185
[17bcb81]186 </variablelist>
[1d93de5]187
[17bcb81]188 </sect2>
[1d93de5]189
[17bcb81]190</sect1>
Note: See TracBrowser for help on using the repository browser.