source: x/installing/xclock.xml

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

Many tags.

Mostly Programming and Xorg sections and dependencies.

  • Property mode set to 100644
File size: 3.5 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[bb001d2]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
[a0e87fb]7 <!ENTITY xclock-download-http "&xorg-download-http;/app/xclock-&xclock-version;.tar.xz">
[e1e58be]8 <!ENTITY xclock-download-ftp " ">
[c11e38d]9 <!ENTITY xclock-md5sum "1273e3f4c85f1801be11a5247c382d07">
[a0e87fb]10 <!ENTITY xclock-size "156 KB">
[bb001d2]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
[71df408]28 <para>
29 The <application>xclock</application> package contains a simple
30 clock application which is used in the default xinit configuration.
31 </para>
[bb001d2]32
[e03aea8]33 &not-katamari;
34
[b9874725]35 &lfs121_checked;
[bb001d2]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
[71df408]40 <para>
41 Download (HTTP): <ulink url="&xclock-download-http;"/>
42 </para>
[bb001d2]43 </listitem>
44 <listitem>
[71df408]45 <para>
46 Download (FTP): <ulink url="&xclock-download-ftp;"/>
47 </para>
[bb001d2]48 </listitem>
49 <listitem>
[71df408]50 <para>
51 Download MD5 sum: &xclock-md5sum;
52 </para>
[bb001d2]53 </listitem>
54 <listitem>
[71df408]55 <para>
56 Download size: &xclock-size;
57 </para>
[bb001d2]58 </listitem>
59 <listitem>
[71df408]60 <para>
61 Estimated disk space required: &xclock-buildsize;
62 </para>
[bb001d2]63 </listitem>
64 <listitem>
[71df408]65 <para>
66 Estimated build time: &xclock-time;
67 </para>
[bb001d2]68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">xclock Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
[71df408]74 <para role="required">
75 <xref linkend="xorg7-lib"/>
76 </para>
[bb001d2]77
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of xclock</title>
83
[71df408]84 <para>
85 Install <application>xclock</application> by running the
86 following commands:
87 </para>
[bb001d2]88
89<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
90make</userinput></screen>
91
[71df408]92 <para>
93 This package does not come with a test suite.
94 </para>
[bb001d2]95
[71df408]96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
[bb001d2]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>
[71df408]127 <para>
[4c24eb0a]128 is an analog/digital clock for X
[71df408]129 </para>
[bb001d2]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.