source: xfce/core/exo.xml@ 640ece9

10.0 10.1 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 640ece9 was 640ece9, checked in by Ken Moffat <ken@…>, 4 years ago

Tags: basic qt and webengine, laxappearance, most of xfce (no audio on this machine, nor blank CDs).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23567 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 " ">
[e022b07]10 <!ENTITY exo-md5sum "efeb039d64b3257e39a1a38e75eb19b1">
[1e9b1f27]11 <!ENTITY exo-size "1.3 MB">
[df298a83]12 <!ENTITY exo-buildsize "27 MB (with tests)">
[a4c24de]13 <!ENTITY exo-time "0.4 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
[640ece9]39 &lfs10_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">
[5d580a3]79 <xref linkend="gtk3"/>,
[a20b14d6]80 <xref linkend="libxfce4ui"/>,
81 <xref linkend="libxfce4util"/> and
[4392a40]82 <xref linkend="perl-uri"/>
[17bcb81]83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
[dcd16c6]87 <xref linkend="gtk-doc"/>
[17bcb81]88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/exo"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
[dcd16c6]96 <title>Installation of Exo</title>
[17bcb81]97
98 <para>
[dcd16c6]99 Install <application>Exo</application> by running the following
[17bcb81]100 commands:
101 </para>
102
[dcd16c6]103<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
[17bcb81]104make</userinput></screen>
105
106 <para>
[5e39f4c]107 To test the results, issue: <command>make check</command>.
[17bcb81]108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
[dcd16c6]115
[17bcb81]116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[dcd16c6]122 href="../../xincludes/gtk-doc-rebuild.xml"/>
[17bcb81]123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>
136 exo-csource, exo-desktop-item-edit, exo-open and
[dcd16c6]137 exo-preferred-applications
138 </seg>
139 <seg>
[c5eb8ede]140 libexo-1.so and
141 libexo-2.so
[17bcb81]142 </seg>
143 <seg>
144 /etc/xdg/xfce4,
[c5eb8ede]145 /usr/{include,lib/xfce4}/exo-1,
146 /usr/include/exo-2, and
[5e39f4c]147 /usr/share/{{gtk-doc/html,pixmaps}/exo-1,xfce4}
[17bcb81]148 </seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="exo-csource">
158 <term><command>exo-csource</command></term>
159 <listitem>
160 <para>
161 is a small utility that generates C code containing arbitrary data,
162 useful for compiling texts or other data directly into programs.
163 </para>
164 <indexterm zone="exo exo-csource">
165 <primary sortas="b-exo-csource">exo-csource</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="exo-desktop-item-edit">
171 <term><command>exo-desktop-item-edit</command></term>
172 <listitem>
173 <para>
174 is a command line utility to create or edit icons on the desktop.
175 </para>
176 <indexterm zone="exo exo-desktop-item-edit">
177 <primary sortas="b-exo-desktop-item-edit">exo-desktop-item-edit</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="exo-open">
183 <term><command>exo-open</command></term>
184 <listitem>
185 <para>
186 is a command line frontend to the <application>Xfce</application>
187 Preferred Applications framework. It can either be used to open a
188 list of urls with the default URL handler or launch the preferred
189 application for a certain category.
190 </para>
191 <indexterm zone="exo exo-open">
192 <primary sortas="b-exo-open">exo-open</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="exo-preferred-applications">
198 <term><command>exo-preferred-applications</command></term>
199 <listitem>
200 <para>
201 is a command line utility to edit the preferred application that is
202 used to handle a particular type of file or URI.
203 </para>
204 <indexterm zone="exo exo-preferred-applications">
205 <primary sortas="b-exo-preferred-applications">exo-preferred-applications</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="libexo-1">
211 <term><filename class="libraryfile">libexo-1.so</filename></term>
212 <listitem>
213 <para>
214 contains additional widgets, a framework for editable toolbars,
215 light-weight session management support and functions to
216 automatically synchronise object properties (based on GObject
[0d7900a]217 Binding Properties).
[17bcb81]218 </para>
219 <indexterm zone="exo libexo-1">
220 <primary sortas="c-libexo-1">libexo-1.so</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
[dcd16c6]224
[17bcb81]225 </variablelist>
[dcd16c6]226
[17bcb81]227 </sect2>
[dcd16c6]228
[17bcb81]229</sect1>
Note: See TracBrowser for help on using the repository browser.