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

xry111/intltool
Last change on this file since f954995 was 0755478b, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Tag most gnome apps

  • Property mode set to 100644
File size: 5.1 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-41;/gnome-weather-&gnome-weather-version;.tar.xz">
9 <!ENTITY gnome-weather-download-ftp
10 "&gnome-download-ftp;/gnome-weather/&gnome-41;/gnome-weather-&gnome-weather-version;.tar.xz">
11 <!ENTITY gnome-weather-md5sum "03a4fba5f210a08dbae6d0f7806e733d">
12 <!ENTITY gnome-weather-size "924 KB">
13 <!ENTITY gnome-weather-buildsize "5.4 MB">
14 <!ENTITY gnome-weather-time "less than 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 <date>$Date$</date>
22 </sect1info>
23
24 <title>gnome-weather-&gnome-weather-version;</title>
25
26 <indexterm zone="gnome-weather">
27 <primary sortas="a-gnome-weather">gnome-weather</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GNOME Weather</title>
32
33 <para>
34 <application>GNOME Weather</application> is a small application that allows
35 you to monitor the current weather conditions for your city, or anywhere
36 in the world, and to access updated forecasts provided by various internet
37 services.
38 </para>
39
40 &lfs111_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="gjs"/>,
81 <xref linkend="libgweather"/>, and
82 <xref linkend="libhandy1"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87<!-- <xref linkend="appstream-glib"/> -->
88 <ulink url="&appstream-glib-url;">appstream-glib</ulink>
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 First, fix building with newer versions of
101 <application>meson</application>:
102 </para>
103
104<screen><userinput>sed -i '/merge_file/{n;d}' data/meson.build</userinput></screen>
105
106 <para>
107 Install <application>GNOME Weather</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>mkdir build &amp;&amp;
112cd build &amp;&amp;
113
114meson --prefix=/usr --buildtype=release .. &amp;&amp;
115ninja</userinput></screen>
116
117 <para>
118 To test the results, issue: <command>ninja test</command>. <!--One test may
119 fail if the package is not already installed, and all tests must be run
120 in a X session with D-Bus support.-->
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>ninja install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/meson-buildtype-release.xml"/>
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 gnome-weather
149 </seg>
150 <seg>
151 None
152 </seg>
153 <seg>
154 /usr/share/org.gnome.Weather
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="gnome-weather-prog">
165 <term><command>gnome-weather</command></term>
166 <listitem>
167 <para>
168 is a small application that allows you to monitor the
169 current weather conditions anywhere in the world
170 </para>
171 <indexterm zone="gnome-weather gnome-weather-prog">
172 <primary sortas="b-gnome-weather">gnome-weather</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.