glfs/xfce/core/exo.xml
2022-12-23 23:14:24 +01:00

196 lines
5.4 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY exo-download-http
"https://archive.xfce.org/src/xfce/exo/&xfce4-version;/exo-&exo-version;.tar.bz2">
<!ENTITY exo-download-ftp " ">
<!ENTITY exo-md5sum "9d0be4e885eaf991e12dbc14d3fc628d">
<!ENTITY exo-size "876 KB">
<!ENTITY exo-buildsize "14 MB (with tests)">
<!ENTITY exo-time "0.2 SBU (with tests)">
]>
<sect1 id="exo" xreflabel="Exo-&exo-version;">
<?dbhtml filename="exo.html"?>
<title>Exo-&exo-version;</title>
<indexterm zone="exo">
<primary sortas="a-Exo">Exo</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Exo</title>
<para>
<application>Exo</application> is a support library used in the
<application>Xfce</application> desktop. It also has some helper
applications that are used throughout <application>Xfce</application>.
</para>
&lfs112_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&exo-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&exo-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &exo-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &exo-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &exo-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &exo-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Exo Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk3"/>,
<xref linkend="libxfce4ui"/>, and
<xref linkend="libxfce4util"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/exo"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Exo</title>
<para>
Install <application>Exo</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
exo-desktop-item-edit and
exo-open
</seg>
<seg>
libexo-2.so
</seg>
<seg>
/usr/include/exo-2 and
/usr/share/gtk-doc/html/exo-2
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="exo-desktop-item-edit">
<term><command>exo-desktop-item-edit</command></term>
<listitem>
<para>
is a command line utility to create or edit icons on the desktop
</para>
<indexterm zone="exo exo-desktop-item-edit">
<primary sortas="b-exo-desktop-item-edit">exo-desktop-item-edit</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="exo-open">
<term><command>exo-open</command></term>
<listitem>
<para>
is a command line frontend to the <application>Xfce</application>
Preferred Applications framework. It can either be used to open a
list of urls with the default URL handler or launch the preferred
application for a certain category
</para>
<indexterm zone="exo exo-open">
<primary sortas="b-exo-open">exo-open</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libexo-2">
<term><filename class="libraryfile">libexo-2.so</filename></term>
<listitem>
<para>
contains additional widgets, a framework for editable toolbars,
light-weight session management support and functions to
automatically synchronise object properties (based on GObject
Binding Properties)
</para>
<indexterm zone="exo libexo-2">
<primary sortas="c-libexo-2">libexo-2.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>