Author: krejzi
Date: 2012-08-29 10:29:46 -0600 (Wed, 29 Aug 2012)
New Revision: 10604

Added:
   trunk/BOOK/gnome/core/libgdata.xml
Removed:
   trunk/BOOK/networking/netlibs/libgdata.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/core/core.xml
   trunk/BOOK/networking/netlibs/netlibs.xml
Log:
Move libgdata into gnome chapter since it is now dependent on gnome components.

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-08-29 15:59:41 UTC (rev 10603)
+++ trunk/BOOK/general.ent      2012-08-29 16:29:46 UTC (rev 10604)
@@ -597,7 +597,6 @@
 <!ENTITY geoclue-version              "0.12.0">
 <!ENTITY glib-networking-version      "2.32.3">
 <!ENTITY libevent-version             "2.0.19">
-<!ENTITY libgdata-version             "0.12.0">
 <!ENTITY libnice-version              "0.1.2">
 <!ENTITY libnl-version                "3.2.11">
 <!ENTITY libpcap-version              "1.3.0">
@@ -799,6 +798,7 @@
 <!ENTITY libgtop-version              "2.28.4">
 <!ENTITY libwacom-version             "0.4">
 <!ENTITY gnome-online-accounts-version "3.4.2">
+<!ENTITY libgdata-version             "0.12.0">
 <!ENTITY evolution-data-server-version "3.4.3">
 <!ENTITY folks-version                "0.6.9">
 <!ENTITY gtksourceview-version        "3.4.2">

Modified: trunk/BOOK/gnome/core/core.xml
===================================================================
--- trunk/BOOK/gnome/core/core.xml      2012-08-29 15:59:41 UTC (rev 10603)
+++ trunk/BOOK/gnome/core/core.xml      2012-08-29 16:29:46 UTC (rev 10604)
@@ -45,6 +45,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="libgtop.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="libwacom.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gnome-online-accounts.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="libgdata.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="evolution-data-server.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="folks.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gnome-js-common.xml"/>

Copied: trunk/BOOK/gnome/core/libgdata.xml (from rev 10599, 
trunk/BOOK/networking/netlibs/libgdata.xml)
===================================================================
--- trunk/BOOK/gnome/core/libgdata.xml                          (rev 0)
+++ trunk/BOOK/gnome/core/libgdata.xml  2012-08-29 16:29:46 UTC (rev 10604)
@@ -0,0 +1,173 @@
+<?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.12/libgdata-&libgdata-version;.tar.xz">
+  <!ENTITY libgdata-download-ftp  
"&gnome-download-ftp;/libgdata/0.12/libgdata-&libgdata-version;.tar.xz">
+  <!ENTITY libgdata-md5sum        "ccf0bd3da08a9e86acf704ef71fb73d6">
+  <!ENTITY libgdata-size          "1.2 MB">
+  <!ENTITY libgdata-buildsize     "45 MB">
+  <!ENTITY libgdata-time          "0.8 SBU">
+]>
+
+<sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;">
+  <?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>
+
+    &lfs70_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"/> and
+      <xref linkend="libsoup"/>
+    </para>
+
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <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 &amp;&amp;
+make</userinput></screen>
+
+    <para>
+      To test the results, issue: <command>make check</command> Note that
+      the tests need network access, will generate network traffic for 
uploading
+      and downloading, and seem to stall when testing Connection: Keep-Alive.
+    </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 Library</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <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>

Deleted: trunk/BOOK/networking/netlibs/libgdata.xml
===================================================================
--- trunk/BOOK/networking/netlibs/libgdata.xml  2012-08-29 15:59:41 UTC (rev 
10603)
+++ trunk/BOOK/networking/netlibs/libgdata.xml  2012-08-29 16:29:46 UTC (rev 
10604)
@@ -1,173 +0,0 @@
-<?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.12/libgdata-&libgdata-version;.tar.xz">
-  <!ENTITY libgdata-download-ftp  
"&gnome-download-ftp;/libgdata/0.12/libgdata-&libgdata-version;.tar.xz">
-  <!ENTITY libgdata-md5sum        "ccf0bd3da08a9e86acf704ef71fb73d6">
-  <!ENTITY libgdata-size          "1.2 MB">
-  <!ENTITY libgdata-buildsize     "45 MB">
-  <!ENTITY libgdata-time          "0.8 SBU">
-]>
-
-<sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;">
-  <?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>
-
-    &lfs70_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"/> and
-      <xref linkend="libsoup"/>
-    </para>
-
-    <bridgehead renderas="sect4">Recommended</bridgehead>
-    <para role="recommended">
-      <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 &amp;&amp;
-make</userinput></screen>
-
-    <para>
-      To test the results, issue: <command>make check</command> Note that
-      the tests need network access, will generate network traffic for 
uploading
-      and downloading, and seem to stall when testing Connection: Keep-Alive.
-    </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 Library</segtitle>
-      <segtitle>Installed Directories</segtitle>
-
-      <seglistitem>
-        <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>

Modified: trunk/BOOK/networking/netlibs/netlibs.xml
===================================================================
--- trunk/BOOK/networking/netlibs/netlibs.xml   2012-08-29 15:59:41 UTC (rev 
10603)
+++ trunk/BOOK/networking/netlibs/netlibs.xml   2012-08-29 16:29:46 UTC (rev 
10604)
@@ -25,7 +25,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="geoclue.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="glib-networking.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="libevent.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="libgdata.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="libnice.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="libnl.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="libpcap.xml"/>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to