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-36;/gnome-weather-&gnome-weather-version;.tar.xz">
|
---|
9 | <!ENTITY gnome-weather-download-ftp
|
---|
10 | "&gnome-download-ftp;/gnome-weather/&gnome-minor-36;/gnome-weather-&gnome-weather-version;.tar.xz">
|
---|
11 | <!ENTITY gnome-weather-md5sum "a028a4662b235eb6de442598c7e07fbe">
|
---|
12 | <!ENTITY gnome-weather-size "5.7 MB">
|
---|
13 | <!ENTITY gnome-weather-buildsize "19 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 | <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 | &lfs91_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 | <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 | Install <application>GNOME Weather</application> by running the following
|
---|
101 | commands:
|
---|
102 | </para>
|
---|
103 |
|
---|
104 | <screen><userinput>mkdir build &&
|
---|
105 | cd build &&
|
---|
106 |
|
---|
107 | meson --prefix=/usr .. &&
|
---|
108 | ninja</userinput></screen>
|
---|
109 |
|
---|
110 | <para>
|
---|
111 | To test the results, issue: <command>ninja test</command>. <!--One test may
|
---|
112 | fail if the package is not already installed, and all tests must be run
|
---|
113 | in a X session with D-Bus support.-->
|
---|
114 | </para>
|
---|
115 |
|
---|
116 | <para>
|
---|
117 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
118 | </para>
|
---|
119 |
|
---|
120 | <screen role="root"><userinput>ninja install</userinput></screen>
|
---|
121 |
|
---|
122 | </sect2>
|
---|
123 |
|
---|
124 | <sect2 role="content">
|
---|
125 | <title>Contents</title>
|
---|
126 |
|
---|
127 | <segmentedlist>
|
---|
128 | <segtitle>Installed Programs</segtitle>
|
---|
129 | <segtitle>Installed Libraries</segtitle>
|
---|
130 | <segtitle>Installed Directories</segtitle>
|
---|
131 |
|
---|
132 | <seglistitem>
|
---|
133 | <seg>
|
---|
134 | gnome-weather
|
---|
135 | </seg>
|
---|
136 | <seg>
|
---|
137 | None
|
---|
138 | </seg>
|
---|
139 | <seg>
|
---|
140 | /usr/share/org.gnome.Weather
|
---|
141 | </seg>
|
---|
142 | </seglistitem>
|
---|
143 | </segmentedlist>
|
---|
144 |
|
---|
145 | <variablelist>
|
---|
146 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
147 | <?dbfo list-presentation="list"?>
|
---|
148 | <?dbhtml list-presentation="table"?>
|
---|
149 |
|
---|
150 | <varlistentry id="gnome-weather-prog">
|
---|
151 | <term><command>gnome-weather</command></term>
|
---|
152 | <listitem>
|
---|
153 | <para>
|
---|
154 | is a small application that allows you to monitor the
|
---|
155 | current weather conditions anywhere in the world.
|
---|
156 | </para>
|
---|
157 | <indexterm zone="gnome-weather gnome-weather-prog">
|
---|
158 | <primary sortas="b-gnome-weather">gnome-weather</primary>
|
---|
159 | </indexterm>
|
---|
160 | </listitem>
|
---|
161 | </varlistentry>
|
---|
162 |
|
---|
163 | </variablelist>
|
---|
164 |
|
---|
165 | </sect2>
|
---|
166 |
|
---|
167 | </sect1>
|
---|