Changeset e8a825ca


Ignore:
Timestamp:
05/11/2005 05:34:39 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:
771cd7f
Parents:
dd535a0
Message:

Updated to GAIL-1.8.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gail.xml

    rdd535a0 re8a825ca  
    77<!ENTITY gail-download-http "http://ftp.gnome.org/pub/GNOME/sources/gail/1.8/gail-&gail-version;.tar.bz2">
    88<!ENTITY gail-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gail/1.8/gail-&gail-version;.tar.bz2">
    9 <!ENTITY gail-md5sum "58a0520361a47634f19ea271f5a5d8aa">
    10 <!ENTITY gail-size "549 KB">
    11 <!ENTITY gail-buildsize "18.6 MB">
    12 <!ENTITY gail-time "0.53 SBU">
     9<!ENTITY gail-md5sum "9e5db197dea8f92eec1f07984f12542a">
     10<!ENTITY gail-size "562 KB">
     11<!ENTITY gail-buildsize "19 MB">
     12<!ENTITY gail-time "0.5 SBU">
    1313]>
    1414
     
    6262the following commands:</para>
    6363
    64 <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    65     --disable-gtk-doc &amp;&amp;
    66 make &amp;&amp;
    67 make install</command></userinput></screen>
     64<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
     65make</command></userinput></screen>
     66
     67<para>This package does not come with a test suite.</para>
     68
     69<para>Now, as the root user:</para>
     70
     71<screen><userinput role='root'><command>make install</command></userinput></screen>
    6872
    6973<para><application><acronym>GTK</acronym>+</application> will look for the
     
    7175<filename class='directory'>/usr/lib</filename> even if
    7276<envar>$GNOME_PREFIX</envar> is <emphasis>NOT</emphasis>
    73 <filename class='directory'>/usr</filename>. Create a symlink to
    74 <envar>$GNOME_PREFIX</envar> to satisfy this requirement:</para>
     77<filename class='directory'>/usr</filename>. If <envar>$GNOME_PREFIX</envar>
     78is anything other than <filename class='directory'>/usr</filename>, create
     79a symlink to <envar>$GNOME_PREFIX</envar> to satisfy this requirement:</para>
    7580
    76 <screen><userinput><command>ln -sf `pkg-config --variable=prefix ORBit-2.0`/lib/gtk-2.0/modules \
    77     /usr/lib/gtk-2.0</command></userinput></screen>
     81<screen><literal>ln -sf `pkg-config --variable=prefix ORBit-2.0`/lib/gtk-2.0/modules \
     82    /usr/lib/gtk-2.0</literal></screen>
    7883
    7984</sect2>
     
    8388
    8489<para>The <application><acronym>GAIL</acronym></application> package contains
    85 <filename class="libraryfile">libgailutil</filename> libraries and
     90the <filename class="libraryfile">libgailutil</filename> library and
    8691<application><acronym>GAIL</acronym></application>
    8792<application><acronym>GTK</acronym>+</application> modules.</para>
     
    9196<sect2><title>Description</title>
    9297
    93 <sect3><title>libgailutil libraries</title>
    94 <para><filename class="libraryfile">libgailutil</filename> libraries provide
     98<sect3><title>libgailutil library</title>
     99<para><filename class="libraryfile">libgailutil</filename> provides
    95100the functions that solve accessibility problems in a consistent manner across
    96101<application><acronym>GNOME</acronym></application>.</para></sect3>
     
    99104
    100105</sect1>
    101 
Note: See TracChangeset for help on using the changeset viewer.