Changeset 1514851


Ignore:
Timestamp:
12/14/2022 07:17:28 PM (17 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
1ea1e02d
Parents:
8d219de
Message:

Update to at-spi2-core-2.46.0

This update brings some relatively major changes which will be addressed
in subsequent commits. Please see ticket #17060 for more details.

In particular, at-spi2-atk and ATK need to be archived since this
package now provides both of them.

Dependencies need to be updated to account for this around the book.

I've build tested all of the packages that depend on this one which are
listed in the book.

The currency scripts will need to be updated. I'll try to take care of
this

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8d219de r1514851  
    4040    -->
    4141    <listitem>
     42      <para>December 14th, 2022</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to at-spi2-core-2.46.0. Fixes
     46          <ulink url="&blfs-ticket-root;17060">#17060</ulink>.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    4252      <para>December 13th, 2022</para>
    4353      <itemizedlist>
  • packages.ent

    r8d219de r1514851  
    669669<!ENTITY atk-version                  "&atk-minor;.0">
    670670<!ENTITY atkmm-version                "2.28.3">
    671 <!ENTITY at-spi2-core-version         "2.44.1">
     671<!ENTITY at-spi2-core-version         "2.46.0">
    672672<!ENTITY at-spi2-atk-version          "2.38.0">
    673673<!ENTITY cairo-minor                  "1.17">
  • x/lib/at-spi2-core.xml

    r8d219de r1514851  
    66
    77  <!ENTITY at-spi2-core-download-http
    8            "&gnome-download-http;/at-spi2-core/2.44/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.44/at-spi2-core-&at-spi2-core-version;.tar.xz">
    11   <!ENTITY at-spi2-core-md5sum        "7e30e7c82879ef13a76891dccee723cb">
    12   <!ENTITY at-spi2-core-size          "208 KB">
    13   <!ENTITY at-spi2-core-buildsize     "5.5 MB (with tests)">
    14   <!ENTITY at-spi2-core-time          "0.1 SBU (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
     
    2929
    3030    <para>
    31       The <application>At-Spi2 Core</application> package is a part of the
    32       GNOME Accessibility Project. It provides a Service Provider Interface
    33       for the Assistive Technologies available on the
    34       <application>GNOME</application> platform and a library against which
    35       applications can be linked.
     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.
    3636    </para>
    3737
     
    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 to be installed already. 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 Accessibilty Tooklit 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.