mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-12 23:19:13 +08:00
(systemd/gnome merge staging) Update to libgweather-3.20.1 (systemd/gnome merge staging) Update to libgtop-2.34.0 (systemd/gnome merge staging) Update to libgdata-0.17.5 (systemd/gnome merge staging) Update to libchamplain-0.12.13 (systemd/gnome merge staging) Update to gtkhtml-4.10.0 (systemd/gnome merge staging) Update to grilo-0.3.1 (systemd/gnome merge) Greenlighted libgtop and libpeas (systemd/gnome merge) Moved grilo, gtkhtml, libchamplain, libgdata, libgee, libgweather, and libwacom over to trunk Added libwacom as an optional dependency to libinput on systemd systems Merged switches and dependencies for Clutter from systemd branch (for systemd systems) Tags Added DJ's name in the changelog for his recent commit git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17564 af4574ff-66df-0310-9fd7-8a98e5e911e0
183 lines
5.0 KiB
XML
183 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 libgdata-download-http "&gnome-download-http;/libgdata/0.17/libgdata-&libgdata-version;.tar.xz">
|
|
<!ENTITY libgdata-download-ftp "&gnome-download-ftp;/libgdata/0.17/libgdata-&libgdata-version;.tar.xz">
|
|
<!ENTITY libgdata-md5sum "3a1506d2bbdd68a98378312953a02b06">
|
|
<!ENTITY libgdata-size "1.3 MB">
|
|
<!ENTITY libgdata-buildsize "73 MB (with tests)">
|
|
<!ENTITY libgdata-time "0.7 SBU (with tests)">
|
|
]>
|
|
|
|
<sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;" revision="systemd">
|
|
<?dbhtml filename="libgdata.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libgdata-&libgdata-version;</title>
|
|
|
|
<indexterm zone="libgdata">
|
|
<primary sortas="a-libgdata">libgdata</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libgdata</title>
|
|
|
|
<para>
|
|
The <application>libgdata</application> package is a GLib-based
|
|
library for accessing online service APIs using the GData protocol, most
|
|
notably, Google's services. It provides APIs to access the common Google
|
|
services and has full asynchronous support.
|
|
</para>
|
|
|
|
&lfs79_checked;&gcc6_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libgdata-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libgdata-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libgdata-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libgdata-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libgdata-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libgdata-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libgdata Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="liboauth"/>,
|
|
<xref linkend="libsoup"/>,
|
|
<xref linkend="gtk3"/>,
|
|
<xref linkend="json-glib"/>,
|
|
<xref linkend="uhttpmock"/>, and
|
|
<xref linkend="vala"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gcr"/>,
|
|
<xref linkend="gnome-online-accounts"/>, and
|
|
<xref linkend="gobject-introspection"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gtk-doc"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libgdata"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libgdata</title>
|
|
|
|
<para>
|
|
Install <application>libgdata</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>. Note that
|
|
the tests need network access.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</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>
|
|
libgdata.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/libgdata and
|
|
/usr/share/gtk-doc/html/gdata
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libgdata-lib">
|
|
<term><filename class="libraryfile">libgdata.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>libgdata</application> API functions.
|
|
</para>
|
|
<indexterm zone="libgdata libgdata-lib">
|
|
<primary sortas="c-libgdata">libgdata.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|