source: postlfs/editors/gedit.xml@ 5156197

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5156197 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[3bef2f0]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
[eb305e7b]7 <!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-40;/gedit-&gedit-version;.tar.xz">
8 <!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-40;/gedit-&gedit-version;.tar.xz">
9 <!ENTITY gedit-md5sum "993332e9e6c5b6577d5fe891021bba04">
[279fc64]10 <!ENTITY gedit-size "6.5 MB">
[eb305e7b]11 <!ENTITY gedit-buildsize "73 MB (with tests)">
[1bcedae]12 <!ENTITY gedit-time "0.3 SBU (using parallelism=4; with tests)">
[3bef2f0]13]>
14
15<sect1 id="gedit" xreflabel="Gedit-&gedit-version;">
16 <?dbhtml filename="gedit.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Gedit-&gedit-version;</title>
23
24 <indexterm zone="gedit">
25 <primary sortas="a-Gedit">Gedit</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Gedit</title>
30
31 <para>
32 The <application>Gedit</application> package contains a lightweight
33 UTF-8 text editor for the <application>GNOME</application> Desktop.
34 </para>
35
[42abc3e6]36 &lfs101_checked;
[3bef2f0]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gedit-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gedit-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gedit-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gedit-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gedit-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gedit-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Gedit Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
[30dece5]76 <xref linkend="git"/>,
[3bef2f0]77 <xref linkend="gsettings-desktop-schemas"/>,
[3c2936fe]78 <xref linkend="gspell"/>,
79 <xref linkend="gtksourceview4"/>,
[fbbe92f]80 <xref linkend="itstool"/>,
81 <xref linkend="libpeas"/>, and
82 <xref linkend="tepl"/>
[3bef2f0]83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
[96e9478]87 <xref role="runtime" linkend="gvfs"/> (runtime),
[fbbe92f]88 <xref linkend="iso-codes"/>, and
[3bef2f0]89 <xref linkend="pygobject3"/>
[ba056d7]90 (<application>Python</application> 3 module)
[3bef2f0]91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
[7007944]95 <xref linkend="gtk-doc"/>,
[3c2936fe]96 <xref linkend="vala"/>, and
[c6b192c]97 <ulink url="https://launchpad.net/zeitgeist">zeitgeist</ulink>
[3bef2f0]98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/gedit"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of Gedit</title>
107
108 <para>
109 Install <application>Gedit</application> by running the following
110 commands:
111 </para>
112
[3c2936fe]113<screen><userinput>mkdir build &amp;&amp;
114cd build &amp;&amp;
115
[d5fc3bc4]116meson --prefix=/usr -Dbuildtype=release .. &amp;&amp;
[3c2936fe]117ninja</userinput></screen>
[3bef2f0]118
119 <para>
[3c2936fe]120 To test the results, issue: <command>ninja test</command>.
[3bef2f0]121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
[825e41ec]127<screen role="root"><userinput>ninja install</userinput></screen>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/gsettings-destdir.xml"/>
[3bef2f0]131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <para>
[fbbe92f]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
[825e41ec]146 to build the reference manual (needs <xref linkend="gtk-doc"/>).
[3bef2f0]147 </para>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Program</segtitle>
[c3c56b2]156 <segtitle>Installed Libraries</segtitle>
[3bef2f0]157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
[3c2936fe]161 gedit
[3bef2f0]162 </seg>
[c3c56b2]163 <seg>
[eb305e7b]164 libgedit-40.0.so
[c3c56b2]165 </seg>
[3bef2f0]166 <seg>
[eb305e7b]167 /usr/include/gedit-40.0 and
[fbbe92f]168 /usr/{lib,share,share/gtk-doc/html,share/help/*}/gedit
[3bef2f0]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
[4c24eb0a]183 <application>GNOME</application> Desktop
[3bef2f0]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.