glfs/gnome/add/gedit.xml
Wayne Blaszczyk b4f31af7a3 Updated to gedit-2.28.2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8205 af4574ff-66df-0310-9fd7-8a98e5e911e0
2010-01-10 14:05:23 +00:00

165 lines
5.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gedit-download-http "&gnome-download-http;/gedit/&gnome-version;/gedit-&gedit-version;.tar.bz2">
<!ENTITY gedit-download-ftp "&gnome-download-ftp;/gedit/&gnome-version;/gedit-&gedit-version;.tar.bz2">
<!ENTITY gedit-md5sum "562b2e15cf4d3cef068caf7a25843ccd">
<!ENTITY gedit-size "4.4 MB">
<!ENTITY gedit-buildsize "86 MB">
<!ENTITY gedit-time "1.1 SBU">
]>
<sect1 id="gedit" xreflabel="gedit-&gedit-version;">
<?dbhtml filename="gedit.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gedit-&gedit-version;</title>
<indexterm zone="gedit">
<primary sortas="a-gedit">gedit</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gedit</title>
<para>The <application>gedit</application> package contains a lightweight
UTF-8 text editor for the <application>GNOME</application> desktop.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gedit-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gedit-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gedit-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gedit-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gedit-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gedit-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gedit Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="GConf"/>,
<xref linkend="gnome-doc-utils"/>,
<xref linkend="gtk2"/>, and
<xref linkend="gtksourceview"/></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended"><xref linkend="enchant"/> and
<xref linkend="iso-codes"/> (to Provide Spell-Checking Capability), and
<xref linkend="rarian"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="attr"/>,
<xref linkend="gtk-doc"/>,
<xref linkend="libsoup"/>,
<xref linkend="pygtk"/> (including the gtk and pango modules), and
<xref linkend="pygtksourceview"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gedit"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of gedit</title>
<para>Install <application>gedit</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--libexecdir=$(pkg-config \
--variable=prefix ORBit-2.0)/lib/gedit-2 \
--localstatedir=/var/lib &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gnome-sysconfdir.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/scrollkeeper-dir.xml"/>
<para><option>--disable-spell</option>: Use this parameter to disables
spell-checking capability and is required if
<application>Enchant</application> is not installed.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
<para><option>--disable-scrollkeeper</option>: Use this parameter if you
wish to disable the updates to the scrollkeeper database.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gedit</seg>
<seg><application>gedit</application> plugin modules</seg>
<seg><envar>$GNOME_PREFIX</envar>/{include/gedit-2.20/gedit,
usr/lib/gedit-2/{gedit-2,plugin-loaders,plugins},share/{gedit-2/{icons,
logo,plugins/*},gnome/help/gedit/*,omf/gedit}}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gedit-prog">
<term><command>gedit</command></term>
<listitem>
<para>is a lightweight text editor integrated with the
GNOME desktop.</para>
<indexterm zone="gedit gedit-prog">
<primary sortas="b-gedit">gedit</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>