source: gnome/core/eel.xml@ b22e19bf

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 b22e19bf was b22e19bf, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Adding automatized scripts generation related tags. Gnome-core chapter.

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

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