source: postlfs/editors/gedit.xml@ c517fd0

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 c517fd0 was c517fd0, checked in by Douglas R. Reno <renodr@…>, 16 months ago

Update to gedit-43.2

Also adjust the ticket numbers for tepl's reintroduction

  • Property mode set to 100644
File size: 5.4 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-43;/gedit-&gedit-version;.tar.xz">
8 <!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-43;/gedit-&gedit-version;.tar.xz">
9 <!ENTITY gedit-md5sum "7de5ce6a7bf002e59b2f68eb5d9c8f3a">
10 <!ENTITY gedit-size "2.6 MB">
11 <!ENTITY gedit-buildsize "69 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"/>,
77 <xref linkend="libpeas"/>, 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 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/gedit"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Gedit</title>
104
105 <para>
106 Install <application>Gedit</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>mkdir gedit-build &amp;&amp;
111cd gedit-build &amp;&amp;
112
113meson --prefix=/usr --buildtype=release .. &amp;&amp;
114ninja</userinput></screen>
115
116 <para>
117 To test the results, issue: <command>ninja test</command>.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>ninja install</userinput></screen>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/gsettings-destdir.xml"/>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/meson-buildtype-release.xml"/>
136
137 <para>
138 <parameter>-Duser_documentation=false</parameter>: This switch disables
139 generating the user documentation. Omit this switch if you have
140 <xref linkend="gtk-doc"/> installed and wish to generate the user
141 documentation.
142 </para>
143
144 <para>
145 <option>-Dgtk_doc=true</option>: Use this option
146 to build the reference manual (needs <xref linkend="gtk-doc"/>).
147 </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
162 </seg>
163 <seg>
164 libgedit-43.so
165 </seg>
166 <seg>
167 /usr/include/gedit-43 and
168 /usr/{lib,share,share/gtk-doc/html,share/help/*}/gedit
169 </seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="gedit-prog">
179 <term><command>gedit</command></term>
180 <listitem>
181 <para>
182 is a lightweight text editor integrated with the
183 <application>GNOME</application> Desktop
184 </para>
185 <indexterm zone="gedit gedit-prog">
186 <primary sortas="b-gedit">gedit</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.