Ignore:
Timestamp:
03/19/2018 01:04:31 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b08a9ed
Parents:
7333fc0
Message:

Update to at-spi2-core-2.28.0 and at-spi2-atk-2.26.2.
Update to atk-2.28.1.

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

File:
1 edited

Legend:

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

    r7333fc0 r462f1ad  
    99  <!ENTITY at-spi2-core-download-ftp
    1010           "&gnome-download-ftp;/at-spi2-core/2.26/at-spi2-core-&at-spi2-core-version;.tar.xz">
    11   <!ENTITY at-spi2-core-md5sum        "4a042e4c801fdb793788b749eab21485">
    12   <!ENTITY at-spi2-core-size          "484 KB">
    13   <!ENTITY at-spi2-core-buildsize     "10 MB (with tests)">
     11  <!ENTITY at-spi2-core-md5sum        "9c42f79636ed1c0e908b7483d789b32e">
     12  <!ENTITY at-spi2-core-size          "184 KB">
     13  <!ENTITY at-spi2-core-buildsize     "6.2 MB (with tests)">
    1414  <!ENTITY at-spi2-core-time          "0.1 SBU (with tests)">
    1515]>
     
    108108    </para>
    109109
    110 <screen><userinput>./configure --prefix=/usr \
    111             --sysconfdir=/etc &amp;&amp;
    112 make</userinput></screen>
     110<screen><userinput>mkdir build &amp;&amp;
     111cd    build &amp;&amp;
     112
     113meson --prefix=/usr --sysconfdir=/etc  .. &amp;&amp;
     114ninja</userinput></screen>
    113115
    114116    <para>
     
    122124    </para>
    123125
    124 <screen role="root"><userinput>make install</userinput></screen>
     126<screen role="root"><userinput>ninja install</userinput></screen>
    125127
    126128  </sect2>
     
    143145
    144146      <seglistitem>
    145         <!-- <seg> Not user executable programs
    146           at-spi-bus-launcher and at-spi2-registryd
     147        <!-- <seg> No user executable programs
     148          at-spi-bus-launcher and at-spi2-registryd in /usr/libexec
    147149        </seg> -->
    148150        <seg>
Note: See TracChangeset for help on using the changeset viewer.