source: xsoft/graphweb/epiphany.xml@ c609f95

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/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since c609f95 was 89efcadc, checked in by Douglas R. Reno <renodr@…>, 2 years ago

Package Updates and a few tags

Update to geoclue-2.6.0
Update to libsecret-0.20.5
Update to WebKitGTK+-2.34.6

  • Property mode set to 100644
File size: 6.0 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
[b5db2361]8 "&gnome-download-http;/epiphany/&gnome-41;/epiphany-&epiphany-version;.tar.xz">
[411e760]9 <!ENTITY epiphany-download-ftp
[b5db2361]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">
[8558044]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 <date>$Date$</date>
22 </sect1info>
23
24 <title>Epiphany-&epiphany-version;</title>
25
26 <indexterm zone="epiphany">
[5f693cd]27 <primary sortas="a-Epiphany">Epiphany</primary>
[411e760]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
[89efcadc]39 &lfs111_checked;
[411e760]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"/>,
[4f621817]81 <xref linkend="iso-codes"/>,
[1528d41]82 <xref linkend="json-glib"/>,
[2e6472e6]83 <xref linkend="libnotify"/>,
[279fc64]84 <xref linkend="libportal"/>,
[2e6472e6]85 <xref linkend="nettle"/>, and
[de4ed8e]86 <xref linkend="webkitgtk"/>
[411e760]87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
[8802223]91 <xref linkend="libdazzle"/> and
[279fc64]92 <xref linkend="libhandy1"/>
[2377fb3]93 </para>
94
[ec0a5282]95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <ulink url="&appstream-glib-url;">Appstream-Glib</ulink>
98 </para>
99
[a44de1cd]100 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
101 <para role="optional">
[c8b93dfd]102 <xref role="runtime" linkend="gnome-keyring"/> (for storing passwords) and
103 <xref role="runtime" linkend="seahorse"/> (for managing stored passwords)
[411e760]104 </para>
105
106 <para condition="html" role="usernotes">User Notes:
[b049409]107 <ulink url="&blfs-wiki;/epiphany"/>
108 </para>
[411e760]109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of Epiphany</title>
113
[5de7bd2]114 <para>
[2f2bfbd]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
[5de7bd2]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
[411e760]129 <para>
130 Install <application>Epiphany</application> by running the following
131 commands:
132 </para>
133
[1cd0875]134<screen><userinput>mkdir build &amp;&amp;
[5ff1726]135cd build &amp;&amp;
136
[20f070d8]137meson --prefix=/usr --buildtype=release .. &amp;&amp;
[1cd0875]138ninja</userinput></screen>
[411e760]139
140 <para>
[a78d8510]141 Now, as the <systemitem class="username">root</systemitem> user:
[411e760]142 </para>
143
[c0bd33e]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"/>
[c828e9cb]148
[411e760]149 <para>
[1c76830]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>.
[2e6472e6]153 The tests must be run from a graphical session.
[411e760]154 </para>
155
156 </sect2>
157
[20f070d8]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
[411e760]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>
[41be89a]175 epiphany
[411e760]176 </seg>
177 <seg>
[41be89a]178 None
[411e760]179 </seg>
180 <seg>
[041a1e0]181 /usr/{lib,libexec,share,share/help/*}/epiphany
[411e760]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
[4c24eb0a]196 the <application>WebKit2</application> rendering engine
[411e760]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
[6fe4f013]208</sect1>
Note: See TracBrowser for help on using the repository browser.