mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
041a1e0125
Update to epiphany-3.34.4 Update to gnome-disk-utility-3.34.4 Update to evolution-3.34.4 Minor URL and text tweaks Tag the rest of GNOME Applications git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22766 af4574ff-66df-0310-9fd7-8a98e5e911e0
168 lines
4.7 KiB
XML
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-34;/gnome-weather-&gnome-weather-version;.tar.xz">
|
|
<!ENTITY gnome-weather-download-ftp
|
|
"&gnome-download-ftp;/gnome-weather/&gnome-minor-34;/gnome-weather-&gnome-weather-version;.tar.xz">
|
|
<!ENTITY gnome-weather-md5sum "39362771d7abaf0f161ea3e4b1e2dcb1">
|
|
<!ENTITY gnome-weather-size "5.7 MB">
|
|
<!ENTITY gnome-weather-buildsize "13 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>
|
|
|
|
&lfs91_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 &&
|
|
cd build &&
|
|
|
|
meson --prefix=/usr .. &&
|
|
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>
|