source: xsoft/graphweb/epiphany.xml@ 2d16a06

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 2d16a06 was 2d16a06, checked in by Douglas R. Reno <renodr@…>, 9 months ago

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