source: x/installing/xclock.xml

trunk
Last change on this file was b9874725, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Many tags.

Mostly Programming and Xorg sections and dependencies.

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 xclock-download-http "&xorg-download-http;/app/xclock-&xclock-version;.tar.xz">
8 <!ENTITY xclock-download-ftp " ">
9 <!ENTITY xclock-md5sum "1273e3f4c85f1801be11a5247c382d07">
10 <!ENTITY xclock-size "156 KB">
11 <!ENTITY xclock-buildsize "1.5 MB">
12 <!ENTITY xclock-time "less than 0.1 SBU">
13]>
14
15<sect1 id="xclock" xreflabel="xclock-&xclock-version;">
16 <?dbhtml filename="xclock.html"?>
17
18
19 <title>xclock-&xclock-version;</title>
20
21 <indexterm zone="xclock">
22 <primary sortas="a-xclock">xclock</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to xclock</title>
27
28 <para>
29 The <application>xclock</application> package contains a simple
30 clock application which is used in the default xinit configuration.
31 </para>
32
33 &not-katamari;
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&xclock-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&xclock-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &xclock-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &xclock-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &xclock-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &xclock-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">xclock Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="xorg7-lib"/>
76 </para>
77
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of xclock</title>
83
84 <para>
85 Install <application>xclock</application> by running the
86 following commands:
87 </para>
88
89<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 This package does not come with a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="content">
105 <title>Contents</title>
106
107 <segmentedlist>
108 <segtitle>Installed Programs</segtitle>
109 <segtitle>Installed Libraries</segtitle>
110 <segtitle>Installed Directory</segtitle>
111
112 <seglistitem>
113 <seg>xclock</seg>
114 <seg>None</seg>
115 <seg>None</seg>
116 </seglistitem>
117 </segmentedlist>
118
119 <variablelist>
120 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
121 <?dbfo list-presentation="list"?>
122 <?dbhtml list-presentation="table"?>
123
124 <varlistentry id="xclock-bin">
125 <term><command>xclock</command></term>
126 <listitem>
127 <para>
128 is an analog/digital clock for X
129 </para>
130 <indexterm zone="xclock xclock">
131 <primary sortas="b-xclock">xclock</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 </variablelist>
137
138 </sect2>
139
140</sect1>
Note: See TracBrowser for help on using the repository browser.