source: x/installing/xbitmaps.xml@ 33568fea

systemd-13485
Last change on this file since 33568fea was 33568fea, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Some typo fixes
Finish tagging Xorg

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17086 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xbitmaps-download-http "&xorg-download-http;/data/xbitmaps-&xbitmaps-version;.tar.bz2">
8 <!ENTITY xbitmaps-download-ftp "&xorg-download-ftp;/data/xbitmaps-&xbitmaps-version;.tar.bz2">
9 <!ENTITY xbitmaps-md5sum "7444bbbd999b53bec6a60608a5301f4c">
10 <!ENTITY xbitmaps-size "116 KB">
11 <!ENTITY xbitmaps-buildsize "855 KB">
12 <!ENTITY xbitmaps-time "less than 0.1 SBU">
13]>
14
15<sect1 id="xbitmaps" xreflabel="xbitmaps-&xbitmaps-version;">
16 <?dbhtml filename="xbitmaps.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>xbitmaps-&xbitmaps-version;</title>
24
25 <indexterm zone="xbitmaps">
26 <primary sortas="a-xbitmaps">xbitmaps</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to xbitmaps</title>
31
32 <para>
33 The <application>xbitmaps</application> package contains bitmap
34 images used by multiple applications built in Xorg chapter.
35 </para>
36
37 &lfs79_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&xbitmaps-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&xbitmaps-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &xbitmaps-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &xbitmaps-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &xbitmaps-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &xbitmaps-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">xbitmaps Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="util-macros"/>
78 </para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/xbitmaps"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of xbitmaps</title>
87
88 <para>
89 Install <application>xbitmaps</application> by running the
90 following commands:
91 </para>
92
93<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directory</segtitle>
114
115 <seglistitem>
116 <seg>None</seg>
117 <seg>None</seg>
118 <seg><envar>$XORG_PREFIX</envar>/include/X11/bitmaps</seg>
119 </seglistitem>
120 </segmentedlist>
121
122 </sect2>
123
124</sect1>
Note: See TracBrowser for help on using the repository browser.