glfs/gnome/applications/gnome-weather.xml
Douglas R. Reno 448f3c0ee2 Update to gnome-power-manager-3.32.0
Update to gnome-screenshot-3.32.0
Update to gnome-system-monitor-3.32.1
Update to libgweather-3.32.2
Update to gnome-weather-3.32.2
Update to gucharmap-12.0.1
gnome-nettool: Fix the ping command
gnome-terminal: Remove systemd user unit installation on elogind
vino: Remove systemd user unit installation on elogind
Remove obsolete entries in gnome.ent

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21811 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-07-05 22:51:11 +00:00

168 lines
4.7 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-weather-download-http
"&gnome-download-http;/gnome-weather/&gnome-minor-32;/gnome-weather-&gnome-weather-version;.tar.xz">
<!ENTITY gnome-weather-download-ftp
"&gnome-download-ftp;/gnome-weather/&gnome-minor-32;/gnome-weather-&gnome-weather-version;.tar.xz">
<!ENTITY gnome-weather-md5sum "824022f82b3abc466e1afad99b431039">
<!ENTITY gnome-weather-size "5.7 MB">
<!ENTITY gnome-weather-buildsize "19 MB">
<!ENTITY gnome-weather-time "less than 0.1 SBU">
]>
<sect1 id="gnome-weather" xreflabel="gnome-weather-&gnome-weather-version;">
<?dbhtml filename="gnome-weather.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-weather-&gnome-weather-version;</title>
<indexterm zone="gnome-weather">
<primary sortas="a-gnome-weather">gnome-weather</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNOME Weather</title>
<para>
<application>GNOME Weather</application> is a small application that allows
you to monitor the current weather conditions for your city, or anywhere
in the world, and to access updated forecasts provided by various internet
services.
</para>
&lfs84_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gnome-weather-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gnome-weather-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gnome-weather-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gnome-weather-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gnome-weather-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gnome-weather-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GNOME Weather Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gjs"/> and
<xref linkend="libgweather"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<!-- <xref linkend="appstream-glib"/> -->
<ulink url="&appstream-glib-url;">appstream-glib</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-weather"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GNOME Weather</title>
<para>
Install <application>GNOME Weather</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr .. &amp;&amp;
ninja</userinput></screen>
<para>
To test the results, issue: <command>ninja test</command>. One test may
fail if the package is not already installed, and all tests must be run
in a X session with D-Bus support.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
gnome-weather
</seg>
<seg>
None
</seg>
<seg>
/usr/share/org.gnome.Weather
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gnome-weather-prog">
<term><command>gnome-weather</command></term>
<listitem>
<para>
is a small application that allows you to monitor the
current weather conditions anywhere in the world.
</para>
<indexterm zone="gnome-weather gnome-weather-prog">
<primary sortas="b-gnome-weather">gnome-weather</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>