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

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since 78906650 was b9874725, checked in by Bruce Dubbs <bdubbs@…>, 4 months ago

Many tags.

Mostly Programming and Xorg sections and dependencies.

  • Property mode set to 100644
File size: 3.4 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[42205811]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
[32676cb]7 <!ENTITY xcursor-themes-download-http "&xorg-download-http;/data/xcursor-themes-&xcursor-themes-version;.tar.xz">
[e1e58be]8 <!ENTITY xcursor-themes-download-ftp " ">
[32676cb]9 <!ENTITY xcursor-themes-md5sum "070993be1f010b09447ea24bab2c9846">
10 <!ENTITY xcursor-themes-size "1.4 MB">
[7487d447]11 <!ENTITY xcursor-themes-buildsize "15 MB">
[e26d6af9]12 <!ENTITY xcursor-themes-time "less than 0.1 SBU">
[42205811]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
[a205fd0]28 <para>
29 The <application>xcursor-themes</application> package contains the
30 redglass and whiteglass animated cursor themes.
31 </para>
[42205811]32
[b9874725]33 &lfs121_checked;
[ca0c29cc]34
[42205811]35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
[a205fd0]38 <para>
39 Download (HTTP): <ulink url="&xcursor-themes-download-http;"/>
40 </para>
[42205811]41 </listitem>
42 <listitem>
[a205fd0]43 <para>
44 Download (FTP): <ulink url="&xcursor-themes-download-ftp;"/>
45 </para>
[42205811]46 </listitem>
47 <listitem>
[a205fd0]48 <para>
49 Download MD5 sum: &xcursor-themes-md5sum;
50 </para>
[42205811]51 </listitem>
52 <listitem>
[a205fd0]53 <para>
54 Download size: &xcursor-themes-size;
55 </para>
[42205811]56 </listitem>
57 <listitem>
[a205fd0]58 <para>
59 Estimated disk space required: &xcursor-themes-buildsize;
60 </para>
[42205811]61 </listitem>
62 <listitem>
[a205fd0]63 <para>
64 Estimated build time: &xcursor-themes-time;
65 </para>
[42205811]66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">xcursor-themes Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
[a205fd0]72 <para role="required">
73 <xref linkend="xorg7-app"/>
74 </para>
[42205811]75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of xcursor-themes</title>
80
[7eb572d]81 <note>
82 <para>
83 We explicitly install the cursor themes in /usr instead
[1ae85c65]84 of <envar>$XORG_PREFIX</envar> so non-Xorg desktop environments can
[7eb572d]85 find them.
86 </para>
87 </note>
88
[a205fd0]89 <para>
90 Install <application>xcursor-themes</application> by running the
91 following commands:
92 </para>
[42205811]93
[1ae85c65]94<screen><userinput>./configure --prefix=/usr &amp;&amp;
[42205811]95make</userinput></screen>
96
[a205fd0]97 <para>
98 This package does not come with a test suite.
99 </para>
[42205811]100
[a205fd0]101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
[42205811]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>
[1c22b4e]113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
[42205811]115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
[1c22b4e]118 <seg>None</seg>
119 <seg>None</seg>
[a205fd0]120 <seg>
[7eb572d]121 /usr/share/icons/handhelds,
122 /usr/share/icons/redglass, and
123 /usr/share/icons/whiteglass
[a205fd0]124 </seg>
[42205811]125 </seglistitem>
126 </segmentedlist>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.