source: xsoft/graphweb/epiphany.xml@ 6182ed9b

lazarus trunk
Last change on this file since 6182ed9b was 6182ed9b, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Update to epiphany-46.1

  • Property mode set to 100644
File size: 5.3 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[411e760]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
[6182ed9b]8 "&gnome-download-http;/epiphany/&gnome-46;/epiphany-&epiphany-version;.tar.xz">
[f4ac7141]9 <!ENTITY epiphany-download-ftp " ">
[6182ed9b]10 <!ENTITY epiphany-md5sum "c284bbbad1c08e218c6aae0068906b6f">
[34a3f5b]11 <!ENTITY epiphany-size "3.8 MB">
[6182ed9b]12 <!ENTITY epiphany-buildsize "59 MB (with tests)">
[2d16a06]13 <!ENTITY epiphany-time "0.3 SBU (with tests; both using parallelism=4)">
[411e760]14]>
15
16<sect1 id="epiphany" xreflabel="Epiphany-&epiphany-version;">
17 <?dbhtml filename="epiphany.html"?>
18
19
20 <title>Epiphany-&epiphany-version;</title>
21
22 <indexterm zone="epiphany">
[5f693cd]23 <primary sortas="a-Epiphany">Epiphany</primary>
[411e760]24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Epiphany</title>
28
29 <para>
30 <application>Epiphany</application> is a simple yet powerful
31 <application>GNOME</application> web browser targeted at non-technical
32 users. Its principles are simplicity and standards compliance.
33 </para>
34
[fccc863c]35 &lfs121_checked;
[411e760]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&epiphany-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&epiphany-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &epiphany-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &epiphany-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &epiphany-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &epiphany-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Epiphany Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[0d92bdb]75 <xref linkend="gcr4"/>,
[411e760]76 <xref linkend="gnome-desktop"/>,
[4f621817]77 <xref linkend="iso-codes"/>,
[1528d41]78 <xref linkend="json-glib"/>,
[fcce6f36]79 <xref linkend="libadwaita1"/>,
[279fc64]80 <xref linkend="libportal"/>,
[2e6472e6]81 <xref linkend="nettle"/>, and
[5121264]82 <xref linkend="webkitgtk"/> (built with GTK-4)
[411e760]83 </para>
84
[ec0a5282]85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
[2d16a06]87 <ulink url="&appstream-glib-url;">Appstream-Glib</ulink> and
88 <ulink url="https://github.com/elementary/granite">Granite</ulink>
[ec0a5282]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
[42ddc30]97 <para condition="html" role="usernotes">Editor 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.
[77fb07ae]128 To test the results, issue <command>ninja test</command>.
[2e6472e6]129 The tests must be run from a graphical session.
[411e760]130 </para>
131
132 </sect2>
133
[20f070d8]134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/meson-buildtype-release.xml"/>
139 </sect2>
140
[411e760]141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Program</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
[41be89a]151 epiphany
[411e760]152 </seg>
153 <seg>
[41be89a]154 None
[411e760]155 </seg>
156 <seg>
[041a1e0]157 /usr/{lib,libexec,share,share/help/*}/epiphany
[411e760]158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="epiphany-prog">
168 <term><command>epiphany</command></term>
169 <listitem>
170 <para>
171 is a <application>GNOME</application> web browser based on
[4c24eb0a]172 the <application>WebKit2</application> rendering engine
[411e760]173 </para>
174 <indexterm zone="epiphany epiphany-prog">
175 <primary sortas="b-epiphany">epiphany</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
[6fe4f013]184</sect1>
Note: See TracBrowser for help on using the repository browser.