source: gnome/add/epiphany.xml@ 4a256da

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 4a256da was cf36e4c, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated Epiphany to fit the GNOME-2.12.2 version

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5642 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/1.8/epiphany-&epiphany-version;.tar.bz2">
8 <!ENTITY epiphany-download-ftp "&gnome-download-ftp;/epiphany/1.8/epiphany-&epiphany-version;.tar.bz2">
9 <!ENTITY epiphany-md5sum "317e18f1d415a37d3b9934c106edf34a">
10 <!ENTITY epiphany-size "3.3 MB">
11 <!ENTITY epiphany-buildsize "66.4 MB">
12 <!ENTITY epiphany-time "1.0 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 <keywordset>
22 <keyword role="package">epiphany-&epiphany-version;.tar</keyword>
23 <keyword role="ftpdir">epiphany</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Epiphany-&epiphany-version;</title>
28
29 <indexterm zone="epiphany">
30 <primary sortas="a-Epiphany">Epiphany</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Epiphany</title>
35
36 <para><application>Epiphany</application> is a simple yet powerful
37 <application>GNOME</application> web browser targeted at non-technical
38 users. Its principles are simplicity and standards compliance.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&epiphany-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&epiphany-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &epiphany-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &epiphany-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &epiphany-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &epiphany-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Epiphany Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="gnome-desktop"/>,
66 <xref linkend="libgnomeprintui"/>,
67 <xref linkend="which"/>,
68 <xref linkend="iso-codes"/>, and
69 <xref linkend="mozilla"/> or
70 <xref linkend="firefox"/> or
71 <xref linkend="thunderbird"/></para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional"><xref linkend="startup-notification"/>,
75 <xref linkend="dbus"/>,
76 <ulink url="http://ftp.gnome.org/pub/GNOME/sources/gnome-python/">GNOME-Python</ulink>
77 (requires <ulink url="http://www.pygtk.org/">PyGTK</ulink> and can use
78 <ulink url="http://ftp.gnome.org/pub/GNOME/sources/pyorbit/">PyORBit</ulink>,
79 see <xref linkend="hal-runtime-dependencies"/>), and
80 <xref linkend="gtk-doc"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Epiphany</title>
86
87 <para>Install <application>Epiphany</application> by running the following
88 commands:</para>
89
90<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
91 --sysconfdir=&gnome-etc-dir; \
92 --localstatedir=/var/lib &amp;&amp;
93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 <para>If you have <application>GNOME-Python</application> installed, the
102 <application>Epiphany</application> <application>Python</application>
103 extension is automatically built. If your $GNOME_PREFIX is anything but
104 <filename class='directory'>/usr</filename> and you have
105 <application>GNOME-Python</application> installed, as the
106 <systemitem class="username">root</systemitem> user create the following
107 symbolic link in the <application>PyGTK</application> extensions directory
108 of <filename class='directory'>/usr/share</filename>:</para>
109
110<screen role="root"><userinput>ln -v -s $GNOME_PREFIX/share/pygtk/2.0/defs/epiphany.defs \
111 /usr/share/pygtk/2.0/defs</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
119 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
120 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
121
122 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
123 puts <application>ScrollKeeper</application> files in
124 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
125 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
126
127 <para><option>--enable-dbus</option>: Use this parameter if you have
128 <application>D-BUS</application> installed and wish to build
129 <application>D-BUS</application> support into the
130 <command>epiphany</command> program.</para>
131
132 <para><option>--enable-zeroconf</option>: Use this parameter if you wish
133 to enable Zeroconf bookmarks support. You must have built GNOME VFS with
134 <ulink url="http://www.porchdogsoft.com/products/howl/">Howl</ulink>
135 support for this option to work properly.</para>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Program</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>epiphany</seg>
149 <seg>None</seg>
150 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/apps/epiphany,
151 &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/epiphany,
152 $GNOME_PREFIX/include/epiphany-1.8,
153 $GNOME_PREFIX/share/epiphany,
154 $GNOME_PREFIX/share/gnome/help/epiphany,
155 $GNOME_PREFIX/share/gtk-doc/html/epiphany, and
156 $GNOME_PREFIX/share/omf/epiphany</seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="epiphany-prog">
166 <term><command>epiphany</command></term>
167 <listitem>
168 <para>is a <application>GNOME</application> web browser based on
169 the <application>Mozilla</application> rendering engine.</para>
170 <indexterm zone="epiphany epiphany-prog">
171 <primary sortas="b-epiphany">epiphany</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.