glfs/x/icons/gnome-icon-theme.xml
Bruce Dubbs ff0b3aa83b Tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23585 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-20 18:35:03 +00:00

137 lines
3.7 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 gnome-icon-theme-download-http
"&gnome-download-http;/gnome-icon-theme/3.12/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz">
<!ENTITY gnome-icon-theme-download-ftp
"&gnome-download-ftp;/gnome-icon-theme/3.12/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz">
<!ENTITY gnome-icon-theme-md5sum "f14bed7f804e843189ffa7021141addd">
<!ENTITY gnome-icon-theme-size "17 MB">
<!ENTITY gnome-icon-theme-buildsize "85 MB">
<!ENTITY gnome-icon-theme-time "0.5 SBU">
]>
<sect1 id="gnome-icon-theme" xreflabel="gnome-icon-theme-&gnome-icon-theme-version;">
<?dbhtml filename="gnome-icon-theme.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-icon-theme-&gnome-icon-theme-version;</title>
<indexterm zone="gnome-icon-theme">
<primary sortas="a-gnome-icon-theme">gnome-icon-theme</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNOME Icon Theme</title>
<para>
The <application>GNOME Icon Theme</application> package contains
an assortment of non-scalable icons of different sizes and themes.
</para>
&lfs10_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gnome-icon-theme-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gnome-icon-theme-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gnome-icon-theme-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gnome-icon-theme-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gnome-icon-theme-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gnome-icon-theme-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GNOME Icon Theme Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gtk3"/> or
<xref role="nodep" linkend="gtk2"/>,
<xref linkend="hicolor-icon-theme"/>, and
<xref linkend="icon-naming-utils"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-icon-theme"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GNOME Icon Theme</title>
<para>
Install <application>GNOME Icon Theme</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 Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
None
</seg>
<seg>
/usr/share/icons/gnome
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>