source: x/installing/xclock.xml@ e5324803

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e5324803 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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 xclock-download-http "&xorg-download-http;/app/xclock-&xclock-version;.tar.xz">
8 <!ENTITY xclock-download-ftp "&xorg-download-ftp;/app/xclock-&xclock-version;.tar.xz">
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 &lfs112_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 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/xclock"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of xclock</title>
85
86 <para>
87 Install <application>xclock</application> by running the
88 following commands:
89 </para>
90
91<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
92make</userinput></screen>
93
94 <para>
95 This package does not come with a test suite.
96 </para>
97
98 <para>
99 Now, as the <systemitem class="username">root</systemitem> user:
100 </para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directory</segtitle>
113
114 <seglistitem>
115 <seg>xclock</seg>
116 <seg>None</seg>
117 <seg>None</seg>
118 </seglistitem>
119 </segmentedlist>
120
121 <variablelist>
122 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
123 <?dbfo list-presentation="list"?>
124 <?dbhtml list-presentation="table"?>
125
126 <varlistentry id="xclock-bin">
127 <term><command>xclock</command></term>
128 <listitem>
129 <para>
130 is an analog/digital clock for X
131 </para>
132 <indexterm zone="xclock xclock">
133 <primary sortas="b-xclock">xclock</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 </variablelist>
139
140 </sect2>
141
142</sect1>
Note: See TracBrowser for help on using the repository browser.