source: gnome/applications/gedit.xml@ 7007944

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 7007944 was 7007944, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Updates to atk-2.12.0, at-spi2-core-2.12.0, at-spi2-atk-2.12.0, json-glib-1.0.0, gdk-pixbuf-2.30.7, gtk+-3.12.0, yelp-xsl-3.12.0, gtksourceview-3.12.0, vala-0.24.0 and gedit-3.12.0.

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

  • Property mode set to 100644
File size: 5.8 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 gedit-download-http "&gnome-download-http;/gedit/&gnome-minor;/gedit-&gedit-version;.tar.xz">
8 <!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-minor;/gedit-&gedit-version;.tar.xz">-->
9 <!ENTITY gedit-download-http "&gnome-download-http;/gedit/3.12/gedit-&gedit-version;.tar.xz">
10 <!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/3.12/gedit-&gedit-version;.tar.xz">
11 <!ENTITY gedit-md5sum "d603299a2f885e48d8ba1cf8f16e3b6c">
12 <!ENTITY gedit-size "2.8 MB">
13 <!ENTITY gedit-buildsize "98 MB (additional 1 MB for tests)">
14 <!ENTITY gedit-time "1.0 SBU (additional 0.1 SBU for tests)">
15]>
16
17<sect1 id="gedit" xreflabel="Gedit-&gedit-version;">
18 <?dbhtml filename="gedit.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Gedit-&gedit-version;</title>
26
27 <indexterm zone="gedit">
28 <primary sortas="a-Gedit">Gedit</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Gedit</title>
33
34 <para>
35 The <application>Gedit</application> package contains a lightweight
36 UTF-8 text editor for the <application>GNOME</application> Desktop.
37 </para>
38
39 &lfs75_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gedit-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gedit-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gedit-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gedit-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gedit-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gedit-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Gedit Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gsettings-desktop-schemas"/>,
80 <xref linkend="gtksourceview"/>,
81 <xref linkend="libpeas"/>, and
82 <xref linkend="yelp-xsl"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="enchant"/>,
88 <xref linkend="gvfs"/> (runtime),
89 <xref linkend="iso-codes"/>,
90 <xref linkend="libsoup"/>, and
91 <xref linkend="pygobject3"/>
92 (<application>Python</application> 3 module)
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="gtk-doc"/>,
98 <xref linkend="vala"/>, and
99 <ulink url="https://launchpad.net/zeitgeist/">Zeitgeist</ulink>
100 </para>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/gedit"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of Gedit</title>
109
110 <para>
111 Install <application>Gedit</application> by running the following
112 commands:
113 </para>
114
115<screen><userinput>./configure --prefix=/usr &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 To test the results, issue <command>make check</command> from an
120 X terminal emulator.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <para>
135 <option>--disable-spell</option>: Use this switch to disable
136 spell-checking capability. It is required if
137 <application>Enchant</application> is not installed.
138 </para>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/gtk-doc-rebuild.xml"/>
142
143 <para><option>--libexecdir=/usr/lib</option>: This option
144 puts the package's private programs in
145 <filename class="directory">/usr/lib/gedit</filename> instead of
146 <filename class="directory">/usr/libexec/gedit</filename> in
147 accordance with the old version of the FHS used before LFS-7.5.</para>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Program</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
161 gedit and
162 gnome-text-editor (symlink to gedit)
163 </seg>
164 <seg>
165 /usr/lib/gedit/libgedit-private.so and
166 several under /usr/lib/gedit/plugins
167 </seg>
168 <seg>
169 /usr/include/gedit-3.12,
170 /usr/lib/gedit,
171 /usr/libexec/gedit,
172 /usr/share/gedit,
173 /usr/share/gtk-doc/html/gedit, and
174 /usr/share/help/*/gedit
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="gedit-prog">
185 <term><command>gedit</command></term>
186 <listitem>
187 <para>
188 is a lightweight text editor integrated with the
189 <application>GNOME</application> Desktop.
190 </para>
191 <indexterm zone="gedit gedit-prog">
192 <primary sortas="b-gedit">gedit</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 </variablelist>
198
199 </sect2>
200
201</sect1>
Note: See TracBrowser for help on using the repository browser.