source: archive/gnome-obsolete/gal.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gal-download-http "http://ftp.gnome.org/pub/gnome/sources/gal/2.4/gal-&gal-version;.tar.bz2">
8 <!ENTITY gal-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/gal/2.4/gal-&gal-version;.tar.bz2">
9 <!ENTITY gal-md5sum "70e07fde659f0553ba56caeae4f51908">
10 <!ENTITY gal-size "1.2 MB">
11 <!ENTITY gal-buildsize "63 MB">
12 <!ENTITY gal-time "1.5 SBU">
13]>
14
15<sect1 id="gal" xreflabel="GAL-&gal-version;">
16 <?dbhtml filename="gal.html"?>
17
18
19 <title>GAL-&gal-version;</title>
20
21 <indexterm zone="gal">
22 <primary sortas="a-GAL">GAL</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GAL</title>
27
28 <para>The <application>GAL</application> package contains library functions
29 that came from <application>Evolution</application> and
30 <application>Gnumeric</application>. <application>GAL</application> is short
31 for <application>GNOME</application> Application Libs.</para>
32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>Download (HTTP): <ulink url="&gal-download-http;"/></para>
37 </listitem>
38 <listitem>
39 <para>Download (FTP): <ulink url="&gal-download-ftp;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download MD5 sum: &gal-md5sum;</para>
43 </listitem>
44 <listitem>
45 <para>Download size: &gal-size;</para>
46 </listitem>
47 <listitem>
48 <para>Estimated disk space required: &gal-buildsize;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated build time: &gal-time;</para>
52 </listitem>
53 </itemizedlist>
54
55 <bridgehead renderas="sect3">GAL Dependencies</bridgehead>
56
57 <bridgehead renderas="sect4">Required</bridgehead>
58 <para role="required"><xref linkend="libgnomeui"/> and
59 <xref linkend="libgnomeprintui"/></para>
60
61 <bridgehead renderas="sect4">Optional</bridgehead>
62 <para role="optional"><xref linkend="gtk-doc"/></para>
63
64 <para condition="html" role="usernotes">User Notes:
65 <ulink url="&blfs-wiki;/gal"/></para>
66
67 </sect2>
68
69 <sect2 role="installation">
70 <title>Installation of GAL</title>
71
72 <para>In order to build the documentation using
73 <application>GTK-Doc</application>, issue the following commands to fix a
74 build problem:</para>
75
76<screen><userinput>mv docs/gal-decl.txt docs/gal-2.4-decl.txt &amp;&amp;
77mv docs/gal-sections.txt docs/gal-2.4-sections.txt &amp;&amp;
78sed -i -e "s/gal-decl/gal-2.4-decl/" \
79 -e "s/gal-sections/gal-2.4-sections/" docs/Makefile.in</userinput></screen>
80
81 <para>Install <application>GAL</application> by running the following
82 commands:</para>
83
84<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
85make</userinput></screen>
86
87 <para>This package does not come with a test suite.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="content">
96 <title>Contents</title>
97
98 <segmentedlist>
99 <segtitle>Installed Programs</segtitle>
100 <segtitle>Installed Libraries</segtitle>
101 <segtitle>Installed Directories</segtitle>
102
103 <seglistitem>
104 <seg>None</seg>
105 <seg>libgal-a11y-2.4.{so,a} and libgal-2.4.{so,a}</seg>
106 <seg>$GNOME_PREFIX/include/gal-2.4,
107 $GNOME_PREFIX/share/gtk-doc/html/gal-2.4, and
108 $GNOME_PREFIX/share/gal-2.4</seg>
109 </seglistitem>
110 </segmentedlist>
111
112 </sect2>
113
114</sect1>
Note: See TracBrowser for help on using the repository browser.