source: archive/gnome-obsolete/eel.xml@ 45ab6c7

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