glfs/x/lib/gtk-engines.xml
Bruce Dubbs 7b20b747ca Tags -- mostly General Libraries
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21179 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-02-17 03:14:14 +00:00

171 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-engines-download-http
"&gnome-download-http;/gtk-engines/2.20/gtk-engines-&gtk-engines-version;.tar.bz2">
<!ENTITY gtk-engines-download-ftp
"&gnome-download-http;/gtk-engines/2.20/gtk-engines-&gtk-engines-version;.tar.bz2">
<!ENTITY gtk-engines-md5sum "5deb287bc6075dc21812130604c7dc4f">
<!ENTITY gtk-engines-size "676 KB">
<!ENTITY gtk-engines-buildsize "19 MB">
<!ENTITY gtk-engines-time "0.4 SBU">
]>
<sect1 id="gtk-engines" xreflabel="GTK Engines-&gtk-engines-version;">
<?dbhtml filename="gtk-engines.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>GTK Engines-&gtk-engines-version;</title>
<indexterm zone="gtk-engines">
<primary sortas="a-GTK Engines">GTK Engines</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GTK Engines</title>
<para>
The <application>GTK Engines</application> package contains eight
themes/engines and two additional engines for
<application>GTK2</application>.
</para>
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gtk-engines-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gtk-engines-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gtk-engines-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gtk-engines-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gtk-engines-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gtk-engines-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GTK Engines Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk2"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="lua"/> and
<xref linkend="which"/> (required for test suite)
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/gtk-engines"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GTK Engines</title>
<para>
Install <application>GTK Engines</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr &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>
<para>
<option>--enable-lua --with-system-lua</option>: Use these switches if you
installed <application>Lua</application> and want to build Lua theming
engine.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<segtitle>Installed Themes</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libclearlooks.so,
libcrux-engine.so,
libglide.so,
libhcengine.so,
libindustrial.so,
libmist.so,
libredmond95.so and
libthinice.so (GTK-2 engines libraries)
</seg>
<seg>
/usr/lib/gtk-&gtk2-libdir;/engines,
/usr/share/gtk-engines,
/usr/share/themes/Clearlooks,
/usr/share/themes/Crux,
/usr/share/themes/Industrial,
/usr/share/themes/Mist,
/usr/share/themes/Redmond and
/usr/share/themes/ThinIce
</seg>
<seg>
Clearlooks,
Crux,
Industrial,
Mist,
Redmond and
ThinIce
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry>
<term>engine libraries</term>
<listitem>
<para>are manager systems for specific themes.</para>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>