source: gnome/add/gedit.xml@ 86c6d5a

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

Updated to gedit-2.30.3.

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

  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[26f1e36]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 "7c8ac5fe529285309f7d5750ee52b7bd">
10 <!ENTITY gedit-size "4.5 MB">
11 <!ENTITY gedit-buildsize "94 MB">
12 <!ENTITY gedit-time "1.2 SBU">
[9d2dc4e2]13]>
14
[9f3f8b4c]15<sect1 id="gedit" xreflabel="gedit-&gedit-version;">
[f88baf3]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
[26f1e36]35 &lfs65_checked;
36
[f88baf3]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>
[b4f31af]62 <para role="required"><xref linkend="GConf"/>,
[352944e]63 <xref linkend="gnome-doc-utils"/>,
[26f1e36]64 <xref linkend="gtk2"/>,
65 <xref linkend="gtksourceview"/>, and
66 <xref linkend="which"/></para>
[f88baf3]67
[b4f31af]68 <bridgehead renderas="sect4">Recommended</bridgehead>
69 <para role="recommended"><xref linkend="enchant"/> and
70 <xref linkend="iso-codes"/> (to Provide Spell-Checking Capability), and
71 <xref linkend="rarian"/></para>
[ce892ab3]72
[f88baf3]73 <bridgehead renderas="sect4">Optional</bridgehead>
[b4f31af]74 <para role="optional"><xref linkend="attr"/>,
[0492ab0]75 <xref linkend="gtk-doc"/>,
[b4f31af]76 <xref linkend="libsoup"/>,
77 <xref linkend="pygtk"/> (including the gtk and pango modules), and
78 <xref linkend="pygtksourceview"/></para>
[0492ab0]79
[0a7c3921]80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/gedit"/></para>
82
[f88baf3]83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of gedit</title>
87
88 <para>Install <application>gedit</application> by running the following
89 commands:</para>
90
[352944e]91<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
92 --sysconfdir=&gnome-etc-dir; \
[b4f31af]93 --libexecdir=$(pkg-config \
94 --variable=prefix ORBit-2.0)/lib/gedit-2 \
95 --localstatedir=/var/lib &amp;&amp;
[f88baf3]96make</userinput></screen>
97
98 <para>This package does not come with a test suite.</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
[e05cd03f]109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[352944e]110 href="../../xincludes/gnome-prefix.xml"/>
[f88baf3]111
[e05cd03f]112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[352944e]113 href="../../xincludes/gnome-sysconfdir.xml"/>
114
[e05cd03f]115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[352944e]116 href="../../xincludes/scrollkeeper-dir.xml"/>
117
[b4f31af]118 <para><option>--disable-spell</option>: Use this parameter to disables
[0492ab0]119 spell-checking capability and is required if
[b4f31af]120 <application>Enchant</application> is not installed.</para>
[0492ab0]121
[e05cd03f]122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0492ab0]123 href="../../xincludes/gtk-doc-rebuild.xml"/>
[f88baf3]124
[b4f31af]125 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
126 wish to disable the updates to the scrollkeeper database.</para>
[92dec691]127
[b4f31af]128 </sect2>
[92dec691]129
[f88baf3]130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
[b4f31af]134 <segtitle>Installed Program</segtitle>
[f88baf3]135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
[b4f31af]139 <seg>gedit</seg>
[26f1e36]140 <seg>libcloader.so, libchangecase.so, libdocinfo.so, libfilebrowser.so,
141 libmodelines.so, libsort.so, libspell.so, libtaglist.so, and
142 libtime.so</seg>
[b4f31af]143 <seg><envar>$GNOME_PREFIX</envar>/{include/gedit-2.20/gedit,
[26f1e36]144 lib/gedit-2/{gedit-2,plugin-loaders,plugins},share/{gedit-2/{icons,logo,
145 plugins/{changecase,docinfo,filebrowser,modelines,sort,spell,taglist,
146 time},ui},gnome/help/gedit/*,gtk-doc/html/gedit,omf/gedit}}</seg>
[f88baf3]147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="gedit-prog">
156 <term><command>gedit</command></term>
157 <listitem>
[0492ab0]158 <para>is a lightweight text editor integrated with the
159 GNOME desktop.</para>
[f88baf3]160 <indexterm zone="gedit gedit-prog">
161 <primary sortas="b-gedit">gedit</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
[9f3f8b4c]169
170</sect1>
Note: See TracBrowser for help on using the repository browser.