source: xsoft/graphweb/epiphany.xml@ 279fc64

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 279fc64 was 279fc64, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to openldap-2.4.54
Update to ModemManager-1.14.6
Update to NetworkManager-1.26.4
Update to evolution-3.38.1
Update to file-roller-3.38.0
Update to gnome-calculator-3.38.0
Update to gnome-disk-utility-3.38.0
Update to gnome-maps-3.38.1.1
Update to gnome-screenshot-3.38.0
Update to gnome-system-monitor-3.38.0
Update to gnome-terminal-3.38.1
Update to gedit-3.38.0
Update to epiphany-3.38.1
Adapt gnome-nettool to work with current versions of ping, ping6, and netstat.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23830 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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
[279fc64]8 "&gnome-download-http;/epiphany/&gnome-minor-38;/epiphany-&epiphany-version;.tar.xz">
[411e760]9 <!ENTITY epiphany-download-ftp
[279fc64]10 "&gnome-download-ftp;/epiphany/&gnome-minor-38;/epiphany-&epiphany-version;.tar.xz">
11 <!ENTITY epiphany-md5sum "d4a546d1fb8851f69e2a0b606313ed69">
12 <!ENTITY epiphany-size "3.7 MB">
13 <!ENTITY epiphany-buildsize "93 MB">
[6e017f08]14 <!ENTITY epiphany-time "0.3 SBU (Using parallelism=4, including tests)">
[411e760]15]>
16
17<sect1 id="epiphany" xreflabel="Epiphany-&epiphany-version;">
18 <?dbhtml filename="epiphany.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Epiphany-&epiphany-version;</title>
26
27 <indexterm zone="epiphany">
[5f693cd]28 <primary sortas="a-Epiphany">Epiphany</primary>
[411e760]29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Epiphany</title>
33
34 <para>
35 <application>Epiphany</application> is a simple yet powerful
36 <application>GNOME</application> web browser targeted at non-technical
37 users. Its principles are simplicity and standards compliance.
38 </para>
39
[170e308]40 &lfs10_checked;
[411e760]41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&epiphany-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&epiphany-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &epiphany-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &epiphany-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &epiphany-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &epiphany-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Epiphany Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gcr"/>,
81 <xref linkend="gnome-desktop"/>,
[4f621817]82 <xref linkend="iso-codes"/>,
[1528d41]83 <xref linkend="json-glib"/>,
[2e6472e6]84 <xref linkend="libnotify"/>,
[279fc64]85 <xref linkend="libportal"/>,
[2e6472e6]86 <xref linkend="nettle"/>, and
[de4ed8e]87 <xref linkend="webkitgtk"/>
[411e760]88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
[8802223]92 <xref linkend="libdazzle"/> and
[279fc64]93 <xref linkend="libhandy1"/>
[2377fb3]94 </para>
95
[ec0a5282]96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
98 <ulink url="&appstream-glib-url;">Appstream-Glib</ulink>
99 </para>
100
[a44de1cd]101 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
102 <para role="optional">
[c8b93dfd]103 <xref role="runtime" linkend="gnome-keyring"/> (for storing passwords) and
104 <xref role="runtime" linkend="seahorse"/> (for managing stored passwords)
[411e760]105 </para>
106
107 <para condition="html" role="usernotes">User Notes:
[b049409]108 <ulink url="&blfs-wiki;/epiphany"/>
109 </para>
[411e760]110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of Epiphany</title>
114
115 <para>
116 Install <application>Epiphany</application> by running the following
117 commands:
118 </para>
119
[1cd0875]120<screen><userinput>mkdir build &amp;&amp;
[5ff1726]121cd build &amp;&amp;
122
[1cd0875]123meson --prefix=/usr .. &amp;&amp;
124ninja</userinput></screen>
[411e760]125
126 <para>
[a78d8510]127 Now, as the <systemitem class="username">root</systemitem> user:
[411e760]128 </para>
129
[c0bd33e]130<screen role="root"><userinput>ninja install</userinput></screen>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/gsettings-destdir.xml"/>
[c828e9cb]134
[411e760]135 <para>
[1c76830]136 One test would fail if this package is not installed,
137 so it's better to run the test suite after installation.
138 To test the results, issue <command>ninja test</command>.
[2e6472e6]139 The tests must be run from a graphical session.
[411e760]140 </para>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Program</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
[41be89a]154 epiphany
[411e760]155 </seg>
156 <seg>
[41be89a]157 None
[411e760]158 </seg>
159 <seg>
[041a1e0]160 /usr/{lib,libexec,share,share/help/*}/epiphany
[411e760]161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="epiphany-prog">
171 <term><command>epiphany</command></term>
172 <listitem>
173 <para>
174 is a <application>GNOME</application> web browser based on
175 the <application>WebKit2</application> rendering engine.
176 </para>
177 <indexterm zone="epiphany epiphany-prog">
178 <primary sortas="b-epiphany">epiphany</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect2>
186
[6fe4f013]187</sect1>
Note: See TracBrowser for help on using the repository browser.