source: archive/gnome-obsolete/eel.xml@ ac0d66d

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since ac0d66d was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 20 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
RevLine 
[fdca4266]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" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[add1d7c7]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">
[65ed5cb]9 <!ENTITY eel-md5sum "c51fea61eb99eaa7995754b8acf787ff">
10 <!ENTITY eel-size "643 KB">
11 <!ENTITY eel-buildsize "14 MB">
[51d7b70]12 <!ENTITY eel-time "0.5 SBU">
[fdca4266]13]>
14
[3b11616]15<sect1 id="eel" xreflabel="EEL-&eel-version;">
[af375104]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
[4e82a189]25 <sect2 role="package">
[af375104]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
[782b3707]54 <bridgehead renderas="sect3">EEL Dependencies</bridgehead>
[af375104]55
56 <bridgehead renderas="sect4">Required</bridgehead>
[b22e19bf]57 <para role="required"><xref linkend="gnome-desktop"/>,
[937425f]58 <xref linkend="gnome-menus"/>, and
[51d7b70]59 <xref linkend="gail"/></para>
[af375104]60
[a6bee1f]61 <bridgehead renderas="sect4">Optional</bridgehead>
62 <para role="optional"><xref linkend="intltool"/></para>
63
[0a7c3921]64 <para condition="html" role="usernotes">User Notes:
65 <ulink url="&blfs-wiki;/eel"/></para>
66
[af375104]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
[a6bee1f]75<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
[af375104]76make</userinput></screen>
77
[65ed5cb]78 <para>To test the results, issue: <command>make check</command>.</para>
[af375104]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
[551b9389]86 <sect2 role="commands">
87 <title>Command Explanations</title>
88
[e05cd03f]89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]90 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]91
92 </sect2>
93
[af375104]94 <sect2 role="content">
95 <title>Contents</title>
96
97 <segmentedlist>
98 <segtitle>Installed Programs</segtitle>
[1d0408c8]99 <segtitle>Installed Library</segtitle>
[293abe4]100 <segtitle>Installed Directory</segtitle>
[af375104]101
102 <seglistitem>
103 <seg>None</seg>
[0a7c3921]104 <seg>libeel-2.{so,a}</seg>
[551b9389]105 <seg><envar>$GNOME_PREFIX</envar>/include/eel-2</seg>
[af375104]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">
[0a7c3921]115 <term><filename class='libraryfile'>libeel-2.{so,a}</filename></term>
[af375104]116 <listitem>
117 <para>is a collection of widgets developed by the
118 <application>Nautilus</application> project.</para>
119 <indexterm zone="eel libeel-2">
[0a7c3921]120 <primary sortas="c-libeel-2">libeel-2.{so,a}</primary>
[af375104]121 </indexterm>
122 </listitem>
123 </varlistentry>
124
125 </variablelist>
126
127 </sect2>
[ad45d1a]128
129</sect1>
Note: See TracBrowser for help on using the repository browser.