source: x/installing/xcursor-themes.xml@ 0945dd2d

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0945dd2d was 32676cb, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Update to xcursor-themes-1.0.7

  • Property mode set to 100644
File size: 3.6 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 "&xorg-download-ftp;/data/xcursor-themes-&xcursor-themes-version;.tar.xz">
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 &lfs113_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 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/xcursor-themes"/>
78 </para>
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of xcursor-themes</title>
83
84 <note>
85 <para>
86 We explicitly install the cursor themes in /usr instead
87 of <envar>$XORG_PREFIX</envar> so non-Xorg desktop environments can
88 find them.
89 </para>
90 </note>
91
92 <para>
93 Install <application>xcursor-themes</application> by running the
94 following commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
121 <seg>None</seg>
122 <seg>None</seg>
123 <seg>
124 /usr/share/icons/handhelds,
125 /usr/share/icons/redglass, and
126 /usr/share/icons/whiteglass
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 </sect2>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.