glfs/gnome/add/gtksourceview.xml
Randy McMurchy a1d1bd8314 Updated to gtksourceview-1.2.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4335 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-17 20:09:11 +00:00

96 lines
3.3 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 "http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/1.2/gtksourceview-&gtksourceview-version;.tar.bz2">
<!ENTITY gtksourceview-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview/1.2/gtksourceview-&gtksourceview-version;.tar.bz2">
<!ENTITY gtksourceview-md5sum "0a9f68a3faf982599b64276487c37c6d">
<!ENTITY gtksourceview-size "882 KB">
<!ENTITY gtksourceview-buildsize "12 MB">
<!ENTITY gtksourceview-time "0.2 SBU">
]>
<sect1 id="gtksourceview" xreflabel="gtksourceview-&gtksourceview-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="gtksourceview.html"?>
<title>gtksourceview-&gtksourceview-version;</title>
<sect2>
<title>Introduction to <application>gtksourceview</application></title>
<para>The <application>gtksourceview</application> package contains
<filename>libgtksourceview</filename> libraries. This is useful for
extending the <application><acronym>GTK</acronym></application> text
functions to include syntax highlighting.</para>
<sect3><title>Package information</title>
<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>
</sect3>
<sect3><title><application>gtksourceview</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="gnome-vfs"/> and
<xref linkend="libgnomeprintui"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="gtk-doc"/></para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>gtksourceview</application></title>
<para>Install <application>gtksourceview</application> by running the
following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
make</command></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 root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<para>The <application>gtksourceview</application> package contains
the <filename>libgtksourceview-1.0</filename> library.</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>libgtksourceview-1.0 library</title>
<para><filename>libgtksourceview-1.0</filename> contains function
extensions for the GtkTextView widget.</para></sect3>
</sect2>
</sect1>