source: gnome/add/gal.xml@ 1c579035

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1c579035 was 1c579035, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to GAL-2.4.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4180 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gal.html"?>
21<title>GAL-&gal-version;</title>
22
23<sect2>
24<title>Introduction to <application>GAL</application></title>
25
26<para>The <application>GAL</application> package contains library
27functions that came from <application>Evolution</application> and
28<application>Gnumeric</application>.
29<application><acronym>GAL</acronym></application> is short for
30<application><acronym>GNOME</acronym></application> Application Libs.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP):
35<ulink url="&gal-download-http;"/></para></listitem>
36<listitem><para>Download (FTP):
37<ulink url="&gal-download-ftp;"/></para></listitem>
38<listitem><para>Download MD5 sum: &gal-md5sum;</para></listitem>
39<listitem><para>Download size: &gal-size;</para></listitem>
40<listitem><para>Estimated disk space required:
41&gal-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&gal-time;</para></listitem></itemizedlist>
44</sect3>
45
46<sect3><title><application>GAL</application> dependencies</title>
47<sect4><title>Required</title>
48<para><xref linkend="libgnomeui"/> and
49<xref linkend="libgnomeprintui"/></para>
50</sect4>
51
52<sect4><title>Optional</title>
53<para><xref linkend="gtk-doc"/></para>
54</sect4>
55</sect3>
56
57</sect2>
58
59<sect2>
60<title>Installation of <application>GAL</application></title>
61
62<para>In order to build the documentation using
63<application>GTK-Doc</application>, issue the following commands to fix a
64build problem:</para>
65
66<screen><userinput><command>mv docs/gal-decl.txt docs/gal-2.4-decl.txt &amp;&amp;
67mv docs/gal-sections.txt docs/gal-2.4-sections.txt &amp;&amp;
68sed -i -e "s/gal-decl/gal-2.4-decl/" \
69 -e "s/gal-sections/gal-2.4-sections/" docs/Makefile.in</command></userinput></screen>
70
71<para>Install <application>GAL</application> by running the following
72commands:</para>
73
74<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
75make</command></userinput></screen>
76
77<para>This package does not come with a test suite.</para>
78
79<para>Now, as the root user:</para>
80
81<screen><userinput role='root'><command>make install</command></userinput></screen>
82
83</sect2>
84
85<sect2>
86<title>Contents</title>
87
88<para>The <application>GAL</application> package contains library routines
89pulled from the <application>Evolution</application> and
90<application>Gnumeric</application> projects and repackaged as a generic
91library.</para>
92
93</sect2>
94
95</sect1>
Note: See TracBrowser for help on using the repository browser.