glfs/gnome/applications/epiphany.xml
Fernando de Oliveira 2875c66184 • Update to gnutls-3.4.8.
• Update to stunnel-5.29.
• cURL-7.46.0: add optional dependency nghttp2.
• Update to LVM2.2.02.139.
• Update to Regexp-Common-2016010801 (perl module).
• Update to xf86-input-evdev-2.10.1.
• Update to epiphany-3.18.3.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16797 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-01-10 17:23:16 +00:00

186 lines
5.3 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY epiphany-download-http
"&gnome-download-http;/epiphany/&gnome-minor-18;/epiphany-&epiphany-version;.tar.xz">
<!ENTITY epiphany-download-ftp
"&gnome-download-ftp;/epiphany/&gnome-minor-18;/epiphany-&epiphany-version;.tar.xz">
<!ENTITY epiphany-md5sum "5ed8b4506666f301949a2e12d39f2b4d">
<!ENTITY epiphany-size "3 MB">
<!ENTITY epiphany-buildsize "68 MB (with tests)">
<!ENTITY epiphany-time "0.7 SBU (with tests)">
]>
<sect1 id="epiphany" xreflabel="Epiphany-&epiphany-version;">
<?dbhtml filename="epiphany.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Epiphany-&epiphany-version;</title>
<indexterm zone="epiphany">
<primary sortas="a-Epiphany">Epiphany</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Epiphany</title>
<para>
<application>Epiphany</application> is a simple yet powerful
<application>GNOME</application> web browser targeted at non-technical
users. Its principles are simplicity and standards compliance.
</para>
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink 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: &epiphany-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &epiphany-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Epiphany Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="avahi"/>,
<xref linkend="gcr"/>,
<xref linkend="gnome-desktop"/>,
<xref linkend="libnotify"/>,
<xref linkend="libwnck"/>, and
<xref linkend="webkitgtk"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="nss"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="lsb-release"/>
</para>
<bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
<para role="optional">
<xref linkend="gnome-keyring"/> (for storing passwords) and
<xref linkend="seahorse"/> (for managing stored passwords)
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/epiphany"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Epiphany</title>
<para>
Install <application>Epiphany</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
<para>
An already active graphical session with bus address is necessary
to execute the test suite. Some sub-tests need a GNOME session,
otherwise, they fails. Other tests print error messages, which are
ignored and they are tagged "OK". To test the results, removing
the failing ones, issue:
</para>
<screen><userinput>sed -e '/embed\/ephy-download\/start/{N;N;d}' \
-i tests/ephy-download-test.c &amp;&amp;
sed -e '/embed\/ephy-embed-shell\/launch_handler/{N;N;d}' \
-i tests/ephy-embed-shell-test.c &amp;&amp;
make check</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
epiphany and ephy-profile-migrator
</seg>
<seg>
libephywebextension.so
</seg>
<seg>
/usr/{lib,share,share/help/*}/epiphany
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="epiphany-prog">
<term><command>epiphany</command></term>
<listitem>
<para>
is a <application>GNOME</application> web browser based on
the <application>WebKit2</application> rendering engine.
</para>
<indexterm zone="epiphany epiphany-prog">
<primary sortas="b-epiphany">epiphany</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>