source: archive/gnome/gfbgraph.xml

trunk
Last change on this file was f1a4776e, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Archive gfbgraph.

Nothing uses it anymore, and it is incompatible with rest-0.9 and
libsoup3.

Note that gnome-maps used to use it, but it hasn't for over a year now.

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