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
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
[5121264]8 "&gnome-download-http;/epiphany/&gnome-44;/epiphany-&epiphany-version;.tar.xz">
[411e760]9 <!ENTITY epiphany-download-ftp
[5121264]10 "&gnome-download-ftp;/epiphany/&gnome-44;/epiphany-&epiphany-version;.tar.xz">
[480cc42c]11 <!ENTITY epiphany-md5sum "0c0435b87b5610fd20145d31cfe30247">
[5121264]12 <!ENTITY epiphany-size "3.8 MB">
[3820a17]13 <!ENTITY epiphany-buildsize "60 MB (with tests)">
[480cc42c]14 <!ENTITY epiphany-time "0.3 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
[74b918b]36 &lfs113_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">
[0d92bdb]76 <xref linkend="gcr4"/>,
[411e760]77 <xref linkend="gnome-desktop"/>,
[4f621817]78 <xref linkend="iso-codes"/>,
[1528d41]79 <xref linkend="json-glib"/>,
[fcce6f36]80 <xref linkend="libadwaita1"/>,
[279fc64]81 <xref linkend="libportal"/>,
[2e6472e6]82 <xref linkend="nettle"/>, and
[5121264]83 <xref linkend="webkitgtk"/> (built with GTK-4)
[411e760]84 </para>
85
[ec0a5282]86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <ulink url="&appstream-glib-url;">Appstream-Glib</ulink>
89 </para>
90
[a44de1cd]91 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
92 <para role="optional">
[c8b93dfd]93 <xref role="runtime" linkend="gnome-keyring"/> (for storing passwords) and
94 <xref role="runtime" linkend="seahorse"/> (for managing stored passwords)
[411e760]95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
[b049409]98 <ulink url="&blfs-wiki;/epiphany"/>
99 </para>
[411e760]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
[1cd0875]110<screen><userinput>mkdir build &amp;&amp;
[5ff1726]111cd build &amp;&amp;
112
[91318eb]113meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
[1cd0875]114ninja</userinput></screen>
[411e760]115
116 <para>
[a78d8510]117 Now, as the <systemitem class="username">root</systemitem> user:
[411e760]118 </para>
119
[c0bd33e]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"/>
[c828e9cb]124
[411e760]125 <para>
[1c76830]126 One test would fail if this package is not installed,
127 so it's better to run the test suite after installation.
[3820a17]128 To test the results, issue
129 <command>LC_ALL=en_US.UTF-8 ninja test</command>.
[2e6472e6]130 The tests must be run from a graphical session.
[411e760]131 </para>
132
133 </sect2>
134
[20f070d8]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
[411e760]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>
[41be89a]152 epiphany
[411e760]153 </seg>
154 <seg>
[41be89a]155 None
[411e760]156 </seg>
157 <seg>
[041a1e0]158 /usr/{lib,libexec,share,share/help/*}/epiphany
[411e760]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
[4c24eb0a]173 the <application>WebKit2</application> rendering engine
[411e760]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
[6fe4f013]185</sect1>
Note: See TracBrowser for help on using the repository browser.