source: gnome/applications/epiphany.xml@ 2ec47f0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2ec47f0 was 2ec47f0, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Tag the rest of GNOME
Tag Bluefish, GVIM, and Weston

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18377 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[411e760]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY epiphany-download-http
[ac61d9b]8 "&gnome-download-http;/epiphany/&gnome-minor-22;/epiphany-&epiphany-version;.tar.xz">
[411e760]9 <!ENTITY epiphany-download-ftp
[ac61d9b]10 "&gnome-download-ftp;/epiphany/&gnome-minor-22;/epiphany-&epiphany-version;.tar.xz">
[660bc6a]11 <!ENTITY epiphany-md5sum "e08762c6bb01c4d291b3d22c7adb1a65">
[ac61d9b]12 <!ENTITY epiphany-size "2.2 MB">
13 <!ENTITY epiphany-buildsize "64 MB">
[660bc6a]14 <!ENTITY epiphany-time "0.7 SBU">
[411e760]15]>
16
17<sect1 id="epiphany" xreflabel="Epiphany-&epiphany-version;">
18 <?dbhtml filename="epiphany.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Epiphany-&epiphany-version;</title>
26
27 <indexterm zone="epiphany">
[5f693cd]28 <primary sortas="a-Epiphany">Epiphany</primary>
[411e760]29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Epiphany</title>
33
34 <para>
35 <application>Epiphany</application> is a simple yet powerful
36 <application>GNOME</application> web browser targeted at non-technical
37 users. Its principles are simplicity and standards compliance.
38 </para>
39
[2ec47f0]40 &lfs80_checked;
[411e760]41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&epiphany-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&epiphany-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &epiphany-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &epiphany-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &epiphany-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &epiphany-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Epiphany Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="avahi"/>,
81 <xref linkend="gcr"/>,
82 <xref linkend="gnome-desktop"/>,
[4f621817]83 <xref linkend="iso-codes"/>,
[b049409]84 <xref linkend="libnotify"/>,
[91b65df]85 <xref linkend="libwnck"/>, and
[de4ed8e]86 <xref linkend="webkitgtk"/>
[411e760]87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
[a44de1cd]91 <xref linkend="nss"/>
92 </para>
93
[2377fb3]94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="lsb-release"/>
97 </para>
98
[a44de1cd]99 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
100 <para role="optional">
101 <xref linkend="gnome-keyring"/> (for storing passwords) and
102 <xref linkend="seahorse"/> (for managing stored passwords)
[411e760]103 </para>
104
105 <para condition="html" role="usernotes">User Notes:
[b049409]106 <ulink url="&blfs-wiki;/epiphany"/>
107 </para>
[411e760]108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of Epiphany</title>
112
113 <para>
114 Install <application>Epiphany</application> by running the following
115 commands:
116 </para>
117
118<screen><userinput>./configure --prefix=/usr &amp;&amp;
119make</userinput></screen>
120
121 <para>
[a78d8510]122 Now, as the <systemitem class="username">root</systemitem> user:
[411e760]123 </para>
124
[a78d8510]125<screen role="root"><userinput>make install</userinput></screen>
126
[c828e9cb]127<!-- We will see if this happens to improve with a new release. If it doesn't,
128recommend changing to "This package does not have a working test suite." -->
129
[411e760]130 <para>
[f0061d7]131 An already active graphical session with a bus address is necessary
[c828e9cb]132 to execute the test suite. Some tests may fail for unknown reasons.
133 To test the results, run:
[411e760]134 </para>
135
[c828e9cb]136<screen><userinput>make -k check</userinput></screen>
[411e760]137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Program</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
[843c02a9]150 epiphany and ephy-profile-migrator
[411e760]151 </seg>
152 <seg>
[533d5ab]153 libephywebextension.so
[411e760]154 </seg>
155 <seg>
[a78d8510]156 /usr/{lib,share,share/help/*}/epiphany
[411e760]157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="epiphany-prog">
167 <term><command>epiphany</command></term>
168 <listitem>
169 <para>
170 is a <application>GNOME</application> web browser based on
171 the <application>WebKit2</application> rendering engine.
172 </para>
173 <indexterm zone="epiphany epiphany-prog">
174 <primary sortas="b-epiphany">epiphany</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
[6fe4f013]183</sect1>
Note: See TracBrowser for help on using the repository browser.