source: x/installing/xcursorthemes.xml@ e00ac396

6.3 6.3-rc3
Last change on this file since e00ac396 was e00ac396, checked in by DJ Lucas <dj@…>, 16 years ago

Replaced Xorg-Data with xcursor-themes.

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

  • Property mode set to 100644
File size: 3.2 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 xcursor-themes-download-http "http://xorg.freedesktop.org/releases/individual/data/xcursor-themes-&xcursor-themes-version;.tar.bz2">
8 <!ENTITY xcursor-themes-download-ftp "ftp://ftp.x.org/pub/individual/lib/xcursor-themes-&xcursor-themes-version;.tar.bz2">
9 <!ENTITY xcursor-themes-md5sum "014bad415e64c49994679cdb71a97e37">
10 <!ENTITY xcursor-themes-size "2.1 MB">
11 <!ENTITY xcursor-themes-buildsize "19.5 MB">
12 <!ENTITY xcursor-themes-time "0.1 SBU">
13]>
14
15<sect1 id="xcursor-themes" xreflabel="xcursor-themes-&xcursor-themes-version;">
16 <?dbhtml filename="xcursor-themes.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: $</othername>
20 <date>$Date: $</date>
21 </sect1info>
22
23 <title>xcursor-themes-&xcursor-themes-version;</title>
24
25 <indexterm zone="xcursor-themes">
26 <primary sortas="a-xcursor-themes">xcursor-themes</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to xcursor-themes</title>
31
32 <para>The <application>xcursor-themes</application> package contains the
33 redglass and whiteglass animated cursor themes.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&xcursor-themes-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&xcursor-themes-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &xcursor-themes-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &xcursor-themes-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &xcursor-themes-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &xcursor-themes-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">xcursor-themes Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="xorg7-app"/></para>
61
62 <para condition="html" role="usernotes">User Notes:
63 <ulink url="&blfs-wiki;/xcursor-themes"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of xcursor-themes</title>
69
70 <para>Install <application>xcursor-themes</application> by running the
71 following commands:</para>
72
73<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
74make</userinput></screen>
75
76 <para>This package does not come with a test suite.</para>
77
78 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
79
80<screen role="root"><userinput>make install</userinput></screen>
81
82 </sect2>
83
84 <sect2 role="content">
85 <title>Contents</title>
86
87 <segmentedlist>
88 <segtitle>Installed Programs</segtitle>
89 <segtitle>Installed Library</segtitle>
90 <segtitle>Installed Directories</segtitle>
91
92 <seglistitem>
93 <seg>None</seg>
94 <seg>None</seg>
95 <seg>$XORG_PREFIX/icons</seg>
96 </seglistitem>
97 </segmentedlist>
98
99 </sect2>
100
101</sect1>
Note: See TracBrowser for help on using the repository browser.