source: gnome/platform/geocode-glib.xml@ cc1e2d2

systemd-13485
Last change on this file since cc1e2d2 was cc1e2d2, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Document test suite failures in telepathy-glib
Fix pangomm version - forgot to update packages.ent when I updated it. Sorry!
Update to geocode-glib-3.18.1
Update to gnome-desktop-3.18.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16925 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.6 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 geocode-glib-download-http
8 "&gnome-download-http;/geocode-glib/&gnome-minor18;/geocode-glib-&geocode-glib-version;.tar.xz">
9 <!ENTITY geocode-glib-download-ftp
10 "&gnome-download-ftp;/geocode-glib/&gnome-minor18;/geocode-glib-&geocode-glib-version;.tar.xz">
11 <!ENTITY geocode-glib-md5sum "1d294d59bfc05027ccb9ff6708b63491">
12 <!ENTITY geocode-glib-size "360 KB">
13 <!ENTITY geocode-glib-buildsize "5.8 MB">
14 <!ENTITY geocode-glib-time "0.2 SBU">
15]>
16
17<sect1 id="geocode-glib" xreflabel="geocode-glib-&geocode-glib-version;">
18 <?dbhtml filename="geocode-glib.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>geocode-glib-&geocode-glib-version;</title>
26
27 <indexterm zone="geocode-glib">
28 <primary sortas="a-geocode-glib">geocode-glib</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Geocode GLib</title>
33
34 <para>
35 The <application>Geocode GLib</application> is a convenience library
36 for the Yahoo! Place Finder APIs. The Place Finder web service allows
37 to do geocoding (finding longitude and latitude from an address), and
38 reverse geocoding (finding an address from coordinates).
39 </para>
40
41 &lfs78_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&geocode-glib-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&geocode-glib-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &geocode-glib-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &geocode-glib-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &geocode-glib-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &geocode-glib-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
78 <itemizedlist spacing="compact">
79 <listitem>
80 <para>
81 Required patch:
82 <ulink url="&patch-root;/geocode-glib-&geocode-glib-version;-fix_icon_installation-1.patch"/>
83 </para>
84 </listitem>
85 </itemizedlist>
86
87 <bridgehead renderas="sect3">Geocode GLib Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Required</bridgehead>
90 <para role="required">
91 <xref linkend="json-glib"/> and
92 <xref linkend="libsoup"/>
93 </para>
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="gobject-introspection"/>
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="gtk-doc"/>
103 </para>
104
105 <para condition="html" role="usernotes">
106 User Notes: <ulink url="&blfs-wiki;/geocode-glib"/>
107 </para>
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of Geocode GLib</title>
112
113 <para>
114 First, apply a patch to fix the Makefile to not complain about nonexistent icons.
115 </para>
116
117<screen><userinput>patch -Np1 -i ../geocode-glib-&geocode-glib-version;-fix_icon_installation-1.patch</userinput></screen>
118
119 <para>
120 Install <application>Geocode GLib</application> by running the following
121 commands:
122 </para>
123
124<screen><userinput>./configure --prefix=/usr &amp;&amp;
125make</userinput></screen>
126
127<!--
128 <para>
129 To test the results, issue: <command>make -k check</command>. Note that
130 at least one test is known to fail for unknown reasons.
131 </para> -->
132<!-- The test suite is broken as of 3.18.1, one test fails and crashes the entire build -->
133
134 <para>
135 This package does not come with a working test suite.
136 </para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>make install</userinput></screen>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../../xincludes/gtk-doc-rebuild.xml"/>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Library</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>
164 None
165 </seg>
166 <seg>
167 libgeocode-glib.so
168 </seg>
169 <seg>
170 /usr/include/geocode-glib-1.0 and
171 /usr/share/gtk-doc/html/geocode-glib-1.0
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="libgeocode-glib">
182 <term><filename class="libraryfile">libgeocode-glib.so</filename></term>
183 <listitem>
184 <para>
185 contains the <application>Geocode GLib</application> API functions.
186 </para>
187 <indexterm zone="geocode-glib libgeocode-glib">
188 <primary sortas="c-libgeocode-glib">libgeocode-glib.so</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194
195 </sect2>
196
197</sect1>
Note: See TracBrowser for help on using the repository browser.