source: xsoft/graphweb/epiphany.xml@ de1dcce

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since de1dcce was e5be8837, checked in by Douglas R. Reno <renodr@…>, 19 months ago

Update to epiphany-43.0.

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