source: gnome/add/gedit.xml@ 07078cc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 07078cc was 77cbf36, checked in by Ken Moffat <ken@…>, 12 years ago

gedit-3.2.3

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

  • Property mode set to 100644
File size: 5.9 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-version;/gedit-&gedit-version;.tar.xz">
8 <!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-version;/gedit-&gedit-version;.tar.xz">
9 <!ENTITY gedit-md5sum "f7d27116971e2d7336231353de7dd2e9">
10 <!ENTITY gedit-size "2.8 MB">
11 <!ENTITY gedit-buildsize "95 MB">
12 <!ENTITY gedit-time "1.8 SBU">
13]>
14
15<sect1 id="gedit" xreflabel="gedit-&gedit-version;">
16 <?dbhtml filename="gedit.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gedit-&gedit-version;</title>
24
25 <indexterm zone="gedit">
26 <primary sortas="a-gedit">gedit</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gedit</title>
31
32 <para>The <application>gedit</application> package contains a lightweight
33 UTF-8 text editor for the <application>GNOME</application> desktop.</para>
34
35 &lfs70_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gedit-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gedit-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gedit-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gedit-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gedit-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gedit-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">gedit Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="gnome-doc-utils"/>,
63 <xref linkend="gsettings-desktop-schemas"/>,
64 <xref linkend="gtk-doc"/>,
65 <xref linkend="gtk3"/>,
66 <xref linkend="gtksourceview"/>,
67 <xref linkend="libpeas"/>, and
68 <xref linkend="which"/></para>
69
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="recommended"><xref linkend="enchant"/> and
72 <xref linkend="iso-codes"/> (to Provide Spell-Checking Capability),
73 <xref linkend="rarian"/></para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional"><xref linkend="attr"/>,
77 <xref linkend="libsoup"/>,
78 <xref linkend="pygobject3"/>, and
79 <ulink url="http://launchpad.net/libzeitgeist">libzeitgeist</ulink></para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/gedit"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of gedit</title>
88
89 <para>Install <application>gedit</application> by running the following
90 commands:</para>
91
92<!-- /usr/lib/gedit is created for plugins, reuse for libexec's gedit-bugreport.sh -->
93<screen><userinput>./configure --prefix=$GNOME_PREFIX \
94 --libexecdir=$GNOME_PREFIX/lib/gedit &amp;&amp;
95make</userinput></screen>
96
97 <para>This package&apos;s testsuite is intended to be used by the
98 maintainer (or not) to check i18n files.</para>
99
100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="../../xincludes/gnome-prefix.xml"/>
111
112 <para><command>--libexecdir=$GNOME_PREFIX/lib/gedit</command> : this
113 parameter ensures the libexec file is installed to the same directory as
114 the plugins, instead of creating
115 <filename class="directory">$GNOME_PREFIX/libexec</filename></para>
116
117 <para><option>--disable-spell</option>: Use this parameter to disables
118 spell-checking capability and is required if
119 <application>Enchant</application> is not installed.</para>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/gtk-doc-rebuild.xml"/>
123
124 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
125 wish to disable the updates to the scrollkeeper database.</para>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>gedit and gnome-text-editor (a symlink to gedit)</seg>
139 <seg>libgedit-private.so, libchangecase.so, libdocinfo.so, libfilebrowser.so,
140 libmodelines.so, libsort.so, libspell.so, libtime.so</seg>
141 <!-- slimmed as much as possible, reformatted to avoid whitespace at wrong places -->
142 <seg><envar>$GNOME_PREFIX</envar>/include/gedit-3.0,
143 <envar>$GNOME_PREFIX</envar>/lib/gedit,
144 <envar>$GNOME_PREFIX</envar>/share/gedit-2,
145 <envar>$GNOME_PREFIX</envar>/share/gnome/help/gedit,
146 <envar>$GNOME_PREFIX</envar>/share/gtk-doc/html,
147 <envar>$GNOME_PREFIX</envar>/share/omf/gedit</seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="gedit-prog">
157 <term><command>gedit</command></term>
158 <listitem>
159 <para>is a lightweight text editor integrated with the
160 GNOME desktop.</para>
161 <indexterm zone="gedit gedit-prog">
162 <primary sortas="b-gedit">gedit</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.