source: x/installing/xclock.xml@ 7655fafd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7655fafd was 7655fafd, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to pango-1.40.10
Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19054 af4574ff-66df-0310-9fd7-8a98e5e911e0

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