Author: igor
Date: Wed Jul 24 11:47:23 2013
New Revision: 11490

Log:
restored libgee from archive and updated it to 0.6.8

Added:
   trunk/BOOK/gnome/platform/libgee.xml   (contents, props changed)
Deleted:
   trunk/BOOK/archive/gnome/libgee.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/platform/platform.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Wed Jul 24 11:14:21 2013        (r11489)
+++ trunk/BOOK/general.ent      Wed Jul 24 11:47:23 2013        (r11490)
@@ -628,6 +628,7 @@
 <!ENTITY libgnome-keyring-version     "3.6.0">
 <!ENTITY libsecret-version            "0.14">
 <!ENTITY gcr-version                  "3.6.2">
+<!ENTITY libgee-version               "0.6.8">
 <!ENTITY gnome-keyring-version        "3.6.3">
 <!ENTITY gvfs-version                 "1.14.2">
 <!ENTITY yelp-xsl-version             "3.6.1">

Added: trunk/BOOK/gnome/platform/libgee.xml
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/BOOK/gnome/platform/libgee.xml        Wed Jul 24 11:47:23 2013        
(r11490)
@@ -0,0 +1,157 @@
+<?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 libgee-download-http 
"&gnome-download-http;/libgee/0.6/libgee-&libgee-version;.tar.xz">
+  <!ENTITY libgee-download-ftp  
"&gnome-download-ftp;/libgee/0.6/libgee-&libgee-version;.tar.xz">
+  <!ENTITY libgee-md5sum        "2688c24f9a12e7616ee808f9092d0afe">
+  <!ENTITY libgee-size          "433 KB">
+  <!ENTITY libgee-buildsize     "21 MB">
+  <!ENTITY libgee-time          "0.2 SBU">
+]>
+
+<sect1 id="libgee" xreflabel="libgee-&libgee-version;">
+  <?dbhtml filename="libgee.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>libgee-&libgee-version;</title>
+
+  <indexterm zone="libgee">
+    <primary sortas="a-libgee">libgee</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to libgee</title>
+
+    <para>
+      The <application>libgee</application> package is a collection library
+      providing GObject based interfaces and classes for commonly used data
+      structures.
+    </para>
+
+    &lfs72_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&libgee-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&libgee-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &libgee-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &libgee-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &libgee-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &libgee-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">libgee Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="glib2"/>
+    </para>
+
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="gobject-introspection"/> and
+      <xref linkend="vala"/>
+    </para>
+
+    <para condition="html" role="usernotes">User Notes:
+      <ulink url="&blfs-wiki;/libgee"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of libgee</title>
+
+    <para>
+      Install <application>libgee</application> by running the following
+      commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
+make</userinput></screen>
+
+    <para>
+      To test the results, issue: <command>make check</command>.
+    </para>
+
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directory</segtitle>
+
+      <seglistitem>
+        <seg>
+          None
+        </seg>
+        <seg>
+          libgee.so
+        </seg>
+        <seg>
+          /usr/include/gee-1.0
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="libgee-lib">
+        <term><filename class="libraryfile">libgee.so</filename></term>
+        <listitem>
+          <para>
+            contains the <application>libgee</application> API functions.
+          </para>
+          <indexterm zone="libgee libgee-lib">
+            <primary sortas="c-libgee">libgee.so</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Modified: trunk/BOOK/gnome/platform/platform.xml
==============================================================================
--- trunk/BOOK/gnome/platform/platform.xml      Wed Jul 24 11:14:21 2013        
(r11489)
+++ trunk/BOOK/gnome/platform/platform.xml      Wed Jul 24 11:47:23 2013        
(r11490)
@@ -30,6 +30,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="libgnome-keyring.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="libsecret.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gcr.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="libgee.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="gnome-keyring.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gvfs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="yelp-xsl.xml"/>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Jul 24 11:14:21 
2013        (r11489)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Jul 24 11:47:23 
2013        (r11490)
@@ -47,6 +47,10 @@
       <para>July 24th, 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[igor] - Restored libgee-0.6.8 from archive as it is needed by
+          LXDE.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to fetchmail-6.3.26.</para>
         </listitem>
         <listitem>
-- 
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