source: gnome/add/epiphany.xml@ 8163dd01

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8163dd01 was 8163dd01, checked in by Randy McMurchy <randy@…>, 18 years ago

Minor clean-up and addition of --mandir= parameter to the GNOME add-on packages which have already been updated to conform with the 2.14.2 update

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

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY epiphany-download-http "&gnome-download-http;/epiphany/&gnome-version;/epiphany-&epiphany-version;.tar.bz2">
8 <!ENTITY epiphany-download-ftp "&gnome-download-ftp;/epiphany/&gnome-version;/epiphany-&epiphany-version;.tar.bz2">
9 <!ENTITY epiphany-md5sum "872ef8d5e95cdc359f93b5ded501d98d">
10 <!ENTITY epiphany-size "3.5 MB">
11 <!ENTITY epiphany-buildsize "74.9 MB">
12 <!ENTITY epiphany-time "1.8 SBU">
13]>
14
15<sect1 id="epiphany" xreflabel="Epiphany-&epiphany-version;">
16 <?dbhtml filename="epiphany.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Epiphany-&epiphany-version;</title>
24
25 <indexterm zone="epiphany">
26 <primary sortas="a-Epiphany">Epiphany</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Epiphany</title>
31
32 <para><application>Epiphany</application> is a simple yet powerful
33 <application>GNOME</application> web browser targeted at non-technical
34 users. Its principles are simplicity and standards compliance.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&epiphany-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&epiphany-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &epiphany-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &epiphany-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &epiphany-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &epiphany-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Epiphany Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="gnome-desktop"/>,
62 <xref linkend="libgnomeprintui"/>,
63 <xref linkend="startup-notification"/>,
64 <xref linkend="dbus"/>,
65 <xref linkend="which"/>,
66 <xref linkend="iso-codes"/>, and
67 a mozilla.org Gecko layout engine
68 (<xref linkend="seamonkey"/> or
69 <xref linkend="firefox"/> or
70 <xref linkend="thunderbird"/> or
71 <ulink url="http://www.mozilla.org/products/mozilla1.x/">Mozilla</ulink>)</para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional"><xref linkend="intltool"/>,
75 <ulink url="&gnome-download-http;/gnome-python/">GNOME-Python</ulink>
76 (requires <ulink url="http://www.pygtk.org/">PyGTK</ulink> and can use
77 <ulink url="&gnome-download-http;/pyorbit/">PyORBit</ulink>,
78 see <xref linkend="hal-runtime-dependencies"/>), and
79 <xref linkend="gtk-doc"/></para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/epiphany"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Epiphany</title>
88
89 <para>Install <application>Epiphany</application> by running the following
90 commands:</para>
91
92<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
93 --sysconfdir=&gnome-etc-dir; \
94 --localstatedir=/var/lib \
95 --mandir=$(pkg-config \
96 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
97make</userinput></screen>
98
99 <para>This package does not come with a test suite.</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 <para>A <application>D-BUS</application> service script was installed in
106 the previous step. If the <envar>$GNOME_PREFIX</envar> is anything other
107 than <filename class='directory'>/usr</filename>, as the
108 <systemitem class="username">root</systemitem> user you should create a
109 symbolic link to this file in the default
110 <application>D-BUS</application> service script directory:</para>
111
112<screen role="root"><userinput>ln -v -s $(pkg-config --variable=prefix \
113 ORBit-2.0)/share/dbus-1/services/org.gnome.Epiphany.service \
114 /usr/share/dbus-1/services</userinput></screen>
115
116 <para>If you have <application>GNOME-Python</application> installed, the
117 <application>Epiphany</application> <application>Python</application>
118 extension is automatically built. If your $GNOME_PREFIX is anything but
119 <filename class='directory'>/usr</filename> and you have
120 <application>GNOME-Python</application> installed, as the
121 <systemitem class="username">root</systemitem> user create the following
122 symbolic link in the <application>PyGTK</application> extensions directory
123 of <filename class='directory'>/usr/share</filename>:</para>
124
125<screen role="root"><userinput>ln -v -s $GNOME_PREFIX/share/pygtk/2.0/defs/epiphany.defs \
126 /usr/share/pygtk/2.0/defs</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
134 href="../../xincludes/gnome-prefix.xml"/>
135
136 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
137 href="../../xincludes/gnome-sysconfdir.xml"/>
138
139 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
140 href="../../xincludes/scrollkeeper-dir.xml"/>
141
142 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
143 href="../../xincludes/gnome-mandir.xml"/>
144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Program</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>epiphany</seg>
157 <seg>None</seg>
158 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
159 include/epiphany-2.14,
160 lib/epiphany,
161 share/{,gnome/help/, gtk-doc/html/, omf/}epiphany</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>is a <application>GNOME</application> web browser based on
174 the <application>Mozilla</application> rendering engine.</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
185</sect1>
Note: See TracBrowser for help on using the repository browser.