Changeset 8a76fc4 for x/lib


Ignore:
Timestamp:
09/07/2018 12:22:40 AM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
316d2235
Parents:
f3e3b83
Message:

Update to at-spi2-atk-2.30.0
Update to pyatspi2-2.30.0
Update to at-spi2-core-2.30.0
Update to gsettings-desktop-schemas-3.28.1

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

Location:
x/lib
Files:
2 edited

Legend:

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

    rf3e3b83 r8a76fc4  
    66
    77  <!ENTITY at-spi2-atk-download-http
    8            "&gnome-download-http;/at-spi2-atk/2.26/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
     8           "&gnome-download-http;/at-spi2-atk/2.30/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
    99  <!ENTITY at-spi2-atk-download-ftp
    10            "&gnome-download-ftp;/at-spi2-atk/2.26/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
    11   <!ENTITY at-spi2-atk-md5sum        "355c7916a69513490cb83ad34016b169">
    12   <!ENTITY at-spi2-atk-size          "316 KB">
    13   <!ENTITY at-spi2-atk-buildsize     "7.4 MB (with tests)">
     10           "&gnome-download-ftp;/at-spi2-atk/2.30/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
     11  <!ENTITY at-spi2-atk-md5sum        "1ad754b90bcb14244b73ca4d0c14d274">
     12  <!ENTITY at-spi2-atk-size          "95 KB">
     13  <!ENTITY at-spi2-atk-buildsize     "9.2 MB (with tests)">
    1414  <!ENTITY at-spi2-atk-time          "0.1 SBU (with tests)">
    1515]>
     
    9494    </para>
    9595
    96 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    97 make</userinput></screen>
     96<screen><userinput>mkdir build &amp;&amp;
     97cd build &amp;&amp;
     98
     99meson --prefix=/usr .. &amp;&amp;
     100ninja</userinput></screen>
    98101
    99102    <para>
    100       To test the results, issue: <command>make check</command>. An already
     103      To test the results, issue: <command>ninja test</command>. An already
    101104      active graphical session with bus address is necessary to run the tests.
    102105    </para>
     
    106109    </para>
    107110
    108 <screen role="root"><userinput>make install</userinput></screen>
     111<screen role="root"><userinput>ninja install</userinput></screen>
    109112
    110113    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • x/lib/at-spi2-core.xml

    rf3e3b83 r8a76fc4  
    66
    77  <!ENTITY at-spi2-core-download-http
    8            "&gnome-download-http;/at-spi2-core/2.28/at-spi2-core-&at-spi2-core-version;.tar.xz">
     8           "&gnome-download-http;/at-spi2-core/2.30/at-spi2-core-&at-spi2-core-version;.tar.xz">
    99  <!ENTITY at-spi2-core-download-ftp
    10            "&gnome-download-ftp;/at-spi2-core/2.28/at-spi2-core-&at-spi2-core-version;.tar.xz">
    11   <!ENTITY at-spi2-core-md5sum        "9c42f79636ed1c0e908b7483d789b32e">
     10           "&gnome-download-ftp;/at-spi2-core/2.30/at-spi2-core-&at-spi2-core-version;.tar.xz">
     11  <!ENTITY at-spi2-core-md5sum        "d4f22c66b3210ffe6b10d01c04e008b5">
    1212  <!ENTITY at-spi2-core-size          "184 KB">
    13   <!ENTITY at-spi2-core-buildsize     "6.2 MB (with tests)">
     13  <!ENTITY at-spi2-core-buildsize     "9.3 MB (with tests)">
    1414  <!ENTITY at-spi2-core-time          "0.1 SBU (with tests)">
    1515]>
     
    117117      A session bus address, normally available in an Xorg terminal,
    118118      is necessary to run the tests. To test the results,
    119       issue: <command>ninja test</command>. One test, "memory", is known to
    120       fail under an LFS environment.
     119      issue: <command>ninja test</command>.
    121120    </para>
    122121
     
    129128  </sect2>
    130129
     130<!--
    131131  <sect2 role="commands">
    132132    <title>Command Explanations</title>
     
    136136
    137137  </sect2>
     138-->
    138139
    139140  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.