source: gnome/applications/gnome-clocks.xml@ 799fae5

gnome
Last change on this file since 799fae5 was 4dfddc9, checked in by Christopher Gregory <cjg@…>, 10 years ago

Updated dependencies on anthy ibus-pinyin gnome-clocks gnome-color-manager gnome-contacts gnome-disk-utility gnome-weather network-manager-applet
gnome-bluetooth gnome-settings-daemon mutter
gnome-online-accounts and
colord-gtk pages.

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

  • Property mode set to 100644
File size: 5.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 gnome-clocks-download-http
8 "&gnome-download-http;/gnome-clocks/3.12/gnome-clocks-&gnome-clocks-version;.tar.xz">
9 <!ENTITY gnome-clocks-download-ftp
10 "&gnome-download-ftp;/gnome-clocks/3.12/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 "25 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> is an application designed for GNOME 3.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&gnome-clocks-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&gnome-clocks-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &gnome-clocks-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &gnome-clocks-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &gnome-clocks-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &gnome-clocks-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">GNOME Clocks Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gnome-desktop"/>,
79 <xref linkend="libcanberra"/>,
80 <xref linkend="libnotify"/>, and
81 <xref linkend="libgweather"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="vala"/>, and
87 <xref linkend="geocode-glib"/>
88 </para>
89
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/gnome-clocks"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of GNOME Clocks</title>
98
99 <para>
100 Install <application>GNOME Clocks</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr \
105 --disable-static &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Program</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 clocks-daemon
139 </seg>
140 <seg>
141 clocks-1.0.so and clocks-backend-1.0.so
142 </seg>
143 <seg>
144 /usr/include/clocks-1.0,
145 /usr/lib/gnome-clocks and
146 /usr/share/gtk-doc/html/clocks
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="clocks-daemon">
157 <term><command>clocks-daemon</command></term>
158 <listitem>
159 <para>
160 is the <application>GNOME Clocks</application> Daemon.
161 </para>
162 <indexterm zone="gnome-clocks clocks-daemon">
163 <primary sortas="b-clocks-daemon">clocks-daemon</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="clocks-1">
169 <term><filename class="libraryfile">clocks-1.0.so</filename></term>
170 <listitem>
171 <para>
172 contains the <application>GNOME Clocks</application>
173 API functions.
174 </para>
175 <indexterm zone="gnome-clocks clocks-1">
176 <primary sortas="c-clocks-1">clocks-1.0.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="clocks-backend-1">
182 <term><filename class="libraryfile">clocks-backend-1.0.so</filename></term>
183 <listitem>
184 <para>
185 contains functions used by <application>GNOME Clocks</application>
186 backends.
187 </para>
188 <indexterm zone="gnome-clocks clocks-backend-1">
189 <primary sortas="c-clocks-backend-1">clocks-backend-1.0.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.