mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
a709780207
Update test expectations for tracker* git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24294 af4574ff-66df-0310-9fd7-8a98e5e911e0
186 lines
5.0 KiB
XML
186 lines
5.0 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 libgweather-download-http
|
|
"&gnome-download-http;/libgweather/&gnome-minor-36;/libgweather-&libgweather-version;.tar.xz">
|
|
<!ENTITY libgweather-download-ftp
|
|
"&gnome-download-ftp;/libgweather/&gnome-minor-36;/libgweather-&libgweather-version;.tar.xz">
|
|
<!ENTITY libgweather-md5sum "d6081108f9c224c5cb594f8ccb025db9">
|
|
<!ENTITY libgweather-size "2.6 MB">
|
|
<!ENTITY libgweather-buildsize "92 MB">
|
|
<!ENTITY libgweather-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;">
|
|
<?dbhtml filename="libgweather.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libgweather-&libgweather-version;</title>
|
|
|
|
<indexterm zone="libgweather">
|
|
<primary sortas="a-libgweather">libgweather</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libgweather</title>
|
|
|
|
<para>
|
|
The <application>libgweather</application> package is a library used
|
|
to access weather information from online services for numerous
|
|
locations.
|
|
</para>
|
|
|
|
&lfs101_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libgweather-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libgweather-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libgweather-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libgweather-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libgweather-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libgweather-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libgweather Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="geocode-glib"/>,
|
|
<xref linkend="gtk3"/>, and
|
|
<xref linkend="libsoup"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gobject-introspection"/>,
|
|
<xref linkend="libxml2"/>, and
|
|
<xref linkend="vala"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<ulink url="http://glade.gnome.org/">Glade</ulink> and
|
|
<xref linkend="gtk-doc"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libgweather"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libgweather</title>
|
|
|
|
<para>
|
|
Install <application>libgweather</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>LANG=C ninja test</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<option>-Dgtk_doc=true</option>: Use this parameter if
|
|
<application>GTK-Doc</application> is installed and you wish to rebuild
|
|
and install the API documentation.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libgweather-3.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/libgweather-3.0,
|
|
/usr/share/gtk-doc/html/libgweather-3.0 and
|
|
/usr/share/libgweather
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libgweather-3">
|
|
<term><filename class="libraryfile">libgweather-3.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains functions that allow the retrieval of weather
|
|
information
|
|
</para>
|
|
<indexterm zone="libgweather libgweather-3">
|
|
<primary sortas="c-libgweather-3">libgweather-3.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|