mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Updated to Epiphany-1.4.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3052 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
085d4d816c
commit
13bbba79a5
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY epiphany-download-http "http://ftp.gnome.org/pub/GNOME/sources/epiphany/1.2/epiphany-&epiphany-version;.tar.bz2">
|
||||
<!ENTITY epiphany-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/epiphany/1.2/epiphany-&epiphany-version;.tar.bz2">
|
||||
<!ENTITY epiphany-size "2.5 MB">
|
||||
<!ENTITY epiphany-buildsize "95 MB">
|
||||
<!ENTITY epiphany-time "1.11 SBU">
|
||||
|
||||
<!ENTITY epiphany-download-http "http://ftp.gnome.org/pub/GNOME/sources/epiphany/1.4/epiphany-&epiphany-version;.tar.bz2">
|
||||
<!ENTITY epiphany-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/epiphany/1.4/epiphany-&epiphany-version;.tar.bz2">
|
||||
<!ENTITY epiphany-md5sum "ac41b48506ba2791121648772a885084">
|
||||
<!ENTITY epiphany-size "3.5 MB">
|
||||
<!ENTITY epiphany-buildsize "58 MB">
|
||||
<!ENTITY epiphany-time "0.87 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="epiphany" xreflabel="Epiphany-&epiphany-version;">
|
||||
@ -23,10 +23,9 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>Epiphany</application></title>
|
||||
|
||||
<para>
|
||||
<application>Epiphany</application> is a simple yet powerful
|
||||
<acronym>GNOME</acronym> web browser targeted at non-technical users.
|
||||
Its principles are simplicity and standards compliance.
|
||||
<para><application>Epiphany</application> is a simple yet powerful
|
||||
<application><acronym>GNOME</acronym></application> web browser targeted at
|
||||
non-technical users. Its principles are simplicity and standards compliance.
|
||||
</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
@ -35,8 +34,9 @@ Its principles are simplicity and standards compliance.
|
||||
url="&epiphany-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&epiphany-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &epiphany-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &epiphany-size;</para></listitem>
|
||||
<listitem><para>Estimated Disk space required:
|
||||
<listitem><para>Estimated disk space required:
|
||||
&epiphany-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&epiphany-time;</para></listitem></itemizedlist>
|
||||
@ -44,16 +44,16 @@ url="&epiphany-download-ftp;"/></para></listitem>
|
||||
|
||||
<sect3><title><application>Epiphany</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para>
|
||||
<xref linkend="libgnomeui"/>,
|
||||
<xref linkend="scrollkeeper"/> and
|
||||
<xref linkend="mozilla"/>
|
||||
</para></sect4>
|
||||
<para><xref linkend="libgnomeui"/>,
|
||||
<xref linkend="scrollkeeper"/>, and
|
||||
<xref linkend="mozilla"/> or
|
||||
<xref linkend="firefox"/> or
|
||||
<xref linkend="thunderbird"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para>
|
||||
<xref linkend="nautilus"/> and
|
||||
<xref linkend="gtk-doc"/>
|
||||
</para></sect4>
|
||||
<para><xref linkend="gtk-doc"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -61,7 +61,8 @@ url="&epiphany-download-ftp;"/></para></listitem>
|
||||
<sect2>
|
||||
<title>Installation of <application>Epiphany</application></title>
|
||||
|
||||
<para>Install <application>Epiphany</application> by running the following commands:</para>
|
||||
<para>Install <application>Epiphany</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--sysconfdir=/etc/gnome --localstatedir=/var/lib &&
|
||||
@ -74,13 +75,19 @@ make install</command></userinput></screen>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
|
||||
puts configuration files in <filename class="directory">/etc/gnome</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
||||
puts configuration files in <filename class="directory">/etc/gnome</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
|
||||
|
||||
<para><parameter>--localstatedir=/var/lib</parameter>: This switch
|
||||
puts <application>ScrollKeeper</application> files in <filename
|
||||
class="directory">/var/lib/scrollkeeper</filename>
|
||||
instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
puts <application>ScrollKeeper</application> files in
|
||||
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
|
||||
|
||||
<para><option>--with-mozilla=firefox</option> or
|
||||
<option>--with-mozilla=thunderbird</option>: Use this option to use a system
|
||||
installed version of <application>Firefox</application> or
|
||||
<application>Thunderbird</application> instead of the default
|
||||
<application>Mozilla</application>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -88,17 +95,16 @@ instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>Epiphany</application> package contains
|
||||
<command>epiphany</command> and
|
||||
<command>epiphany-bin</command>.
|
||||
</para>
|
||||
<command>epiphany</command>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2><title>Description</title>
|
||||
|
||||
<sect3><title>epiphany</title>
|
||||
<para><command>epiphany</command> is a <acronym>GNOME</acronym> web
|
||||
browser based on the Mozilla rendering engine.</para></sect3>
|
||||
<para><command>epiphany</command> is a
|
||||
<application><acronym>GNOME</acronym></application> web browser based on the
|
||||
<application>Mozilla</application> rendering engine.</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -30,7 +30,8 @@ installation; added command to disable root logins with ssh.</para></listitem>
|
||||
|
||||
<listitem><para>November 28th, 2004 [randy]: Updated to AbiWord-2.2.0,
|
||||
GNOME Utilities-2.8.1, GNOME System Monitor-2.8.0, GNOME Media-2.8.0,
|
||||
Nautilus Media-0.8.1 and GNOME Netstatus-2.8.0.</para></listitem>
|
||||
Nautilus Media-0.8.1, GNOME Netstatus-2.8.0 and
|
||||
Epiphany-1.4.5.</para></listitem>
|
||||
|
||||
<listitem><para>November 27th, 2004 [dj]: Added nptl patch to j2sdk
|
||||
instructions and did minor cleanups on the instructions and
|
||||
|
Loading…
Reference in New Issue
Block a user