source: gnome-systemd/applications/gnome-clocks.xml@ a5a8a71

systemd-11177
Last change on this file since a5a8a71 was a5a8a71, checked in by Krejzi <krejzi@…>, 10 years ago

Check entire GNOME section, retire libgnomekbd.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14082 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 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 gnome-clocks-download-http
8 "&gnome-download-http;/gnome-clocks/&gnome-minor;/gnome-clocks-&gnome-clocks-version;.tar.xz">
9 <!ENTITY gnome-clocks-download-ftp
10 "&gnome-download-ftp;/gnome-clocks/&gnome-minor;/gnome-clocks-&gnome-clocks-version;.tar.xz">
11 <!ENTITY gnome-clocks-md5sum "7d6354501773c034e49c912169abfd6c">
12 <!ENTITY gnome-clocks-size "824 KB">
13 <!ENTITY gnome-clocks-buildsize "11 MB">
14 <!ENTITY gnome-clocks-time "0.2 SBU">
15]>
16
17<sect1 id="gnome-clocks" xreflabel="gnome-clocks-&gnome-clocks-version;">
18 <?dbhtml filename="gnome-clocks.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-clocks-&gnome-clocks-version;</title>
26
27 <indexterm zone="gnome-clocks">
28 <primary sortas="a-gnome-clocks">gnome-clocks</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Clocks</title>
33
34 <para>
35 The <application>GNOME Clocks</application> package contains a
36 simple clock application for GNOME.
37 </para>
38
39 &lfs76_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-clocks-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-clocks-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-clocks-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-clocks-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-clocks-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-clocks-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME Clocks Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gnome-desktop"/>,
80 <xref linkend="geoclue"/>,
81 <xref linkend="geocode-glib"/>,
82 <xref linkend="libcanberra"/>,
83 <xref linkend="libgweather"/>, and
84 <xref linkend="vala"/>
85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/gnome-clocks"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of GNOME Clocks</title>
94
95 <para>
96 Install <application>GNOME Clocks</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>./configure --prefix=/usr &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 gnome-clocks
126 </seg>
127 <seg>
128 None
129 </seg>
130 <seg>
131 /usr/share/gnome-clocks and
132 /usr/share/help/*/gnome-clocks
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="gnome-clocks-prog">
143 <term><command>gnome-clocks</command></term>
144 <listitem>
145 <para>
146 is a simple clocks application for GNOME.
147 </para>
148 <indexterm zone="gnome-clocks gnome-clocks-prog">
149 <primary sortas="b-gnome-clocks">gnome-clocks</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 </variablelist>
155
156 </sect2>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.