source: gnome/add/epiphany.xml@ 7d6b8fe

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 7d6b8fe was 571e4306, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the GNOME Add-on packages to reflect the change in the GNOME sysconfdir configuration directory - Commit #2

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

  • Property mode set to 100644
File size: 5.5 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 "http://ftp.gnome.org/pub/GNOME/sources/epiphany/1.8/epiphany-&epiphany-version;.tar.bz2">
8 <!ENTITY epiphany-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/epiphany/1.8/epiphany-&epiphany-version;.tar.bz2">
9 <!ENTITY epiphany-md5sum "0a2e479816a1b2845c758e7a5d84a848">
10 <!ENTITY epiphany-size "3.3 MB">
11 <!ENTITY epiphany-buildsize "66.4 MB">
12 <!ENTITY epiphany-time "1.5 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="dbus"/>,
68 <xref linkend="which"/>,
69 <xref linkend="iso-codes"/>, and
70 <xref linkend="mozilla"/> or
71 <xref linkend="firefox"/> or
72 <xref linkend="thunderbird"/></para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional"><xref linkend="startup-notification"/>,
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>) and
79 <xref linkend="gtk-doc"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Epiphany</title>
85
86 <para>Install <application>Epiphany</application> by running the following
87 commands:</para>
88
89<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
90 --sysconfdir=&gnome-etc-dir; --localstatedir=/var/lib &amp;&amp;
91make</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
105 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
106 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
107
108 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
109 puts <application>ScrollKeeper</application> files in
110 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
111 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Program</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>epiphany</seg>
125 <seg>None</seg>
126 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/apps/epiphany,
127 &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/epiphany,
128 $GNOME_PREFIX/include/epiphany-1.8,
129 $GNOME_PREFIX/share/epiphany,
130 $GNOME_PREFIX/share/gnome/help/epiphany,
131 $GNOME_PREFIX/share/gtk-doc/html/epiphany, and
132 $GNOME_PREFIX/share/omf/epiphany</seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="epiphany-prog">
142 <term><command>epiphany</command></term>
143 <listitem>
144 <para>is a <application>GNOME</application> web browser based on
145 the <application>Mozilla</application> rendering engine.</para>
146 <indexterm zone="epiphany epiphany-prog">
147 <primary sortas="b-epiphany">epiphany</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.