source: postlfs/editors/gedit.xml

trunk
Last change on this file was 7bc0ecf, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Update to gedit-46.2

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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/46/gedit-&gedit-version;.tar.xz">
8 <!ENTITY gedit-download-ftp " ">
9 <!ENTITY gedit-md5sum "01327f0d35778d8f3a914fffb69e8cd6">
10 <!ENTITY gedit-size "2.6 MB">
11 <!ENTITY gedit-buildsize "66 MB (with tests)">
12 <!ENTITY gedit-time "0.2 SBU (using parallelism=4; with tests)">
13]>
14
15<sect1 id="gedit" xreflabel="Gedit-&gedit-version;">
16 <?dbhtml filename="gedit.html"?>
17
18
19 <title>Gedit-&gedit-version;</title>
20
21 <indexterm zone="gedit">
22 <primary sortas="a-Gedit">Gedit</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Gedit</title>
27
28 <para>
29 The <application>Gedit</application> package contains a lightweight
30 UTF-8 text editor for the <application>GNOME</application> Desktop.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&gedit-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&gedit-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &gedit-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &gedit-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &gedit-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &gedit-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Gedit Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <!--<xref linkend="git"/>, unneeded -->
74 <xref linkend="gsettings-desktop-schemas"/>,
75 <xref linkend="itstool"/>,
76 <xref linkend="libpeas"/>,
77 <xref linkend="libgedit"/>, and
78 <xref linkend="tepl"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gspell"/>,
84 <xref role="runtime" linkend="gvfs"/> (runtime),
85 <xref linkend="iso-codes"/>, and
86 <xref linkend="pygobject3"/>
87 (<application>Python</application> 3 module)
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gtk-doc"/>,
93 <xref linkend="vala"/>, and
94 <ulink url="https://launchpad.net/zeitgeist">zeitgeist</ulink>
95 </para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Gedit</title>
101
102<!-- Not needed in 46.2
103 <para>
104 First change the <filename>meson.build</filename> script so that
105 it can accept a <option>release</option> build.
106 </para>
107
108<screen><userinput>sed -i s/plain/release/ meson.build</userinput></screen>
109-->
110
111 <para>
112 Install <application>Gedit</application> by running the following
113 commands:
114 </para>
115
116<screen><userinput>mkdir gedit-build &amp;&amp;
117cd gedit-build &amp;&amp;
118
119meson setup --prefix=/usr \
120 --buildtype=release \
121 -Dgtk_doc=false \
122 .. &amp;&amp;
123ninja</userinput></screen>
124
125 <para>
126 To test the results, issue: <command>ninja test</command>.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>ninja install</userinput></screen>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/gsettings-destdir.xml"/>
137
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142<!--
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/meson-buildtype-release.xml"/>
145-->
146 <para>
147 <parameter>-Dgtk_doc=false</parameter>: This switch disables
148 generating the API documentation. Omit this switch if you have
149 <xref linkend="gtk-doc"/> installed and wish to generate the API
150 documentation.
151 </para>
152
153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Program</segtitle>
160 <segtitle>Installed Libraries</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>
165 gedit
166 </seg>
167 <seg>
168 libgedit-46.so
169 </seg>
170 <seg>
171 /usr/include/gedit-46 and
172 /usr/{lib,share,share/help/*}/gedit
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="gedit-prog">
183 <term><command>gedit</command></term>
184 <listitem>
185 <para>
186 is a lightweight text editor integrated with the
187 <application>GNOME</application> Desktop
188 </para>
189 <indexterm zone="gedit gedit-prog">
190 <primary sortas="b-gedit">gedit</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 </variablelist>
196
197 </sect2>
198
199</sect1>
Note: See TracBrowser for help on using the repository browser.