Changeset 1c579035 for gnome/add/gal.xml


Ignore:
Timestamp:
05/13/2005 12:31:10 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
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
Children:
6e5be6fd
Parents:
1cb62b2
Message:

Updated to GAL-2.4.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gal.xml

    r1cb62b2 r1c579035  
    55  %general-entities;
    66
    7 <!ENTITY gal-download-http "http://ftp.gnome.org/pub/gnome/sources/gal/2.2/gal-&gal-version;.tar.bz2">
    8 <!ENTITY gal-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources/gal/2.2/gal-&gal-version;.tar.bz2">
    9 <!ENTITY gal-md5sum "a50985fd1b70dc05cfc921455c39e660">
    10 <!ENTITY gal-size "1.2 KB">
    11 <!ENTITY gal-buildsize "59 MB">
    12 <!ENTITY gal-time "1.24 SBU">
     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">
    1313]>
    1414
     
    4646<sect3><title><application>GAL</application> dependencies</title>
    4747<sect4><title>Required</title>
    48 <para><xref linkend="libgnomeprintui"/></para>
     48<para><xref linkend="libgnomeui"/> and
     49<xref linkend="libgnomeprintui"/></para>
    4950</sect4>
    5051
     
    5960<title>Installation of <application>GAL</application></title>
    6061
     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
    6171<para>Install <application>GAL</application> by running the following
    6272commands:</para>
    6373
    6474<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
    65 make &amp;&amp;
    66 make install</command></userinput></screen>
     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>
    6782
    6883</sect2>
    69 
    7084
    7185<sect2>
Note: See TracChangeset for help on using the changeset viewer.