source: archive/galeon.xml@ fa91d2e

11.0 11.1 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fa91d2e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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