source: postlfs/editors/gedit.xml@ a3717a9

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since a3717a9 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.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 gedit-download-http "&gnome-download-http;/gedit/&gnome-42;/gedit-&gedit-version;.tar.xz">
8 <!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-42;/gedit-&gedit-version;.tar.xz">
9 <!ENTITY gedit-md5sum "733fcdd4db8e344460995857381cfaac">
10 <!ENTITY gedit-size "6.6 MB">
11 <!ENTITY gedit-buildsize "59 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 &lfs112_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"/>,
74 <xref linkend="gsettings-desktop-schemas"/>,
75 <xref linkend="gtksourceview4"/>,
76 <xref linkend="itstool"/>, and
77 <xref linkend="libpeas"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="gspell"/>,
83 <xref role="runtime" linkend="gvfs"/> (runtime),
84 <xref linkend="iso-codes"/>, and
85 <xref linkend="pygobject3"/>
86 (<application>Python</application> 3 module)
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="gtk-doc"/>,
92 <xref linkend="vala"/>, and
93 <ulink url="https://launchpad.net/zeitgeist">zeitgeist</ulink>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gedit"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Gedit</title>
103
104<!-- Fixed in gedit-41.0
105 <para>
106 First fix building with recent versions of
107 <application>meson</application>:
108 </para>
109
110<screen><userinput>sed -i '/merge_file/{n;d}' data/meson.build</userinput></screen>
111-->
112
113 <para>
114 Install <application>Gedit</application> by running the following
115 commands:
116 </para>
117
118<screen><userinput>mkdir build &amp;&amp;
119cd build &amp;&amp;
120
121meson --prefix=/usr --buildtype=release .. &amp;&amp;
122ninja</userinput></screen>
123
124 <para>
125 To test the results, issue: <command>ninja test</command>.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>ninja install</userinput></screen>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/gsettings-destdir.xml"/>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/meson-buildtype-release.xml"/>
144
145 <para>
146 <parameter>-Duser_documentation=false</parameter>: This switch disables
147 generating the user documentation. Omit this switch if you have
148 <xref linkend="gtk-doc"/> installed and wish to generate the user
149 documentation.
150 </para>
151
152 <para>
153 <option>-Dgtk_doc=true</option>: Use this option
154 to build the reference manual (needs <xref linkend="gtk-doc"/>).
155 </para>
156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Program</segtitle>
164 <segtitle>Installed Libraries</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 gedit
170 </seg>
171 <seg>
172 libgedit-41.0.so
173 </seg>
174 <seg>
175 /usr/include/gedit-41 and
176 /usr/{lib,share,share/gtk-doc/html,share/help/*}/gedit
177 </seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="gedit-prog">
187 <term><command>gedit</command></term>
188 <listitem>
189 <para>
190 is a lightweight text editor integrated with the
191 <application>GNOME</application> Desktop
192 </para>
193 <indexterm zone="gedit gedit-prog">
194 <primary sortas="b-gedit">gedit</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.