Author: ken Date: 2012-01-25 15:14:44 -0700 (Wed, 25 Jan 2012) New Revision: 9214
Added: trunk/BOOK/general/genlib/libgee.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/genlib.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Add libgee. Modified: trunk/BOOK/general/genlib/genlib.xml =================================================================== --- trunk/BOOK/general/genlib/genlib.xml 2012-01-25 21:43:14 UTC (rev 9213) +++ trunk/BOOK/general/genlib/genlib.xml 2012-01-25 22:14:44 UTC (rev 9214) @@ -87,6 +87,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gobject-introspection.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gir-repository.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="libical.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libelf.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libggz.xml"/> Added: trunk/BOOK/general/genlib/libgee.xml =================================================================== --- trunk/BOOK/general/genlib/libgee.xml (rev 0) +++ trunk/BOOK/general/genlib/libgee.xml 2012-01-25 22:14:44 UTC (rev 9214) @@ -0,0 +1,125 @@ +<?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.bz2"> + <!ENTITY libgee-download-ftp "&gnome-download-ftp;/libgee/0.6/libgee-&libgee-version;.tar.bz2"> + <!ENTITY libgee-md5sum "4eb513b23ab6ea78884989518a4acf6f"> + <!ENTITY libgee-size "466 KB"> + <!ENTITY libgee-buildsize "17 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> + + &lfs70_built; + + <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"/></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 && +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> Property changes on: trunk/BOOK/general/genlib/libgee.xml ___________________________________________________________________ Added: svn:keywords + Date LastChangedBy Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-01-25 21:43:14 UTC (rev 9213) +++ trunk/BOOK/general.ent 2012-01-25 22:14:44 UTC (rev 9214) @@ -207,6 +207,7 @@ <!ENTITY libffi-version "3.0.10"> <!ENTITY gobject-introspection-version "1.30.0"> <!ENTITY gir-repository-version "0.6.5"> +<!ENTITY libgee-version "0.6.0"> <!ENTITY libical-version "0.48"> <!ENTITY libelf-version "0.8.13"> <!ENTITY libggz-version "0.0.14.1"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-01-25 21:43:14 UTC (rev 9213) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-01-25 22:14:44 UTC (rev 9214) @@ -50,8 +50,8 @@ and gnome-python-desktop retired.</para> </listitem> <listitem> - <para>[ken] - Add exempi-2.1.1, folks-0.6.4.1 and json-glib-0.14.2 - from Wayne.</para> + <para>[ken] - Add exempi-2.1.1, folks-0.6.4.1, json-glib-0.14.2 + and libgee-0.6.0 from Wayne.</para> </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
