source: gnome/applications/gnome-weather.xml@ 3fd1cb7

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3fd1cb7 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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