source: gnome/platform/libgweather.xml@ 32612e93

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 32612e93 was ec67287, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to libgweather-3.24.1.
Update to GeoClue-2.4.7.
Update to valgrind-3.13.0.
Update to gjs-1.48.4.
Update to bind9-9.11.1-P1.
Update to postfix-3.2.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18833 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.9 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 libgweather-download-http
8 "&gnome-download-http;/libgweather/&gnome-minor-24;/libgweather-&libgweather-version;.tar.xz">
9 <!ENTITY libgweather-download-ftp
10 "&gnome-download-ftp;/libgweather/&gnome-minor-24;/libgweather-&libgweather-version;.tar.xz">
11 <!ENTITY libgweather-md5sum "ea9071ac273158ac81b2cdec83373624">
12 <!ENTITY libgweather-size "3.2 MB">
13 <!ENTITY libgweather-buildsize "80 MB">
14 <!ENTITY libgweather-time "0.2 SBU">
15]>
16
17<sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;" revision="systemd">
18 <?dbhtml filename="libgweather.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>libgweather-&libgweather-version;</title>
26
27 <indexterm zone="libgweather">
28 <primary sortas="a-libgweather">libgweather</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to libgweather</title>
33
34 <para>
35 The <application>libgweather</application> package is a library used
36 to access weather information from online services for numerous
37 locations.
38 </para>
39
40 &lfs80_checked;
41 &gcc7_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&libgweather-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&libgweather-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &libgweather-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &libgweather-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &libgweather-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &libgweather-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">libgweather Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="geocode-glib"/>,
82 <xref linkend="gtk3"/>, and
83 <xref linkend="libsoup"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/> and
89 <xref linkend="vala"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <ulink url="http://glade.gnome.org/">Glade</ulink> and
95 <xref linkend="gtk-doc"/>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/libgweather"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of libgweather</title>
105
106 <para>
107 Install <application>libgweather</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>./configure --prefix=/usr &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/gtk-doc-rebuild.xml"/>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 None
145 </seg>
146 <seg>
147 libgweather-3.so
148 </seg>
149 <seg>
150 /usr/include/libgweather-3.0,
151 /usr/share/gtk-doc/html/libgweather-3.0 and
152 /usr/share/libgweather
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="libgweather-3">
163 <term><filename class="libraryfile">libgweather-3.so</filename></term>
164 <listitem>
165 <para>
166 contains functions that allow the retrieval of weather
167 information.
168 </para>
169 <indexterm zone="libgweather libgweather-3">
170 <primary sortas="c-libgweather-3">libgweather-3.so</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.