Changeset 477adae


Ignore:
Timestamp:
10/22/2017 08:38:28 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 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:
192b967
Parents:
c34cb2e5
Message:

Update to atk-2.26.1 and move to meson build. Fixes #9912.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc34cb2e5 r477adae  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[dj] - Update to atk-2.26.1 and switch to meson build. Fixes
     50          <ulink url="&blfs-ticket-root;9912">#9912</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[dj] - Use Python3 by default in gobject-introspection.</para>
    5054        </listitem>
  • packages.ent

    rc34cb2e5 r477adae  
    534534<!-- Chapter 25 -->
    535535<!ENTITY agg-version                  "2.5">
    536 <!ENTITY atk-version                  "2.26.0">
     536<!ENTITY atk-version                  "2.26.1">
    537537<!ENTITY atkmm-version                "2.24.2">
    538538<!ENTITY at-spi2-core-version         "2.26.0">
  • x/lib/atk.xml

    rc34cb2e5 r477adae  
    77  <!ENTITY atk-download-http "&gnome-download-http;/atk/2.26/atk-&atk-version;.tar.xz">
    88  <!ENTITY atk-download-ftp  "&gnome-download-ftp;/atk/2.26/atk-&atk-version;.tar.xz">
    9   <!ENTITY atk-md5sum        "ee9c329784dead6e386e8b2e0d4d8d6f">
    10   <!ENTITY atk-size          "696 KB">
    11   <!ENTITY atk-buildsize     "17 MB">
    12   <!ENTITY atk-time          "0.1 SBU">
     9  <!ENTITY atk-md5sum        "7cddcc313b9a3efd19b2ddf079ba68f5">
     10  <!ENTITY atk-size          "700 KB">
     11  <!ENTITY atk-buildsize     "15.7 MB">
     12  <!ENTITY atk-time          "less than 0.1 SBU">
    1313]>
    1414
     
    103103    </para>
    104104
    105 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    106 make</userinput></screen>
     105<screen><userinput>meson --prefix /usr $PWD build &amp;&amp;
     106cd build &amp;&amp;
     107ninja</userinput></screen>
    107108
    108109    <para>
     
    114115    </para>
    115116
    116 <screen role="root"><userinput>make install</userinput></screen>
     117<screen role="root"><userinput>ninja install</userinput></screen>
    117118
    118119  </sect2>
Note: See TracChangeset for help on using the changeset viewer.