source: lxde/apps/vte2.xml@ c5eb8ede

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 c5eb8ede was c5eb8ede, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Add sed to cdrdao to make compatible with lame-3.100.
Move vte2 to lxde chapter from xfce.

It is no longer used in xfce, but it is in lxde.

Update to Thunar-1.7.0.
Update to exo-0.11.5. Marked as development,

but needed for Thunar-1.7.0.

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

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