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
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
[e5be8837]8 "&gnome-download-http;/epiphany/&gnome-43;/epiphany-&epiphany-version;.tar.xz">
[411e760]9 <!ENTITY epiphany-download-ftp
[e5be8837]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)">
[8641f32]14 <!ENTITY epiphany-time "0.2 SBU (with tests; both using parallelism=4)">
[411e760]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">
[5f693cd]24 <primary sortas="a-Epiphany">Epiphany</primary>
[411e760]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
[8a2cb97]36 &lfs112_checked;
[411e760]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"/>,
[4f621817]78 <xref linkend="iso-codes"/>,
[1528d41]79 <xref linkend="json-glib"/>,
[2e6472e6]80 <xref linkend="libnotify"/>,
[279fc64]81 <xref linkend="libportal"/>,
[2e6472e6]82 <xref linkend="nettle"/>, and
[de4ed8e]83 <xref linkend="webkitgtk"/>
[411e760]84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
[8802223]88 <xref linkend="libdazzle"/> and
[279fc64]89 <xref linkend="libhandy1"/>
[2377fb3]90 </para>
91
[ec0a5282]92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <ulink url="&appstream-glib-url;">Appstream-Glib</ulink>
95 </para>
96
[a44de1cd]97 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
98 <para role="optional">
[c8b93dfd]99 <xref role="runtime" linkend="gnome-keyring"/> (for storing passwords) and
100 <xref role="runtime" linkend="seahorse"/> (for managing stored passwords)
[411e760]101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
[b049409]104 <ulink url="&blfs-wiki;/epiphany"/>
105 </para>
[411e760]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
[1cd0875]116<screen><userinput>mkdir build &amp;&amp;
[5ff1726]117cd build &amp;&amp;
118
[20f070d8]119meson --prefix=/usr --buildtype=release .. &amp;&amp;
[1cd0875]120ninja</userinput></screen>
[411e760]121
122 <para>
[a78d8510]123 Now, as the <systemitem class="username">root</systemitem> user:
[411e760]124 </para>
125
[c0bd33e]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"/>
[c828e9cb]130
[411e760]131 <para>
[1c76830]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>.
[2e6472e6]135 The tests must be run from a graphical session.
[411e760]136 </para>
137
138 </sect2>
139
[20f070d8]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
[411e760]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>
[41be89a]157 epiphany
[411e760]158 </seg>
159 <seg>
[41be89a]160 None
[411e760]161 </seg>
162 <seg>
[041a1e0]163 /usr/{lib,libexec,share,share/help/*}/epiphany
[411e760]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
[4c24eb0a]178 the <application>WebKit2</application> rendering engine
[411e760]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
[6fe4f013]190</sect1>
Note: See TracBrowser for help on using the repository browser.