source: archive/gnome-obsolete/gal.xml@ fa91d2e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fa91d2e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>GAL-&gal-version;</title>
23
24 <indexterm zone="gal">
25 <primary sortas="a-GAL">GAL</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to GAL</title>
30
31 <para>The <application>GAL</application> package contains library functions
32 that came from <application>Evolution</application> and
33 <application>Gnumeric</application>. <application>GAL</application> is short
34 for <application>GNOME</application> Application Libs.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&gal-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&gal-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &gal-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &gal-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &gal-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &gal-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">GAL Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="libgnomeui"/> and
62 <xref linkend="libgnomeprintui"/></para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional"><xref linkend="gtk-doc"/></para>
66
67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/gal"/></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of GAL</title>
74
75 <para>In order to build the documentation using
76 <application>GTK-Doc</application>, issue the following commands to fix a
77 build problem:</para>
78
79<screen><userinput>mv docs/gal-decl.txt docs/gal-2.4-decl.txt &amp;&amp;
80mv docs/gal-sections.txt docs/gal-2.4-sections.txt &amp;&amp;
81sed -i -e "s/gal-decl/gal-2.4-decl/" \
82 -e "s/gal-sections/gal-2.4-sections/" docs/Makefile.in</userinput></screen>
83
84 <para>Install <application>GAL</application> by running the following
85 commands:</para>
86
87<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
88make</userinput></screen>
89
90 <para>This package does not come with a test suite.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Programs</segtitle>
103 <segtitle>Installed Libraries</segtitle>
104 <segtitle>Installed Directories</segtitle>
105
106 <seglistitem>
107 <seg>None</seg>
108 <seg>libgal-a11y-2.4.{so,a} and libgal-2.4.{so,a}</seg>
109 <seg>$GNOME_PREFIX/include/gal-2.4,
110 $GNOME_PREFIX/share/gtk-doc/html/gal-2.4, and
111 $GNOME_PREFIX/share/gal-2.4</seg>
112 </seglistitem>
113 </segmentedlist>
114
115 </sect2>
116
117</sect1>
Note: See TracBrowser for help on using the repository browser.