source: lxde/apps/lxterminal.xml@ 4393df4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym 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 4393df4 was 4393df4, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Update to lxterminal-0.2.0.
Fixes to VTE-0.38.1: program and libraries renamed.

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

  • Property mode set to 100644
File size: 4.6 KB
RevLine 
[8c37ba6]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 lxterminal-download-http "&sourceforge-repo;/lxde/lxterminal-&lxterminal-version;.tar.gz">
8 <!ENTITY lxterminal-download-ftp " ">
[4393df4]9 <!ENTITY lxterminal-md5sum "e80ad1b6e26212f3d43908c2ad87ba4d">
10 <!ENTITY lxterminal-size "244 KB">
11 <!ENTITY lxterminal-buildsize "4 MB">
12 <!ENTITY lxterminal-time "less than 0.1 SBU">
[8c37ba6]13]>
14
15<sect1 id="lxterminal" xreflabel="LXTerminal-&lxterminal-version;">
16 <?dbhtml filename="lxterminal.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>LXTerminal-&lxterminal-version;</title>
24
25 <indexterm zone="lxterminal">
26 <primary sortas="a-LXTerminal">LXTerminal</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to LXTerminal</title>
31
32 <para>
33 The <application>LXTerminal</application> package contains a
34 VTE-based terminal emulator for <application>LXDE</application>
35 with support for multiple tabs.
36 </para>
37
[b7068390]38 &lfs76_checked;
[8c37ba6]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&lxterminal-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&lxterminal-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &lxterminal-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &lxterminal-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &lxterminal-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &lxterminal-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">LXTerminal Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="vte2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="libxslt"/> with
84 <xref linkend="DocBook"/> and
85 <xref linkend="docbook-xsl"/> (to build man pages)
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/lxterminal"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of LXTerminal</title>
95
96 <para>
97 Install <application>LXTerminal</application> by running the following
98 commands:
99 </para>
100
[4393df4]101<screen><userinput>sed -i 's/System/Utility/' data/lxterminal.desktop.in &amp;&amp;
102./configure --prefix=/usr &amp;&amp;
[8c37ba6]103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
[4393df4]120 <para>
121 <command>sed -i ... lxterminal.desktop.in</command>: Fixes submenu for
122 lxterminal entry.
123 </para>
124
[8c37ba6]125 <para>
126 <option>--enable-man</option>: Use this switch if you have
127 installed optional dependencies and wish to build the
128 manual pages.
129 </para>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Program</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directory</segtitle>
140
141 <seglistitem>
142 <seg>
143 lxterminal
144 </seg>
145 <seg>
146 None
147 </seg>
148 <seg>
149 /usr/share/lxterminal
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="lxterminal-prog">
160 <term><command>lxterminal</command></term>
161 <listitem>
162 <para>
163 a lightweight terminal emulator for the
164 <application>LXDE</application> desktop.
165 </para>
166 <indexterm zone="lxterminal lxterminal-prog">
167 <primary sortas="b-lxterminal">lxterminal</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.