source: xsoft/graphweb/epiphany.xml@ 480cc42c

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 480cc42c was 480cc42c, checked in by Pierre Labastie <pierre.labastie@…>, 13 months ago

Update to epiphany-44.3

  • Property mode set to 100644
File size: 5.3 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-44;/epiphany-&epiphany-version;.tar.xz">
9 <!ENTITY epiphany-download-ftp
10 "&gnome-download-ftp;/epiphany/&gnome-44;/epiphany-&epiphany-version;.tar.xz">
11 <!ENTITY epiphany-md5sum "0c0435b87b5610fd20145d31cfe30247">
12 <!ENTITY epiphany-size "3.8 MB">
13 <!ENTITY epiphany-buildsize "60 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 &lfs113_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>
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">User 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
129 <command>LC_ALL=en_US.UTF-8 ninja test</command>.
130 The tests must be run from a graphical session.
131 </para>
132
133 </sect2>
134
135 <sect2 role="commands">
136 <title>Command Explanations</title>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/meson-buildtype-release.xml"/>
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Program</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 epiphany
153 </seg>
154 <seg>
155 None
156 </seg>
157 <seg>
158 /usr/{lib,libexec,share,share/help/*}/epiphany
159 </seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="epiphany-prog">
169 <term><command>epiphany</command></term>
170 <listitem>
171 <para>
172 is a <application>GNOME</application> web browser based on
173 the <application>WebKit2</application> rendering engine
174 </para>
175 <indexterm zone="epiphany epiphany-prog">
176 <primary sortas="b-epiphany">epiphany</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.