mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
cb3cbff7ff
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14717 af4574ff-66df-0310-9fd7-8a98e5e911e0
192 lines
5.3 KiB
XML
192 lines
5.3 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 lxappearance-download-http "&sourceforge-repo;/lxde/lxappearance-&lxappearance-version;.tar.xz">
|
|
<!ENTITY lxappearance-download-ftp " ">
|
|
<!ENTITY lxappearance-md5sum "79740125628a8374c1101cf26e558fa5">
|
|
<!ENTITY lxappearance-size "160 KB">
|
|
<!ENTITY lxappearance-buildsize "4.1 MB">
|
|
<!ENTITY lxappearance-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="lxappearance" xreflabel="LXAppearance-&lxappearance-version;">
|
|
<?dbhtml filename="lxappearance.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>LXAppearance-&lxappearance-version;</title>
|
|
|
|
<indexterm zone="lxappearance">
|
|
<primary sortas="a-LXAppearance">LXAppearance</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to LXAppearance</title>
|
|
|
|
<para>
|
|
The <application>LXAppearance</application> package contains a
|
|
desktop-independent theme switcher for
|
|
<application>GTK+</application>.
|
|
</para>
|
|
|
|
&lfs76_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&lxappearance-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&lxappearance-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &lxappearance-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &lxappearance-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &lxappearance-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &lxappearance-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">LXAppearance Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gtk2"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="dbus-glib"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="libxslt"/> with
|
|
<xref linkend="DocBook"/> and
|
|
<xref linkend="docbook-xsl"/> (to build man pages)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/lxappearance"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of LXAppearance</title>
|
|
|
|
<para>
|
|
Install <application>LXAppearance</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--disable-static \
|
|
--enable-dbus &&
|
|
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="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>--enable-dbus</parameter>: This switch enables
|
|
<application>DBus</application> support in
|
|
<application>LXAppearance</application> which is useful for
|
|
communicating with <application>LXSession</application>.
|
|
Remove it if you are not building
|
|
<application>LXDE</application> or have not installed
|
|
<xref linkend="dbus-glib"/>.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--enable-man</option>: Use this switch if you have
|
|
installed optional dependencies and wish to rebuild the
|
|
manual pages.
|
|
</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
lxappearance
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/usr/include/lxappearance and
|
|
/usr/share/lxappearance
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="lxappearance-prog">
|
|
<term><command>lxappearance</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a program used to change <application>GTK+</application>
|
|
themes, icon themes, and fonts used by applications.
|
|
</para>
|
|
<indexterm zone="lxappearance lxappearance-prog">
|
|
<primary sortas="b-lxappearance">lxappearance</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|