source: gnome/core/gnome-terminal.xml@ a06a3f5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 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 systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a06a3f5 was a06a3f5, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to GNOME Terminal-2.28.2.

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

  • Property mode set to 100644
File size: 4.6 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 gnome-terminal-download-http "&gnome-download-http;/gnome-terminal/&gnome-version;/gnome-terminal-&gnome-terminal-version;.tar.bz2">
8 <!ENTITY gnome-terminal-download-ftp "&gnome-download-ftp;/gnome-terminal/&gnome-version;/gnome-terminal-&gnome-terminal-version;.tar.bz2">
9 <!ENTITY gnome-terminal-md5sum "aa053ff38932cf032c70ab6522603053">
10 <!ENTITY gnome-terminal-size "2.1 MB">
11 <!ENTITY gnome-terminal-buildsize "47 MB">
12 <!ENTITY gnome-terminal-time "0.3 SBU">
13]>
14
15<sect1 id="gnome-terminal" xreflabel="GNOME Terminal-&gnome-terminal-version;">
16 <?dbhtml filename="gnome-terminal.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Terminal-&gnome-terminal-version;</title>
24
25 <indexterm zone="gnome-terminal">
26 <primary sortas="a-GNOME Terminal">GNOME Terminal</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Terminal</title>
31
32 <para>The <application>GNOME Terminal</application> package contains the
33 console. This is useful for executing programs from a command prompt.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&gnome-terminal-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&gnome-terminal-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &gnome-terminal-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &gnome-terminal-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &gnome-terminal-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &gnome-terminal-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">GNOME Terminal Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="GConf"/>,
61 <xref linkend="gnome-doc-utils"/>,
62 <xref linkend="startup-notification"/>, and
63 <xref linkend="vte"/></para>
64
65 <para condition="html" role="usernotes">User Notes:
66 <ulink url="&blfs-wiki;/gnome-terminal"/></para>
67
68 </sect2>
69
70 <sect2 role="installation">
71 <title>Installation of GNOME Terminal</title>
72
73 <para>Install <application>GNOME Terminal</application> by
74 running the following commands:</para>
75
76<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
77 --sysconfdir=&gnome-etc-dir; \
78 --localstatedir=/var/lib &amp;&amp;
79make</userinput></screen>
80
81 <para>This package does not come with a test suite.</para>
82
83 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
84
85<screen role="root"><userinput>make install</userinput></screen>
86
87 </sect2>
88
89 <sect2 role="commands">
90 <title>Command Explanations</title>
91
92 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
93 href="../../xincludes/gnome-prefix.xml"/>
94
95 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
96 href="../../xincludes/gnome-sysconfdir.xml"/>
97
98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
99 href="../../xincludes/scrollkeeper-dir.xml"/>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Program</segtitle>
108 <segtitle>Installed Libraries</segtitle>
109 <segtitle>Installed Directories</segtitle>
110
111 <seglistitem>
112 <seg>gnome-terminal</seg>
113 <seg>None</seg>
114 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/gnome-terminal,gnome-terminal}</seg>
115 </seglistitem>
116 </segmentedlist>
117
118 <variablelist>
119 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
120 <?dbfo list-presentation="list"?>
121 <?dbhtml list-presentation="table"?>
122
123 <varlistentry id="gnome-terminal-prog">
124 <term><command>gnome-terminal</command></term>
125 <listitem>
126 <para>provides the command prompt in the
127 <application>GNOME</application> environment.</para>
128 <indexterm zone="gnome-terminal gnome-terminal-prog">
129 <primary sortas="b-gnome-terminal">gnome-terminal</primary>
130 </indexterm>
131 </listitem>
132 </varlistentry>
133
134 </variablelist>
135
136 </sect2>
137
138</sect1>
Note: See TracBrowser for help on using the repository browser.