source: gnome/applications/gnome-weather.xml@ 0dfefe1

elogind
Last change on this file since 0dfefe1 was 0dfefe1, checked in by DJ Lucas <dj@…>, 5 years ago

Restore Gnome section for SysV book.

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

  • Property mode set to 100644
File size: 4.6 KB
RevLine 
[36bbe491]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
[1cd0875]8 "&gnome-download-http;/gnome-weather/&gnome-minor-26;/gnome-weather-&gnome-weather-version;.tar.xz">
[36bbe491]9 <!ENTITY gnome-weather-download-ftp
[1cd0875]10 "&gnome-download-ftp;/gnome-weather/&gnome-minor-26;/gnome-weather-&gnome-weather-version;.tar.xz">
11 <!ENTITY gnome-weather-md5sum "95f0c06e198f19e2618642386279b208">
12 <!ENTITY gnome-weather-size "5.2 MB">
13 <!ENTITY gnome-weather-buildsize "20 MB">
[36bbe491]14 <!ENTITY gnome-weather-time "less than 0.1 SBU">
15]>
16
[0dfefe1]17<sect1 id="gnome-weather" xreflabel="gnome-weather-&gnome-weather-version;">
[36bbe491]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
[cf475801]41 &lfs83_checked;
[36bbe491]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 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
[827ba01c]87<!-- <xref linkend="appstream-glib"/> -->
88 <ulink url="&appstream-glib-url;">appstream-glib</ulink>
[36bbe491]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 Programs</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 gnome-weather
130 </seg>
131 <seg>
132 None
133 </seg>
134 <seg>
135 /usr/share/org.gnome.Weather.Application
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="gnome-weather-prog">
146 <term><command>gnome-weather</command></term>
147 <listitem>
148 <para>
149 is a small application that allows you to monitor the
150 current weather conditions anywhere in the world.
151 </para>
152 <indexterm zone="gnome-weather gnome-weather-prog">
153 <primary sortas="b-gnome-weather">gnome-weather</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.