source: xfce/core/exo.xml@ ca6af403

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 ca6af403 was ca6af403, checked in by Tim Tassonis <stuff@…>, 6 years ago
  • Update to exo-0.12.2
  • Update to xfce4-settings-4.12.4
  • Update to ristretto-0.8.3

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

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