Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/at-spi2-core.xml

    r8558044 r4628237e  
    66
    77  <!ENTITY at-spi2-core-download-http
    8            "&gnome-download-http;/at-spi2-core/2.40/at-spi2-core-&at-spi2-core-version;.tar.xz">
     8           "&gnome-download-http;/at-spi2-core/2.46/at-spi2-core-&at-spi2-core-version;.tar.xz">
    99  <!ENTITY at-spi2-core-download-ftp
    10            "&gnome-download-ftp;/at-spi2-core/2.40/at-spi2-core-&at-spi2-core-version;.tar.xz">
    11   <!ENTITY at-spi2-core-md5sum        "db4f7caceb5d663ec3adb715408b2303">
    12   <!ENTITY at-spi2-core-size          "196 KB">
    13   <!ENTITY at-spi2-core-buildsize     "9.8 MB (with tests)">
    14   <!ENTITY at-spi2-core-time          "less than 0.1 SBU (using parallelism=4, with tests)">
     10           "&gnome-download-ftp;/at-spi2-core/2.46/at-spi2-core-&at-spi2-core-version;.tar.xz">
     11  <!ENTITY at-spi2-core-md5sum        "16e85a40442d80be960b4e1e3992fd5b">
     12  <!ENTITY at-spi2-core-size          "528 KB">
     13  <!ENTITY at-spi2-core-buildsize     "20 MB (with tests)">
     14  <!ENTITY at-spi2-core-time          "0.2 SBU (with tests)">
    1515]>
    1616
     
    1818  <?dbhtml filename="at-spi2-core.html"?>
    1919
    20   <sect1info>
    21     <date>$Date$</date>
    22   </sect1info>
    2320
    2421  <title>at-spi2-core-&at-spi2-core-version;</title>
     
    3229
    3330    <para>
    34       The <application>At-Spi2 Core</application> package is a part of the
    35       GNOME Accessibility Project. It provides a Service Provider Interface
    36       for the Assistive Technologies available on the
    37       <application>GNOME</application> platform and a library against which
    38       applications can be linked.
    39     </para>
    40 
    41     &lfs110a_checked;
     31      The <application>At-Spi2 Core</application> package contains a
     32      comprehensive accessibility framework for the Assistive Technologies
     33      available on the <application>GNOME</application> platform. This includes
     34      a set of interfaces which are implemented by other toolkits and
     35      applications.
     36    </para>
     37
     38    &lfs112_checked;
    4239
    4340    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8077    <para role="required">
    8178      <xref linkend="dbus"/>,
    82       <xref linkend="glib2"/>, and
    83       <xref linkend="xorg7-lib"/>
     79      <xref linkend="glib2"/>,
     80      <!-- Reports "Cannot get the default GSettingsSchemaSource" on
     81           startup w/o it. -->
     82      <xref role="runtime" linkend="gsettings-desktop-schemas"/> (Runtime),
     83      and <xref linkend="xorg7-lib"/>
    8484    </para>
    8585
     
    123123    <para>
    124124      A session bus address, normally available in an Xorg terminal,
    125       is necessary to run the tests. And, the test suite requires the
    126       glib schemas of the package already installed. To test the results,
     125      is necessary to run the tests. The test suite also requires the glib
     126      schemas of the package to be installed already. To test the results,
    127127      install the package first, then issue: <command>ninja test</command>.
    128       The memory test is known to timeout.
    129     </para>
    130 <!-- [pierre Sep 5th, 2020] the memory test passed for me with 2.36.1. -->
     128    </para>
     129
    131130    <para>
    132131      Now, as the <systemitem class="username">root</systemitem> user:
     
    142141  <sect2 role="commands" revision="sysv">
    143142    <title>Command Explanations</title>
    144 
    145     <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    146        href="../../xincludes/gtk-doc-rebuild.xml"/> -->
    147143
    148144    <para>
     
    178174        </seg>
    179175        <seg>
    180           libatspi.so
     176          libatk-1.0.so,
     177          libatk-bridge-2.0.so,
     178          libatspi.so, and
     179          /usr/lib/gtk-2.0/modules/libatk-bridge.so
    181180        </seg>
    182181        <seg>
     182          /usr/include/atk-1.0,
    183183          /usr/include/at-spi-2.0,
     184          /usr/include/at-spi2-atk,
     185          /usr/lib/gnome-settings-daemon-3.0,
    184186          /usr/share/defaults/at-spi2, and
    185187          /usr/share/gtk-doc/html/libatspi
     
    207209    -->
    208210
     211      <varlistentry id="libatk-1.0">
     212        <term><filename class="libraryfile">libatk-1.0.so</filename></term>
     213        <listitem>
     214          <para>
     215            contains functions that are used by assistive technologies to
     216            interact with desktop applications
     217          </para>
     218          <indexterm zone="at-spi2-core libatk-1.0">
     219            <primary sortas="c-libatk-1.0">libatk-1.0.so</primary>
     220          </indexterm>
     221        </listitem>
     222      </varlistentry>
     223
     224      <varlistentry id="libatk-bridge">
     225        <term><filename class="libraryfile">libatk-bridge.so</filename></term>
     226        <listitem>
     227          <para>
     228            contains the Accessibility Toolkit GTK+-2 bridge
     229          </para>
     230          <indexterm zone="at-spi2-core libatk-bridge">
     231            <primary sortas="c-libatk-bridge">libatk-bridge.so</primary>
     232          </indexterm>
     233        </listitem>
     234      </varlistentry>
     235
     236      <varlistentry id="libatk-bridge-2.0">
     237        <term><filename class="libraryfile">libatk-bridge-2.0.so</filename></term>
     238        <listitem>
     239          <para>
     240            contains the Accessibility Toolkit GTK+ module
     241          </para>
     242          <indexterm zone="at-spi2-core libatk-bridge-2.0">
     243            <primary sortas="c-libatk-bridge-2.0">libatk-bridge-2.0.so</primary>
     244          </indexterm>
     245        </listitem>
     246      </varlistentry>
     247
    209248      <varlistentry id="libatspi">
    210249        <term><filename class="libraryfile">libatspi.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.