git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9494 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2012-02-22 18:08:16 +00:00
parent 3b90fb7851
commit 10bc227aa9
5 changed files with 131 additions and 5 deletions

View File

@ -757,15 +757,16 @@ $Date$
<!-- Chapter 33 -->
<!-- Libraries -->
<!-- Additional Libraries -->
<!ENTITY at-spi2-atk-version "2.3.1">
<!ENTITY at-spi2-core-version "2.3.1">
<!ENTITY gdl-version "3.2.0">
<!ENTITY gnome-applets-version "3.2.1">
<!ENTITY gtkhtml-version "3.30.2">
<!ENTITY gtksourceview-version "3.2.3">
<!ENTITY mobile-broadband-provider-info-version "20110511">
<!-- Utilities -->
<!-- Additional Utilities -->
<!ENTITY accerciser-version "3.2.1">
<!ENTITY aisleriot-version "3.2.2">
<!ENTITY anjuta-version "3.2.1">

View File

@ -24,6 +24,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="at-spi2-atk.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="at-spi2-core.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdl.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-applets.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkhtml.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtksourceview.xml"/>

View File

@ -62,9 +62,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<!-- gtk3 pulls in intltool, glib2, gdk-pixbuf -->
<!-- FIXME:ken
<para role="required"><xref linkend="gdl"/>,-->
<para role="required">gdl-3.2.0,
<para role="required"><xref linkend="gdl"/>,
<xref linkend="gtk3"/>,
<xref linkend="vte"/>,
<!-- FIXME:ken

123
gnome/add/gdl.xml Normal file
View File

@ -0,0 +1,123 @@
<?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 gdl-download-http "&gnome-download-http;/gdl/3.2/gdl-&gdl-version;.tar.xz">
<!ENTITY gdl-download-ftp "&gnome-download-ftp;/gdl/3.2/gdl-&gdl-version;.tar.xz">
<!ENTITY gdl-md5sum "7301c3409e392f013eabd7b6478ec149">
<!ENTITY gdl-size "506 KB">
<!ENTITY gdl-buildsize "12 MB">
<!ENTITY gdl-time "0.2 SBU">
]>
<sect1 id="gdl" xreflabel="gdl-&gdl-version;">
<?dbhtml filename="gdl.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gdl-&gdl-version;</title>
<indexterm zone="gdl">
<primary sortas="a-gdl">gdl</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gdl</title>
<para><application>GDL</application> is the Gnome Development/Docking Library.</para>
&lfs70_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gdl-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gdl-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gdl-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gdl-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gdl-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gdl-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gdl Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<!-- intltool is pulled in by gtk3 -->
<para role="required">
<xref linkend="librsvg"/>, and
<xref linkend="gtk3"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gdl"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of gdl</title>
<para>Install <application>gdl</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
make</userinput></screen>
<para>This package's testsuite is only intended to be used by the
maintainer to check i18n files.</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 Directories</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libgdl-3.so</seg>
<seg><envar>$GNOME_PREFIX</envar>/{include/libgdl-3.0/gdl,share/{gdl-3/ui,gtk-doc/html/gdl-3.0}}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libgdl-3">
<term><filename class='libraryfile'>libgdl-3.so</filename></term>
<listitem>
<para>provides a support library for development tools from the GNOME environment.</para>
<indexterm zone="gdl libgdl-3">
<primary sortas="c-libgdl-3">libgdl-3.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>

View File

@ -50,6 +50,9 @@
<listitem>
<para>[ken] - add devhelp-3.2.0 from Wayne.</para>
</listitem>
<listitem>
<para>[ken] - add gdl-3.2.0 from Wayne.</para>
</listitem>
</itemizedlist>
</listitem>