source: gnome/add/gedit.xml@ b4f31af

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 b4f31af was b4f31af, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to gedit-2.28.2.

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

  • 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-version;/gedit-&gedit-version;.tar.bz2">
8 <!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-version;/gedit-&gedit-version;.tar.bz2">
9 <!ENTITY gedit-md5sum "562b2e15cf4d3cef068caf7a25843ccd">
10 <!ENTITY gedit-size "4.4 MB">
11 <!ENTITY gedit-buildsize "86 MB">
12 <!ENTITY gedit-time "1.1 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 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&gedit-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&gedit-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &gedit-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &gedit-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &gedit-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &gedit-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">gedit Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="GConf"/>,
61 <xref linkend="gnome-doc-utils"/>,
62 <xref linkend="gtk2"/>, and
63 <xref linkend="gtksourceview"/></para>
64
65 <bridgehead renderas="sect4">Recommended</bridgehead>
66 <para role="recommended"><xref linkend="enchant"/> and
67 <xref linkend="iso-codes"/> (to Provide Spell-Checking Capability), and
68 <xref linkend="rarian"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="attr"/>,
72 <xref linkend="gtk-doc"/>,
73 <xref linkend="libsoup"/>,
74 <xref linkend="pygtk"/> (including the gtk and pango modules), and
75 <xref linkend="pygtksourceview"/></para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/gedit"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of gedit</title>
84
85 <para>Install <application>gedit</application> by running the following
86 commands:</para>
87
88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
89 --sysconfdir=&gnome-etc-dir; \
90 --libexecdir=$(pkg-config \
91 --variable=prefix ORBit-2.0)/lib/gedit-2 \
92 --localstatedir=/var/lib &amp;&amp;
93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
107 href="../../xincludes/gnome-prefix.xml"/>
108
109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
110 href="../../xincludes/gnome-sysconfdir.xml"/>
111
112 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
113 href="../../xincludes/scrollkeeper-dir.xml"/>
114
115 <para><option>--disable-spell</option>: Use this parameter to disables
116 spell-checking capability and is required if
117 <application>Enchant</application> is not installed.</para>
118
119 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
120 href="../../xincludes/gtk-doc-rebuild.xml"/>
121
122 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
123 wish to disable the updates to the scrollkeeper database.</para>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>gedit</seg>
137 <seg><application>gedit</application> plugin modules</seg>
138 <seg><envar>$GNOME_PREFIX</envar>/{include/gedit-2.20/gedit,
139 usr/lib/gedit-2/{gedit-2,plugin-loaders,plugins},share/{gedit-2/{icons,
140 logo,plugins/*},gnome/help/gedit/*,omf/gedit}}</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="gedit-prog">
150 <term><command>gedit</command></term>
151 <listitem>
152 <para>is a lightweight text editor integrated with the
153 GNOME desktop.</para>
154 <indexterm zone="gedit gedit-prog">
155 <primary sortas="b-gedit">gedit</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.