source: xsoft/graphweb/epiphany.xml

trunk
Last change on this file was 6182ed9b, checked in by Douglas R. Reno <renodr@…>, 12 days ago

Update to epiphany-46.1

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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
8 "&gnome-download-http;/epiphany/&gnome-46;/epiphany-&epiphany-version;.tar.xz">
9 <!ENTITY epiphany-download-ftp " ">
10 <!ENTITY epiphany-md5sum "c284bbbad1c08e218c6aae0068906b6f">
11 <!ENTITY epiphany-size "3.8 MB">
12 <!ENTITY epiphany-buildsize "59 MB (with tests)">
13 <!ENTITY epiphany-time "0.3 SBU (with tests; both using parallelism=4)">
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">
23 <primary sortas="a-Epiphany">Epiphany</primary>
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
35 &lfs121_checked;
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">
75 <xref linkend="gcr4"/>,
76 <xref linkend="gnome-desktop"/>,
77 <xref linkend="iso-codes"/>,
78 <xref linkend="json-glib"/>,
79 <xref linkend="libadwaita1"/>,
80 <xref linkend="libportal"/>,
81 <xref linkend="nettle"/>, and
82 <xref linkend="webkitgtk"/> (built with GTK-4)
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <ulink url="&appstream-glib-url;">Appstream-Glib</ulink> and
88 <ulink url="https://github.com/elementary/granite">Granite</ulink>
89 </para>
90
91 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
92 <para role="optional">
93 <xref role="runtime" linkend="gnome-keyring"/> (for storing passwords) and
94 <xref role="runtime" linkend="seahorse"/> (for managing stored passwords)
95 </para>
96
97 <para condition="html" role="usernotes">Editor Notes:
98 <ulink url="&blfs-wiki;/epiphany"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Epiphany</title>
104
105 <para>
106 Install <application>Epiphany</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>mkdir build &amp;&amp;
111cd build &amp;&amp;
112
113meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
114ninja</userinput></screen>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>ninja install</userinput></screen>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/gsettings-destdir.xml"/>
124
125 <para>
126 One test would fail if this package is not installed,
127 so it's better to run the test suite after installation.
128 To test the results, issue <command>ninja test</command>.
129 The tests must be run from a graphical session.
130 </para>
131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/meson-buildtype-release.xml"/>
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Program</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 epiphany
152 </seg>
153 <seg>
154 None
155 </seg>
156 <seg>
157 /usr/{lib,libexec,share,share/help/*}/epiphany
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="epiphany-prog">
168 <term><command>epiphany</command></term>
169 <listitem>
170 <para>
171 is a <application>GNOME</application> web browser based on
172 the <application>WebKit2</application> rendering engine
173 </para>
174 <indexterm zone="epiphany epiphany-prog">
175 <primary sortas="b-epiphany">epiphany</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.