mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Updated to gtksourceview-1.2.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4335 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e6bbc4f969
commit
a1d1bd8314
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gtksourceview-download-http "http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/1.1/gtksourceview->ksourceview-version;.tar.bz2">
|
||||
<!ENTITY gtksourceview-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview/1.1/gtksourceview->ksourceview-version;.tar.bz2">
|
||||
<!ENTITY gtksourceview-md5sum "2e59c8748594181d4bf452320c8c3b5c">
|
||||
<!ENTITY gtksourceview-size "834 KB">
|
||||
<!ENTITY gtksourceview-buildsize "11.7 MB">
|
||||
<!ENTITY gtksourceview-time "0.24 SBU">
|
||||
<!ENTITY gtksourceview-download-http "http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/1.2/gtksourceview->ksourceview-version;.tar.bz2">
|
||||
<!ENTITY gtksourceview-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview/1.2/gtksourceview->ksourceview-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->ksourceview-version;">
|
||||
@ -44,7 +44,8 @@ functions to include syntax highlighting.</para>
|
||||
|
||||
<sect3><title><application>gtksourceview</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="libgnomeprintui"/></para>
|
||||
<para><xref linkend="gnome-vfs"/> and
|
||||
<xref linkend="libgnomeprintui"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
@ -61,8 +62,17 @@ functions to include syntax highlighting.</para>
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
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>
|
||||
|
||||
@ -70,17 +80,16 @@ make install</command></userinput></screen>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>gtksourceview</application> package contains
|
||||
<filename>libgtksourceview</filename> libraries.</para>
|
||||
the <filename>libgtksourceview-1.0</filename> library.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>libgtksourceview libraries</title>
|
||||
<para><filename>libgtksourceview</filename> libraries contain function
|
||||
<sect3><title>libgtksourceview-1.0 library</title>
|
||||
<para><filename>libgtksourceview-1.0</filename> contains function
|
||||
extensions for the GtkTextView widget.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
<listitem>
|
||||
<para>May 17th, 2005 [randy]: Updated to GNOME System Monitor-2.10.1,
|
||||
bug-buddy-2.10.0, EOG-2.10.0 and AT SPI-1.6.4.</para>
|
||||
bug-buddy-2.10.0, EOG-2.10.0, AT SPI-1.6.4 and gtksourceview-1.2.0.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user