source: x/installing/xbitmaps.xml@ c18fd2e6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c18fd2e6 was c18fd2e6, checked in by Pierre Labastie <pieere@…>, 6 years ago

Updates:
unbound-1.7.0
xbitmaps-1.1.2
xdg-user-dirs-0.17
libgpg-error-1.28

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19983 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.3 KB
RevLine 
[795baef]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
[a205fd0]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">
[c18fd2e6]9 <!ENTITY xbitmaps-md5sum "cedeef095918aca86da79a2934e03daf">
10 <!ENTITY xbitmaps-size "126 KB">
11 <!ENTITY xbitmaps-buildsize "1.6 MB">
[795baef]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
[a205fd0]32 <para>
33 The <application>xbitmaps</application> package contains bitmap
34 images used by multiple applications built in Xorg chapter.
35 </para>
[795baef]36
[2f3cfb22]37 &lfs82_checked;
[795baef]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[a205fd0]42 <para>
43 Download (HTTP): <ulink url="&xbitmaps-download-http;"/>
44 </para>
[795baef]45 </listitem>
46 <listitem>
[a205fd0]47 <para>
48 Download (FTP): <ulink url="&xbitmaps-download-ftp;"/>
49 </para>
[795baef]50 </listitem>
51 <listitem>
[a205fd0]52 <para>
53 Download MD5 sum: &xbitmaps-md5sum;
54 </para>
[795baef]55 </listitem>
56 <listitem>
[a205fd0]57 <para>
58 Download size: &xbitmaps-size;
59 </para>
[795baef]60 </listitem>
61 <listitem>
[a205fd0]62 <para>
63 Estimated disk space required: &xbitmaps-buildsize;
64 </para>
[795baef]65 </listitem>
66 <listitem>
[a205fd0]67 <para>
68 Estimated build time: &xbitmaps-time;
69 </para>
[795baef]70 </listitem>
71 </itemizedlist>
72
[12710915]73 <bridgehead renderas="sect3">xbitmaps Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
[ae3e62f]77 <xref linkend="util-macros"/>
[12710915]78 </para>
79
[795baef]80 <para condition="html" role="usernotes">User Notes:
[a205fd0]81 <ulink url="&blfs-wiki;/xbitmaps"/>
82 </para>
[795baef]83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of xbitmaps</title>
87
[a205fd0]88 <para>
89 Install <application>xbitmaps</application> by running the
90 following commands:
91 </para>
[795baef]92
[7e4aead]93<screen><userinput>./configure $XORG_CONFIG</userinput></screen>
[795baef]94
[a205fd0]95 <para>
96 This package does not come with a test suite.
97 </para>
[795baef]98
[a205fd0]99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
[795baef]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>
[1263ab1e]111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
[a205fd0]113 <segtitle>Installed Directory</segtitle>
[795baef]114
115 <seglistitem>
[1263ab1e]116 <seg>None</seg>
117 <seg>None</seg>
118 <seg><envar>$XORG_PREFIX</envar>/include/X11/bitmaps</seg>
[795baef]119 </seglistitem>
120 </segmentedlist>
121
122 </sect2>
123
124</sect1>
Note: See TracBrowser for help on using the repository browser.