source: gnome-systemd/applications/gnome-weather.xml@ ce4973ad

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

Minor fixes to gnome-maps and gnome-weather.

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

  • Property mode set to 100644
File size: 4.4 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/&gnome-minor;/gnome-weather-&gnome-weather-version;.tar.xz">
9 <!ENTITY gnome-weather-download-ftp
10 "&gnome-download-ftp;/gnome-weather/&gnome-minor;/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 "36 MB">
14 <!ENTITY gnome-weather-time "0.1 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
36 you to monitor the current weather conditions for your city, or anywhere
37 in the world, and to access updated forecasts provided by various internet
38 services.
39 </para>
40
41 &lfs75_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&gnome-weather-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&gnome-weather-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &gnome-weather-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &gnome-weather-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &gnome-weather-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &gnome-weather-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">GNOME Weather Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="gjs"/> and
82 <xref linkend="libgweather"/>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/gnome-weather"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of GNOME Weather</title>
92
93 <para>
94 Install <application>GNOME Weather</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite.
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>
123 gnome-weather
124 </seg>
125 <seg>
126 None
127 </seg>
128 <seg>
129 /usr/lib/org.gnome.Weather.Application and
130 /usr/share/org.gnome.Weather.Application
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="gnome-weather-prog">
141 <term><command>gnome-weather</command></term>
142 <listitem>
143 <para>
144 is a small application that allows you to monitor the
145 current weather conditions anywhere in the world.
146 </para>
147 <indexterm zone="gnome-weather gnome-weather-prog">
148 <primary sortas="b-gnome-weather">gnome-weather</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.