source: gnome/applications/gnome-weather.xml@ cf5136d

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

Updated dependencies on empathy evolution gnome-clocks gnome-color-manager gnome-contacts gnome-control-center gnome-music gnome-sound-recorder
gnome-weather polari sushi and
vinagre pages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13456 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-weather-download-http
8 "&gnome-download-http;/gnome-weather/3.12/gnome-weather-&gnome-weather-version;.tar.xz">
9 <!ENTITY gnome-weather-download-ftp
10 "&gnome-download-ftp;/gnome-weather/3.12/gnome-weather-&gnome-weather-version;.tar.xz">
11 <!ENTITY gnome-weather-md5sum "e413c479c11c5a3b6b8faf2e5b775928">
12 <!ENTITY gnome-weather-size "11 MB">
13 <!ENTITY gnome-weather-buildsize "25 MB">
14 <!ENTITY gnome-weather-time "0.2 SBU">
15]>
16
17<sect1 id="gnome-weather" xreflabel="gnome-weather-&gnome-weather-version;">
18 <?dbhtml filename="gnome-weather.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-weather-&gnome-weather-version;</title>
26
27 <indexterm zone="gnome-weather">
28 <primary sortas="a-gnome-weather">gnome-weather</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Weather</title>
33
34 <para>
35 <application>GNOME Weather</application> is a small application that allows you to monitor the current weather
36 conditions for your city, or anywhere in the world, and to access updated forecasts provided by various
37 internet services.
38 </para>
39
40 &lfs75_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnome-weather-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-weather-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-weather-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-weather-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-weather-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-weather-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME Weather Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="gtk3"/>,
81 <xref linkend="gdk-pixbuf"/>,
82 <xref linkend="libgweather"/>, and
83 <xref linkend="gjs"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/>
89 </para>
90
91 <para condition="html" role="usernotes">User Notes:
92 <ulink url="&blfs-wiki;/gnome-weather"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of GNOME Weather</title>
98
99 <para>
100 Install <application>GNOME Weather</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 weather-daemon
130 </seg>
131 <seg>
132 libweather-1.0.so and libweather-backend-1.0.so
133 </seg>
134 <seg>
135 /usr/include/weather-1.0,
136 /usr/lib/gnome-weather and
137 /usr/share/gtk-doc/html/weather
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="weather-daemon">
148 <term><command>weather-daemon</command></term>
149 <listitem>
150 <para>
151 is the <application>GNOME Weather</application> Daemon.
152 </para>
153 <indexterm zone="gnome-weather weather-daemon">
154 <primary sortas="b-weather-daemon">weather-daemon</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="libweather-1">
160 <term><filename class="libraryfile">libweather-1.0.so</filename></term>
161 <listitem>
162 <para>
163 contains the <application>GNOME Weather</application>
164 API functions.
165 </para>
166 <indexterm zone="gnome-weather libweather-1">
167 <primary sortas="c-libweather-1">libweather-1.0.so</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="libweather-backend-1">
173 <term><filename class="libraryfile">libweather-backend-1.0.so</filename></term>
174 <listitem>
175 <para>
176 contains functions used by <application>GNOME Weather</application>
177 backends.
178 </para>
179 <indexterm zone="gnome-weather libweather-backend-1">
180 <primary sortas="c-libweather-backend-1">libweather-backend-1.0.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.