source: archive/galeon.xml@ ad6ebf1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 ad6ebf1 was ad6ebf1, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Cleanup X. X Software

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

  • Property mode set to 100644
File size: 5.9 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 galeon-download-http "&sourceforge-repo;/galeon/galeon-&galeon-version;.tar.bz2">
8 <!ENTITY galeon-download-ftp "&gentoo-ftp-repo;/galeon-&galeon-version;.tar.bz2">
9 <!ENTITY galeon-md5sum "34d6e3a6ee78f9e4d12736e5d81b462b">
10 <!ENTITY galeon-size "2.9 MB">
11 <!ENTITY galeon-buildsize "75.4 MB">
12 <!ENTITY galeon-time "1.3 SBU">
13]>
14
15<sect1 id="galeon" xreflabel="Galeon-&galeon-version;">
16 <?dbhtml filename="galeon.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Galeon-&galeon-version;</title>
24
25 <indexterm zone="galeon">
26 <primary sortas="a-Galeon">Galeon</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Galeon</title>
31
32 <para>The <application>Galeon</application> package contains a
33 <application>GNOME</application>-2 browser that utilizes
34 the mozilla.org Gecko layout engine and presents the simplest
35 interface possible for a browser.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&galeon-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&galeon-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &galeon-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &galeon-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &galeon-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &galeon-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Galeon Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="gnome-desktop"/> and
63 a mozilla.org Gecko layout engine
64 (<xref linkend="seamonkey"/> or
65 <xref linkend="firefox"/> or
66 <xref linkend="thunderbird"/> or
67 <ulink url="http://www.mozilla.org/products/mozilla1.x/">Mozilla</ulink>)</para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="libgtkhtml"/> and
71 <xref linkend="iso-codes"/></para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/galeon"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of Galeon</title>
80
81 <para>Compiling must be done with the same compiler version and
82 optimization settings that were used to compile the Gecko layout
83 engine package.</para>
84
85 <para>Install <application>Galeon</application> by running the following
86 commands:</para>
87
88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
89 --sysconfdir=&gnome-etc-dir; \
90 --localstatedir=/var/lib \
91 --mandir=$(pkg-config \
92 --variable=prefix ORBit-2.0)/share/man &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 &amp;&amp;
100install -v -m755 -d $(pkg-config \
101 --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version; &amp;&amp;
102install -v -m644 FAQ README* doc/*.txt $(pkg-config \
103 --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version; &amp;&amp;
104ln -v -s ../../$PACKAGE_NAME/FAQ.html $(pkg-config \
105 --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version;</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/gnome-prefix.xml"/>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/gnome-sysconfdir.xml"/>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/scrollkeeper-dir.xml"/>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/gnome-mandir.xml"/>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>galeon and galeon-config-tool</seg>
136 <seg>None</seg>
137 <seg>The following subdirectories of
138 <envar>$GNOME_PREFIX</envar>/share/:
139 galeon, {gnome/help, omf, sounds}/galeon</seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="galeon-prog">
149 <term><command>galeon</command></term>
150 <listitem>
151 <para>is a <application>GNOME</application>-2 web browser
152 using a Gecko-based rendering/security/networking engine.</para>
153 <indexterm zone="galeon galeon-prog">
154 <primary sortas="b-galeon">galeon</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="galeon-config-tool">
160 <term><command>galeon-config-tool</command></term>
161 <listitem>
162 <para>clears settings, installs schemas, removes schemas and
163 fixes permissions in the <application>GConf</application>
164 database.</para>
165 <indexterm zone="galeon galeon-config-tool">
166 <primary sortas="b-galeon-config-tool">galeon-config-tool</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.