source: x/installing/xcursor-themes.xml@ ac35d3b

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since ac35d3b 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.5 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 "&xorg-download-http;/data/xcursor-themes-&xcursor-themes-version;.tar.xz">
8 <!ENTITY xcursor-themes-download-ftp " ">
9 <!ENTITY xcursor-themes-md5sum "070993be1f010b09447ea24bab2c9846">
10 <!ENTITY xcursor-themes-size "1.4 MB">
11 <!ENTITY xcursor-themes-buildsize "15 MB">
12 <!ENTITY xcursor-themes-time "less than 0.1 SBU">
13]>
14
15<sect1 id="xcursor-themes" xreflabel="xcursor-themes-&xcursor-themes-version;">
16 <?dbhtml filename="xcursor-themes.html"?>
17
18
19 <title>xcursor-themes-&xcursor-themes-version;</title>
20
21 <indexterm zone="xcursor-themes">
22 <primary sortas="a-xcursor-themes">xcursor-themes</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to xcursor-themes</title>
27
28 <para>
29 The <application>xcursor-themes</application> package contains the
30 redglass and whiteglass animated cursor themes.
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="&xcursor-themes-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&xcursor-themes-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &xcursor-themes-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &xcursor-themes-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &xcursor-themes-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &xcursor-themes-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">xcursor-themes Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="xorg7-app"/>
74 </para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of xcursor-themes</title>
80
81 <note>
82 <para>
83 We explicitly install the cursor themes in /usr instead
84 of <envar>$XORG_PREFIX</envar> so non-Xorg desktop environments can
85 find them.
86 </para>
87 </note>
88
89 <para>
90 Install <application>xcursor-themes</application> by running the
91 following commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>None</seg>
119 <seg>None</seg>
120 <seg>
121 /usr/share/icons/handhelds,
122 /usr/share/icons/redglass, and
123 /usr/share/icons/whiteglass
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.