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

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2f2bfbd was 2f2bfbd, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

Fixes for building with meson 0.61+

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