glfs/gnome/add/gtksourceview.xml
Randy McMurchy 8163dd0126 Minor clean-up and addition of --mandir= parameter to the GNOME add-on packages which have already been updated to conform with the 2.14.2 update
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6217 af4574ff-66df-0310-9fd7-8a98e5e911e0
2006-06-26 19:00:09 +00:00

143 lines
4.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gtksourceview-download-http "&gnome-download-http;/gtksourceview/1.6/gtksourceview-&gtksourceview-version;.tar.bz2">
<!ENTITY gtksourceview-download-ftp "&gnome-download-ftp;/gtksourceview/1.6/gtksourceview-&gtksourceview-version;.tar.bz2">
<!ENTITY gtksourceview-md5sum "f8ca3a1a746477b2b46de7ebea276db5">
<!ENTITY gtksourceview-size "743 KB">
<!ENTITY gtksourceview-buildsize "13.9 MB">
<!ENTITY gtksourceview-time "0.2 SBU">
]>
<sect1 id="gtksourceview" xreflabel="gtksourceview-&gtksourceview-version;">
<?dbhtml filename="gtksourceview.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gtksourceview-&gtksourceview-version;</title>
<indexterm zone="gtksourceview">
<primary sortas="a-gtksourceview">gtksourceview</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gtksourceview</title>
<para>The <application>gtksourceview</application> package contains
<filename>libgtksourceview</filename> libraries. This is useful for
extending the <application>GTK</application> text functions to include
syntax highlighting.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gtksourceview-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gtksourceview-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gtksourceview-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gtksourceview-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gtksourceview-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gtksourceview-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gtksourceview Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gnome-vfs"/> and
<xref linkend="libgnomeprintui"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gtk-doc"/> and
<xref linkend="intltool"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gtksourceview"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of gtksourceview</title>
<para>Install <application>gtksourceview</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite, however, after the
package is installed you can change to the
<filename class='directory'>tests</filename> directory in the source tree
and issue <command>./test-widget</command> to test the functionality of the
<filename class='libraryfile'>libgtksourceview-1.0</filename> library.</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/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libgtksourceview-1.0.{so,a}</seg>
<seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
include/gtksourceview-1.0,
share/{gtk-doc/html/gtksourceview, gtksourceview-1.0}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgtksourceview-1">
<term><filename class='libraryfile'>libgtksourceview-1.0.{so,a}</filename></term>
<listitem>
<para>contains function extensions for the GtkTextView widget.</para>
<indexterm zone="gtksourceview libgtksourceview-1">
<primary sortas="c-libgtksourceview-1.0">libgtksourceview-1.0.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>