source: x/installing/xbitmaps.xml@ 34a6571

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 34a6571 was 34a6571, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Tags

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