source: xfce/core/exo.xml

trunk
Last change on this file was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 exo-download-http
8 "https://archive.xfce.org/src/xfce/exo/&xfce4-version;/exo-&exo-version;.tar.bz2">
9 <!ENTITY exo-download-ftp " ">
10 <!ENTITY exo-md5sum "9d0be4e885eaf991e12dbc14d3fc628d">
11 <!ENTITY exo-size "876 KB">
12 <!ENTITY exo-buildsize "14 MB (with tests)">
13 <!ENTITY exo-time "0.2 SBU (with tests)">
14]>
15
16<sect1 id="exo" xreflabel="Exo-&exo-version;">
17 <?dbhtml filename="exo.html"?>
18
19
20 <title>Exo-&exo-version;</title>
21
22 <indexterm zone="exo">
23 <primary sortas="a-Exo">Exo</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Exo</title>
28
29 <para>
30 <application>Exo</application> is a support library used in the
31 <application>Xfce</application> desktop. It also has some helper
32 applications that are used throughout <application>Xfce</application>.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&exo-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&exo-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &exo-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &exo-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &exo-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &exo-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Exo Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gtk3"/>,
76 <xref linkend="libxfce4ui"/>, and
77 <xref linkend="libxfce4util"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="gtk-doc"/>
83 </para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Exo</title>
89
90 <para>
91 Install <application>Exo</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>make check</command>.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114 href="../../xincludes/gtk-doc-rebuild.xml"/>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 exo-desktop-item-edit and
129 exo-open
130 </seg>
131 <seg>
132 libexo-2.so
133 </seg>
134 <seg>
135 /usr/include/exo-2 and
136 /usr/share/gtk-doc/html/exo-2
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="exo-desktop-item-edit">
147 <term><command>exo-desktop-item-edit</command></term>
148 <listitem>
149 <para>
150 is a command line utility to create or edit icons on the desktop
151 </para>
152 <indexterm zone="exo exo-desktop-item-edit">
153 <primary sortas="b-exo-desktop-item-edit">exo-desktop-item-edit</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="exo-open">
159 <term><command>exo-open</command></term>
160 <listitem>
161 <para>
162 is a command line frontend to the <application>Xfce</application>
163 Preferred Applications framework. It can either be used to open a
164 list of urls with the default URL handler or launch the preferred
165 application for a certain category
166 </para>
167 <indexterm zone="exo exo-open">
168 <primary sortas="b-exo-open">exo-open</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="libexo-2">
174 <term><filename class="libraryfile">libexo-2.so</filename></term>
175 <listitem>
176 <para>
177 contains additional widgets, a framework for editable toolbars,
178 light-weight session management support and functions to
179 automatically synchronise object properties (based on GObject
180 Binding Properties)
181 </para>
182 <indexterm zone="exo libexo-2">
183 <primary sortas="c-libexo-2">libexo-2.so</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.