glfs/xfce/core/gtk-xfce-engine.xml
Krejzi dcd16c6bf4 Cosmetic changes to Xfce4 Core, Deps updates, Package updates.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11103 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-03-16 20:55:44 +00:00

166 lines
4.8 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 gtk-xfce-engine-download-http
"http://archive.xfce.org/src/xfce/gtk-xfce-engine/3.0/gtk-xfce-engine-&gtk-xfce-engine-version;.tar.bz2">
<!ENTITY gtk-xfce-engine-download-ftp " ">
<!ENTITY gtk-xfce-engine-md5sum "174e774d0debb052ec457640275f065d">
<!ENTITY gtk-xfce-engine-size "364 KB">
<!ENTITY gtk-xfce-engine-buildsize "7.3 MB">
<!ENTITY gtk-xfce-engine-time "0.1 SBU">
]>
<sect1 id="gtk-xfce-engine" xreflabel="gtk-xfce-engine-&gtk-xfce-engine-version;">
<?dbhtml filename="gtk-xfce-engine.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gtk-xfce-engine-&gtk-xfce-engine-version;</title>
<indexterm zone="gtk-xfce-engine">
<primary sortas="a-gtk-xfce-engine">gtk-xfce-engine</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GTK Xfce Engine</title>
<para>
The <application>GTK Xfce Engine</application> package contains several
<application>GTK+ 2</application> and <application>GTK+ 3</application>
themes and libraries needed to display them.
This is useful for customising the appearance of your
<application>Xfce</application> desktop.
</para>
&lfs73_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gtk-xfce-engine-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gtk-xfce-engine-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gtk-xfce-engine-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gtk-xfce-engine-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gtk-xfce-engine-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gtk-xfce-engine-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GTK Xfce Engine Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk2"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gtk3"/>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/gtk-xfce-engine"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GTK Xfce Engine</title>
<para>
Install <application>GTK Xfce Engine</application> by running the
following commands:
</para>
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libxfce.so (in /usr/lib/gtk-&gtk2-libdir;/engines and
/usr/lib/gtk-3.0/3.0.0/theming-engines)
</seg>
<seg>
Xfce, Xfce-4.0, Xfce-4.2, Xfce-4.4, Xfce-4.6, Xfce-b5, Xfce-basic,
Xfce-cadmium, Xfce-curve, Xfce-dawn, Xfce-dusk, Xfce-kde2,
Xfce-kolors, Xfce-light, Xfce-orange, Xfce-redmondxp, Xfce-saltlake,
Xfce-smooth, Xfce-stellar, Xfce-winter in /usr/share/themes
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libxfce">
<term><filename class="libraryfile">libxfce.so</filename></term>
<listitem>
<para>
contains functions that allow <application>Xfce</application> to
apply and change <application>GTK+ 2</application> and
<application>GTK+ 3</application> themes.
</para>
<indexterm zone="gtk-xfce-engine libxfce">
<primary sortas="c-libxfce">libxfce.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>