source: x/installing/x7data.xml@ e6148eeb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e6148eeb was e6148eeb, checked in by Dan Nichilson <dnicholson@…>, 17 years ago

Use `wget -c' for large Xorg downloads

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

  • Property mode set to 100644
File size: 3.9 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 x7data-download-http "http://xorg.freedesktop.org/releases/individual/data/">
8 <!ENTITY x7data-download-ftp "ftp://ftp.x.org/pub/individual/data/">
9 <!ENTITY x7data-wget "&files-anduin;/xorg/data-&xorg7-version;.wget">
10 <!ENTITY x7data-md5sum "&files-anduin;/xorg/data-&xorg7-version;.md5">
11 <!ENTITY x7data-size "2.1 MB">
12 <!ENTITY x7data-buildsize "19.5 MB">
13 <!ENTITY x7data-time "0.1 SBU">
14
15]>
16
17<sect1 id="xorg7-data" xreflabel="Xorg Data">
18 <?dbhtml filename="x7data.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Xorg Data</title>
26
27 <indexterm zone="xorg7">
28 <primary sortas="a-xorg7-data">Xorg Data</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Xorg Data</title>
33
34 <para>The <application>Xorg</application> data packages provide
35 static data such as images and keymaps to the
36 <application>Xorg</application> applications.</para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&x7data-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&x7data-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: <ulink url="&x7data-md5sum;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download size: &x7data-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &x7data-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &x7data-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing="compact">
62 <listitem>
63 <para>Required download list: <ulink url="&x7data-wget;"/></para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">Xorg Data Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="xorg7-app"/></para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url='&blfs-wiki;/Xorg7Data'/></para>
74
75 </sect2>
76
77 <sect2>
78 <title>Downloading Xorg Data</title>
79
80 <para>To download the needed files using <application>wget</application>,
81 use the following commands:</para>
82
83<screen><userinput>mkdir data &amp;&amp;
84cd data &amp;&amp;
85grep -v '^#' ../data-&xorg7-version;.wget | wget -i- -c \
86 -B http://xorg.freedesktop.org/releases/individual/data/ &amp;&amp;
87md5sum -c ../data-&xorg7-version;.md5</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Xorg Data</title>
93
94 <para>Compile the selected packages with the following commands:</para>
95
96<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
97make</userinput></screen>
98
99 <para>These packages do not provide test suites.</para>
100
101 <para>Install the packages as the
102 <systemitem class="username">root</systemitem> user:</para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>None</seg>
118 <seg>None</seg>
119 <seg>The following subdirectories of <envar>$XORG_PREFIX</envar>/:
120 share/X11/xkb and
121 share/icons/{handhelds,redglass,whiteglass}/cursors</seg>
122 </seglistitem>
123 </segmentedlist>
124
125 </sect2>
126
127</sect1>
Note: See TracBrowser for help on using the repository browser.