glfs/x/installing/xbitmaps.xml
DJ Lucas ca0c29cc93 Fix xcursor-themes ftp download location.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8224 af4574ff-66df-0310-9fd7-8a98e5e911e0
2010-01-26 03:53:56 +00:00

105 lines
3.1 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 xbitmaps-download-http "http://xorg.freedesktop.org/releases/individual/data/xbitmaps-&xbitmaps-version;.tar.bz2">
<!ENTITY xbitmaps-download-ftp "ftp://ftp.x.org/pub/individual/data/xbitmaps-&xbitmaps-version;.tar.bz2">
<!ENTITY xbitmaps-md5sum "f9ddd4e70a5375508b3acaf17be0d0ab">
<!ENTITY xbitmaps-size "104 KB">
<!ENTITY xbitmaps-buildsize "792 KB">
<!ENTITY xbitmaps-time "less than 0.1 SBU">
]>
<sect1 id="xbitmaps" xreflabel="xbitmaps-&xbitmaps-version;">
<?dbhtml filename="xbitmaps.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Xbitmaps-&xbitmaps-version;</title>
<indexterm zone="xbitmaps">
<primary sortas="a-xbitmaps">Xbitmaps</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Xbitmaps</title>
<para>Xbitmaps provides static graphics needed by Xorg applications to
draw screen elements.</para>
&lfs65_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&xbitmaps-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&xbitmaps-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &xbitmaps-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &xbitmaps-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &xbitmaps-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &xbitmaps-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Xbitmaps Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="xorg7-util"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/xbitmaps'/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Xbitmaps</title>
<para>First, configure the Xbitmaps package by running the following
command:</para>
<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now install 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><envar>$XORG_PREFIX</envar>/include/X11/bitmaps</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>