source: xsoft/graphweb/epiphany.xml@ 39f2db9b

trunk
Last change on this file since 39f2db9b was 39f2db9b, checked in by Douglas R. Reno <renodr@…>, 18 hours ago

Update to epiphany-47.0

  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[411e760]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
[39f2db9b]8 "&gnome-download-http;/epiphany/&gnome-47;/epiphany-&epiphany-version;.tar.xz">
[f4ac7141]9 <!ENTITY epiphany-download-ftp " ">
[39f2db9b]10 <!ENTITY epiphany-md5sum "d92ce89fdb3d255b28c29f26be8d1d23">
11 <!ENTITY epiphany-size "3.9 MB">
12 <!ENTITY epiphany-buildsize "50 MB (with tests)">
13 <!ENTITY epiphany-time "0.2 SBU (with tests; both using parallelism=4)">
[411e760]14]>
15
16<sect1 id="epiphany" xreflabel="Epiphany-&epiphany-version;">
17 <?dbhtml filename="epiphany.html"?>
18
19
20 <title>Epiphany-&epiphany-version;</title>
21
22 <indexterm zone="epiphany">
[5f693cd]23 <primary sortas="a-Epiphany">Epiphany</primary>
[411e760]24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Epiphany</title>
28
29 <para>
30 <application>Epiphany</application> is a simple yet powerful
31 <application>GNOME</application> web browser targeted at non-technical
32 users. Its principles are simplicity and standards compliance.
33 </para>
34
[1cd77c3]35 &lfs122_checked;
[411e760]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&epiphany-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&epiphany-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &epiphany-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &epiphany-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &epiphany-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &epiphany-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Epiphany Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[0d92bdb]75 <xref linkend="gcr4"/>,
[411e760]76 <xref linkend="gnome-desktop"/>,
[4f621817]77 <xref linkend="iso-codes"/>,
[1528d41]78 <xref linkend="json-glib"/>,
[fcce6f36]79 <xref linkend="libadwaita1"/>,
[279fc64]80 <xref linkend="libportal"/>,
[2e6472e6]81 <xref linkend="nettle"/>, and
[5121264]82 <xref linkend="webkitgtk"/> (built with GTK-4)
[411e760]83 </para>
84
[ec0a5282]85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
[122f254]87 <xref linkend="appstream-glib"/> and
[2d16a06]88 <ulink url="https://github.com/elementary/granite">Granite</ulink>
[ec0a5282]89 </para>
90
[a44de1cd]91 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
92 <para role="optional">
[c8b93dfd]93 <xref role="runtime" linkend="gnome-keyring"/> (for storing passwords) and
94 <xref role="runtime" linkend="seahorse"/> (for managing stored passwords)
[411e760]95 </para>
96
[42ddc30]97 <para condition="html" role="usernotes">Editor Notes:
[b049409]98 <ulink url="&blfs-wiki;/epiphany"/>
99 </para>
[411e760]100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Epiphany</title>
104
[39f2db9b]105 <note>
106 <para>
107 If you are upgrading from a epiphany-46 or earlier, remove some files
108 that will cause a crash at runtime if they are present as the &root;
109 user:
110 </para>
111 </note>
112
113<screen role="nodump"><userinput remap="pre">rm -rf /usr/lib/epiphany</userinput></screen>
114
[411e760]115 <para>
116 Install <application>Epiphany</application> by running the following
117 commands:
118 </para>
119
[1cd0875]120<screen><userinput>mkdir build &amp;&amp;
[5ff1726]121cd build &amp;&amp;
122
[91318eb]123meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
[1cd0875]124ninja</userinput></screen>
[411e760]125
126 <para>
[a78d8510]127 Now, as the <systemitem class="username">root</systemitem> user:
[411e760]128 </para>
129
[c0bd33e]130<screen role="root"><userinput>ninja install</userinput></screen>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/gsettings-destdir.xml"/>
[c828e9cb]134
[411e760]135 <para>
[1c76830]136 One test would fail if this package is not installed,
137 so it's better to run the test suite after installation.
[77fb07ae]138 To test the results, issue <command>ninja test</command>.
[2e6472e6]139 The tests must be run from a graphical session.
[411e760]140 </para>
141
142 </sect2>
143
[20f070d8]144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="../../xincludes/meson-buildtype-release.xml"/>
149 </sect2>
150
[411e760]151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Program</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
[41be89a]161 epiphany
[411e760]162 </seg>
163 <seg>
[41be89a]164 None
[411e760]165 </seg>
166 <seg>
[041a1e0]167 /usr/{lib,libexec,share,share/help/*}/epiphany
[411e760]168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="epiphany-prog">
178 <term><command>epiphany</command></term>
179 <listitem>
180 <para>
181 is a <application>GNOME</application> web browser based on
[4c24eb0a]182 the <application>WebKit2</application> rendering engine
[411e760]183 </para>
184 <indexterm zone="epiphany epiphany-prog">
185 <primary sortas="b-epiphany">epiphany</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
[6fe4f013]194</sect1>
Note: See TracBrowser for help on using the repository browser.