source: gnome/applications/gedit.xml@ 9139ae5

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

Update to gedit-3.10.1.

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

  • Property mode set to 100644
File size: 5.2 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
8 "&gnome-download-http;/gedit/&gnome-minor;/gedit-&gedit-version;.tar.xz">
9 <!ENTITY gedit-download-ftp
10 "&gnome-download-ftp;/gedit/&gnome-minor;/gedit-&gedit-version;.tar.xz">
11 <!ENTITY gedit-md5sum "877b3b2da061ef1cecaf0e770a3f1f4b">
12 <!ENTITY gedit-size "3.0 MB">
13 <!ENTITY gedit-buildsize "98 MB">
14 <!ENTITY gedit-time "0.8 SBU">
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 &lfs74_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="iso-codes"/>,
89 <xref linkend="gvfs"/>,
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"/> and
98 <ulink url="https://launchpad.net/zeitgeist/">Zeitgeist</ulink>
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/gedit"/>
103 </para>
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Gedit</title>
108
109 <para>
110 Install <application>Gedit</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
115make</userinput></screen>
116
117 <para>
118 To test the results, issue <command>make check</command>. Note
119 that you should run tests from an already active graphical session
120 (<application>GNOME</application>, <application>LXDE</application>, etc.).
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 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Program</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>
155 gedit
156 </seg>
157 <seg>
158 None
159 </seg>
160 <seg>
161 /usr/include/gedit-3.0,
162 /usr/lib/gedit,
163 /usr/share/gedit,
164 /usr/share/gtk-doc/html/gedit, and
165 /usr/share/help/*/gedit
166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="gedit-prog">
176 <term><command>gedit</command></term>
177 <listitem>
178 <para>
179 is a lightweight text editor integrated with the
180 <application>GNOME</application> Desktop.
181 </para>
182 <indexterm zone="gedit gedit-prog">
183 <primary sortas="b-gedit">gedit</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.