source: archive/gnome-obsolete/eel.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.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 eel-download-http "&gnome-download-http;/eel/2.18/eel-&eel-version;.tar.bz2">
8 <!ENTITY eel-download-ftp "&gnome-download-ftp;/eel/2.18/eel-&eel-version;.tar.bz2">
9 <!ENTITY eel-md5sum "c51fea61eb99eaa7995754b8acf787ff">
10 <!ENTITY eel-size "643 KB">
11 <!ENTITY eel-buildsize "14 MB">
12 <!ENTITY eel-time "0.5 SBU">
13]>
14
15<sect1 id="eel" xreflabel="EEL-&eel-version;">
16 <?dbhtml filename="eel.html"?>
17
18
19 <title>EEL-&eel-version;</title>
20
21 <indexterm zone="eel">
22 <primary sortas="a-EEL">EEL</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to EEL</title>
27
28 <para>The <application>EEL</application> package contains the Eazel
29 Extensions Library. This is a collection of widgets and extensions
30 to the <application>GNOME</application> platform.</para>
31
32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>Download (HTTP): <ulink url="&eel-download-http;"/></para>
36 </listitem>
37 <listitem>
38 <para>Download (FTP): <ulink url="&eel-download-ftp;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download MD5 sum: &eel-md5sum;</para>
42 </listitem>
43 <listitem>
44 <para>Download size: &eel-size;</para>
45 </listitem>
46 <listitem>
47 <para>Estimated disk space required: &eel-buildsize;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated build time: &eel-time;</para>
51 </listitem>
52 </itemizedlist>
53
54 <bridgehead renderas="sect3">EEL Dependencies</bridgehead>
55
56 <bridgehead renderas="sect4">Required</bridgehead>
57 <para role="required"><xref linkend="gnome-desktop"/>,
58 <xref linkend="gnome-menus"/>, and
59 <xref linkend="gail"/></para>
60
61 <bridgehead renderas="sect4">Optional</bridgehead>
62 <para role="optional"><xref linkend="intltool"/></para>
63
64 <para condition="html" role="usernotes">User Notes:
65 <ulink url="&blfs-wiki;/eel"/></para>
66
67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of EEL</title>
71
72 <para>Install <application>EEL</application> by running the
73 following commands:</para>
74
75<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
76make</userinput></screen>
77
78 <para>To test the results, issue: <command>make check</command>.</para>
79
80 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
81
82<screen role="root"><userinput>make install</userinput></screen>
83
84 </sect2>
85
86 <sect2 role="commands">
87 <title>Command Explanations</title>
88
89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
90 href="../../xincludes/gnome-prefix.xml"/>
91
92 </sect2>
93
94 <sect2 role="content">
95 <title>Contents</title>
96
97 <segmentedlist>
98 <segtitle>Installed Programs</segtitle>
99 <segtitle>Installed Library</segtitle>
100 <segtitle>Installed Directory</segtitle>
101
102 <seglistitem>
103 <seg>None</seg>
104 <seg>libeel-2.{so,a}</seg>
105 <seg><envar>$GNOME_PREFIX</envar>/include/eel-2</seg>
106 </seglistitem>
107 </segmentedlist>
108
109 <variablelist>
110 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
111 <?dbfo list-presentation="list"?>
112 <?dbhtml list-presentation="table"?>
113
114 <varlistentry id="libeel-2">
115 <term><filename class='libraryfile'>libeel-2.{so,a}</filename></term>
116 <listitem>
117 <para>is a collection of widgets developed by the
118 <application>Nautilus</application> project.</para>
119 <indexterm zone="eel libeel-2">
120 <primary sortas="c-libeel-2">libeel-2.{so,a}</primary>
121 </indexterm>
122 </listitem>
123 </varlistentry>
124
125 </variablelist>
126
127 </sect2>
128
129</sect1>
Note: See TracBrowser for help on using the repository browser.