mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Updated to GtkHTML-3.2.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3021 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b0dd6caceb
commit
52290884ca
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gtkhtml-download-http "http://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.0/gtkhtml->khtml-version;.tar.bz2">
|
||||
<!ENTITY gtkhtml-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.0/gtkhtml->khtml-version;.tar.bz2">
|
||||
<!ENTITY gtkhtml-size "1.2 MB">
|
||||
<!ENTITY gtkhtml-buildsize "133 MB">
|
||||
<!ENTITY gtkhtml-time "1.84 SBU">
|
||||
|
||||
<!ENTITY gtkhtml-download-http "http://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.2/gtkhtml->khtml-version;.tar.bz2">
|
||||
<!ENTITY gtkhtml-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.2/gtkhtml->khtml-version;.tar.bz2">
|
||||
<!ENTITY gtkhtml-md5sum "fe7aa0259a4cd7c99280c076711f8f80">
|
||||
<!ENTITY gtkhtml-size "1.3 MB">
|
||||
<!ENTITY gtkhtml-buildsize "51 MB">
|
||||
<!ENTITY gtkhtml-time "1.21 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gtkhtml" xreflabel="GtkHTML->khtml-version;">
|
||||
@ -25,28 +25,31 @@
|
||||
|
||||
<para>The <application>GtkHTML</application> package contains a
|
||||
lightweight <acronym>HTML</acronym> rendering/printing/editing engine.
|
||||
This is an <application>evolution</application> specific application at
|
||||
This is an <application>Evolution</application> specific application at
|
||||
this time.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink url=">khtml-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink url=">khtml-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download (HTTP):
|
||||
<ulink url=">khtml-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP):
|
||||
<ulink url=">khtml-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: >khtml-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: >khtml-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required: >khtml-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time: >khtml-time;</para></listitem></itemizedlist>
|
||||
<listitem><para>Estimated disk space required:
|
||||
>khtml-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
>khtml-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application>GtkHTML</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para>
|
||||
<xref linkend="gal"/> and
|
||||
<xref linkend="libgnomeprintui"/>
|
||||
</para></sect4>
|
||||
<para><xref linkend="gal"/> and <xref linkend="libgnomeprintui"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para>
|
||||
<xref linkend="libsoup"/>
|
||||
</para></sect4>
|
||||
<para><xref linkend="libsoup"/> and <xref linkend="gail"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -54,7 +57,8 @@ this time.</para>
|
||||
<sect2>
|
||||
<title>Installation of <application>GtkHTML</application></title>
|
||||
|
||||
<para>Install <application>GtkHTML</application> by running the following commands:</para>
|
||||
<para>Install <application>GtkHTML</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin &&
|
||||
@ -66,17 +70,19 @@ make install</command></userinput></screen>
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>GtkHTML</application> package contains <filename
|
||||
class="libraryfile">
|
||||
libgtkhtml-3.0</filename> libraries.</para>
|
||||
<para>The <application>GtkHTML</application> package contains
|
||||
<filename class="libraryfile">libgtkhtml-3.1</filename> and
|
||||
<filename class='libraryfile'>libgnome-gtkhtml-editor</filename>
|
||||
libraries.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>libgtkhtml-3.0 libraries</title>
|
||||
<para><filename class="libraryfile">libgtkhtml-3.0</filename> libraries provide the functions to
|
||||
render <acronym>HTML</acronym> within applications.</para></sect3>
|
||||
<sect3><title>libgtkhtml-3.1 libraries</title>
|
||||
<para><filename class="libraryfile">libgtkhtml-3.1</filename> libraries
|
||||
provide the functions to render <acronym>HTML</acronym> within
|
||||
applications.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -22,9 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>November 23rd, 2004 [randy]: Added new package
|
||||
<listitem><para>November 23rd, 2004 [randy]: Added new package
|
||||
libgnomecups-0.1.13; updated to libgnomeprint-2.8.0.1, libgnomeprintui-2.8.0,
|
||||
and GAL-2.2.3.</para></listitem>
|
||||
GAL-2.2.3 and GtkHTML-3.2.3.</para></listitem>
|
||||
|
||||
<listitem><para>November 22nd, 2004 [randy]: Changed GConf dependency in
|
||||
Metacity instructions to required, reported by Denis
|
||||
|
Loading…
Reference in New Issue
Block a user