source: x/installing/xbitmaps.xml@ e73a0309

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since e73a0309 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 7 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

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