source: gnome/applications/gnome-weather.xml@ 122f254

12.2 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 122f254 was 122f254, checked in by Douglas R. Reno <renodr@…>, 8 weeks ago

Adjust appstream-glib dependencies to be internal now that it's in the
book.

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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-46;/gnome-weather-&gnome-weather-version;.tar.xz">
9 <!ENTITY gnome-weather-download-ftp " ">
10 <!ENTITY gnome-weather-md5sum "08c626cea07068b2a02d5faba90fdc14">
11 <!ENTITY gnome-weather-size "236 KB">
12 <!ENTITY gnome-weather-buildsize "4.5 MB">
13 <!ENTITY gnome-weather-time "less than 0.1 SBU">
14]>
15
16<sect1 id="gnome-weather" xreflabel="gnome-weather-&gnome-weather-version;">
17 <?dbhtml filename="gnome-weather.html"?>
18
19
20 <title>gnome-weather-&gnome-weather-version;</title>
21
22 <indexterm zone="gnome-weather">
23 <primary sortas="a-gnome-weather">gnome-weather</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GNOME Weather</title>
28
29 <para>
30 <application>GNOME Weather</application> is a small application that allows
31 you to monitor the current weather conditions for your city, or anywhere
32 in the world, and to access updated forecasts provided by various internet
33 services.
34 </para>
35
36 &lfs121_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&gnome-weather-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&gnome-weather-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &gnome-weather-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &gnome-weather-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &gnome-weather-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &gnome-weather-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">GNOME Weather Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="geoclue2"/>,
77 <xref linkend="gjs"/>,
78 <xref linkend="libadwaita1"/>, and
79 <xref linkend="libgweather"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="appstream-glib"/>
85 </para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of GNOME Weather</title>
91
92 <para>
93 Install <application>GNOME Weather</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>mkdir build &amp;&amp;
98cd build &amp;&amp;
99
100meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
101ninja</userinput></screen>
102
103 <para>
104 To test the results, issue: <command>ninja test</command>.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>ninja install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/meson-buildtype-release.xml"/>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 gnome-weather
134 </seg>
135 <seg>
136 None
137 </seg>
138 <seg>
139 /usr/share/org.gnome.Weather
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="gnome-weather-prog">
150 <term><command>gnome-weather</command></term>
151 <listitem>
152 <para>
153 is a small application that allows you to monitor the
154 current weather conditions anywhere in the world
155 </para>
156 <indexterm zone="gnome-weather gnome-weather-prog">
157 <primary sortas="b-gnome-weather">gnome-weather</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.