Updated to GtkHTML-3.8.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5655 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2006-02-06 20:08:37 +00:00
parent e62f701139
commit 9121757add
3 changed files with 19 additions and 14 deletions

View File

@ -416,7 +416,7 @@
<!ENTITY libgnomecups-version "0.2.2">
<!ENTITY libgnomeprint-version "2.12.1">
<!ENTITY libgnomeprintui-version "2.12.1">
<!ENTITY gtkhtml-version "3.8.1">
<!ENTITY gtkhtml-version "3.8.2">
<!ENTITY libgtkhtml-version "2.6.3">
<!ENTITY evolution-data-server-version "1.4.1.1">
<!ENTITY gtksourceview-version "1.4.2">

View File

@ -4,11 +4,11 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gtkhtml-download-http "http://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.8/gtkhtml-&gtkhtml-version;.tar.bz2">
<!ENTITY gtkhtml-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.8/gtkhtml-&gtkhtml-version;.tar.bz2">
<!ENTITY gtkhtml-md5sum "4c66f0eb30d6c26a09ee2c8d60d9c520">
<!ENTITY gtkhtml-size "1.5 MB">
<!ENTITY gtkhtml-buildsize "56.1 MB">
<!ENTITY gtkhtml-download-http "&gnome-download-http;/gtkhtml/3.8/gtkhtml-&gtkhtml-version;.tar.bz2">
<!ENTITY gtkhtml-download-ftp "&gnome-download-http;/gtkhtml/3.8/gtkhtml-&gtkhtml-version;.tar.bz2">
<!ENTITY gtkhtml-md5sum "4455e24142cc914f00f1e8b81940df68">
<!ENTITY gtkhtml-size "1.2 MB">
<!ENTITY gtkhtml-buildsize "56.0 MB">
<!ENTITY gtkhtml-time "1.3 SBU">
]>
@ -65,7 +65,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="libgnomeui"/>,
<xref linkend="gail"/>,
<xref linkend="gnome-icon-theme"/> and
<xref linkend="gnome-icon-theme"/>, and
<xref linkend="libgnomeprintui"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
@ -80,7 +80,8 @@
commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin &amp;&amp;
--libexecdir=`pkg-config \
--variable=prefix ORBit-2.0`/lib/gtkhtml &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -101,10 +102,11 @@ make</userinput></screen>
<seglistitem>
<seg>None</seg>
<seg>libgtkhtml-3.8.[so,a] and libgnome-gtkhtml-editor-3.8[so,a]</seg>
<seg>$GNOME_PREFIX/include/libgtkhtml-3.8,
$GNOME_PREFIX/lib/gtkhtml and
$GNOME_PREFIX/share/gtkhtml-3.8</seg>
<seg>libgtkhtml-3.x.[so,a] and libgnome-gtkhtml-editor-3.x.[so,a]</seg>
<seg>The following subdirectories of $GNOME_PREFIX/:
include/libgtkhtml-3.x,
lib/gtkhtml, and
share/gtkhtml-3.x</seg>
</seglistitem>
</segmentedlist>
@ -114,11 +116,11 @@ make</userinput></screen>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgtkhtml-3">
<term><filename class='libraryfile'>libgtkhtml-3.6.[so,a]</filename></term>
<term><filename class='libraryfile'>libgtkhtml-3.x.[so,a]</filename></term>
<listitem>
<para>provide the functions to render HTML within applications.</para>
<indexterm zone="gtkhtml libgtkhtml-3">
<primary sortas="c-libgtkhtml-3">libgtkhtml-3.6.[so,a]</primary>
<primary sortas="c-libgtkhtml-3">libgtkhtml-3.x.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>

View File

@ -44,6 +44,9 @@
<listitem>
<para>February 6th, 2006</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to GtkHTML-3.8.2.</para>
</listitem>
<listitem>
<para>[randy] - Updated Gnopernicus to fit the GNOME-2.12.2 version
changes.</para>