Changeset c0fa62c


Ignore:
Timestamp:
05/17/2005 07:18:57 PM (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:
e6bbc4f9
Parents:
9140bfa7
Message:

Updated to AT SPI-1.6.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9140bfa7 rc0fa62c  
    367367<!ENTITY nautilus-cd-burner-version   "2.10.1">
    368368<!ENTITY zenity-version               "2.10.0">
    369 <!ENTITY at-spi-version               "1.6.3">
     369<!ENTITY at-spi-version               "1.6.4">
    370370<!ENTITY libgail-gnome-version        "1.1.1">
    371371<!ENTITY java-access-bridge-version   "1.4.5">
  • gnome/add/at-spi.xml

    r9140bfa7 rc0fa62c  
    77  <!ENTITY at-spi-download-http "http://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/at-spi-&at-spi-version;.tar.bz2">
    88  <!ENTITY at-spi-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/at-spi/1.6/at-spi-&at-spi-version;.tar.bz2">
    9   <!ENTITY at-spi-md5sum "950fc9bb66cf90b720739f3ea5ad8b18">
    10   <!ENTITY at-spi-size "503 KB">
    11   <!ENTITY at-spi-buildsize "14.6 MB">
    12   <!ENTITY at-spi-time "0.55 SBU">
     9  <!ENTITY at-spi-md5sum "be8b3077e2fab51a427303f228dffc2e">
     10  <!ENTITY at-spi-size "499 KB">
     11  <!ENTITY at-spi-buildsize "15 MB">
     12  <!ENTITY at-spi-time "0.5 SBU">
    1313]>
    1414
     
    3030    <title>Introduction to AT SPI</title>
    3131
    32     <para>The <application>AT SPI</application> package contains Assistive
     32    <para>The <application>AT SPI</application> package contains the Assistive
    3333    Technology Service Provider Interface. This is useful for redirecting
    3434    UI events to accessible applications and adaptive/assistive
     
    7474
    7575<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    76     --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    77     --disable-gtk-doc &amp;&amp;
    78 make &amp;&amp;
    79 make install</userinput></screen>
     76    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin &amp;&amp;
     77make</userinput></screen>
     78
     79    <para>The test suite cannot be run until after the package is installed.
     80    To run the test suite after installation, issue:
     81    <command>make check</command>.</para>
     82
     83    <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
     84
     85<screen><userinput role='root'>make install</userinput></screen>
    8086
    8187  </sect2>
     
    8894    <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
    8995    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    90 
    91     <para><parameter>--disable-gtk-doc</parameter>: This switch prevents the
    92     rebuilding of the documentation during the <command>make</command>
    93     command.</para>
    9496
    9597  </sect2>
     
    108110        libatk-bridge.so <application>GTK+</application> module, and
    109111        <application>ORBit</application>-2.0 Accessibility modules</seg>
    110         <seg>Not determined at this time</seg>
     112        <seg>$GNOME_PREFIX/include/at-spi-1.0,
     113        $GNOME_PREFIX/share/gtk-doc/html/at-spi-cspi and
     114        $GNOME_PREFIX/share/idl/at-spi-1.0</seg>
    111115      </seglistitem>
    112116    </segmentedlist>
  • introduction/welcome/changelog.xml

    r9140bfa7 rc0fa62c  
    2727    <listitem>
    2828      <para>May 17th, 2005 [randy]: Updated to GNOME System Monitor-2.10.1,
    29       bug-buddy-2.10.0 and eog-2.10.0.</para>
     29      bug-buddy-2.10.0, EOG-2.10.0 and AT SPI-1.6.4.</para>
    3030    </listitem>
    3131
Note: See TracChangeset for help on using the changeset viewer.