Changeset 0c9050b for x/lib


Ignore:
Timestamp:
03/30/2012 08:45:58 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c6bab95
Parents:
fcf1326d
Message:

atk 2.4.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/atk.xml

    rfcf1326d r0c9050b  
    55  %general-entities;
    66
    7   <!ENTITY atk-download-http "&gnome-download-http;/atk/2.2/atk-&atk-version;.tar.xz">
    8   <!ENTITY atk-download-ftp  "&gnome-download-ftp;/atk/2.2/atk-&atk-version;.tar.xz">
    9   <!ENTITY atk-md5sum        "377ab03f5a1c32141fd9dfa86c6a714a">
    10   <!ENTITY atk-size          "586 KB">
    11   <!ENTITY atk-buildsize     "11 MB">
     7  <!ENTITY atk-download-http "&gnome-download-http;/atk/2.4/atk-&atk-version;.tar.xz">
     8  <!ENTITY atk-download-ftp  "&gnome-download-ftp;/atk/2.4/atk-&atk-version;.tar.xz">
     9  <!ENTITY atk-md5sum        "2184a140f71d50276669d6eda5cce5db">
     10  <!ENTITY atk-size          "596 KB">
     11  <!ENTITY atk-buildsize     "13 MB">
    1212  <!ENTITY atk-time          "0.1 SBU">
    1313]>
     
    3030    <title>Introduction to ATK</title>
    3131
    32     <para>The accessibility tool kit contains the
    33     <application>atk</application> library. This is useful for allowing
    34     accessibility solutions to be available for all
    35     <application>gtk+-2</application> and <application>gtk+-3</application>
    36     applications.</para>
     32    <para><application>ATK</application> provides the set of accessibility
     33    interfaces that are implemented by other toolkits and applications.
     34    Using the <application>ATK</application> interfaces, accessibility tools
     35    have full access to view and control running applications.</para>
    3736
    3837    &lfs71_checked;
     
    6564    <para role="required"><xref linkend="pkgconfig"/></para>
    6665
     66    <bridgehead renderas="sect4">Recommended</bridgehead>
     67    <para role="recommended"><xref linkend="gobject-introspection"/>
     68    (Required if building GNOME)</para>
     69
    6770    <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para role="optional"><xref linkend="gobject-introspection"/>
    69     (required if you want to build <xref linkend="gnome"/>),
    70     <xref linkend="gtk-doc"/> (if you've edited the docs
    71     and want to rebuild them)</para>
     71    <para role="optional"><xref linkend="gtk-doc"/></para>
    7272
    7373    <para condition="html" role="usernotes">User Notes:
     
    112112        <seg>None</seg>
    113113        <seg>libatk-1.0.so</seg>
    114         <seg>/usr/include/atk-1.0, /usr/share/gtk-doc/html/atk</seg>
     114        <seg>/usr/include/atk-1.0 and /usr/share/gtk-doc/html/atk</seg>
    115115      </seglistitem>
    116116    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.