Changeset 58d36e0


Ignore:
Timestamp:
11/22/2011 12:23:26 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
ca4d87e
Parents:
f31ead77
Message:

Updated atk to 2.2.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf31ead77 r58d36e0  
    44-->
    55
    6 <!ENTITY day          "20">                   <!-- Always 2 digits -->
     6<!ENTITY day          "22">                   <!-- Always 2 digits -->
    77<!ENTITY month        "11">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
     
    554554<!ENTITY pango-version                "1.28.2">
    555555<!ENTITY pangomm-version              "2.26.2">
    556 <!ENTITY atk-version                  "1.30.0">
     556<!ENTITY atk-version                  "2.2.0">
    557557<!ENTITY gdk-pixbuf-version           "2.24.0">
    558558<!ENTITY gtk2-version                 "2.24.8">
  • introduction/welcome/changelog.xml

    rf31ead77 r58d36e0  
    4343-->
    4444    <listitem>
     45      <para>November 22st, 2011</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[abenton] - Updated atk to 2.2.0.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>November 21st, 2011</para>
    4655      <itemizedlist>
  • x/lib/atk.xml

    rf31ead77 r58d36e0  
    55  %general-entities;
    66
    7   <!ENTITY atk-download-http "&gnome-download-http;/atk/1.30/atk-&atk-version;.tar.bz2">
    8   <!ENTITY atk-download-ftp  "&gnome-download-ftp;/atk/1.30/atk-&atk-version;.tar.bz2">
    9   <!ENTITY atk-md5sum        "548d413775819fef425410739041cac3">
    10   <!ENTITY atk-size          "729 KB">
    11   <!ENTITY atk-buildsize     "12 MB">
    12   <!ENTITY atk-time          "0.3 SBU">
     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">
     12  <!ENTITY atk-time          "0.1 SBU">
    1313]>
    1414
    15 <sect1 id="atk" xreflabel="ATK-&atk-version;">
     15<sect1 id="atk" xreflabel="atk-&atk-version;">
    1616  <?dbhtml filename="atk.html" ?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>ATK-&atk-version;</title>
     23  <title>atk-&atk-version;</title>
    2424
    2525  <indexterm zone="atk">
    26     <primary sortas="a-ATK">ATK</primary>
     26    <primary sortas="a-atk">atk</primary>
    2727  </indexterm>
    2828
     
    3030    <title>Introduction to ATK</title>
    3131
    32     <para>The <application>ATK</application> package contains the
    33     <application>ATK</application> libraries. They are useful for
    34     allowing accessibility solutions to be available for all
    35     <application>GTK2</application> applications.</para>
     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>
    3637
    37     &lfs65_checked;
     38    &lfs70_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6263
    6364    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="glib2"/></para>
     65    <para role="required"><xref linkend="pkgconfig"/></para>
    6566
    6667    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><xref linkend="gtk-doc"/></para>
     68    <para role="optional"><xref linkend="gtk-doc"/> (if you've edited the docs
     69    and want to rebuild them)</para>
    6870
    6971    <para condition="html" role="usernotes">User Notes:
     
    7577    <title>Installation of ATK</title>
    7678
    77     <para>Install <application>ATK</application> by running
     79    <para>Install <application>atk</application> by running
    7880    the following commands:</para>
    7981
     
    8183make</userinput></screen>
    8284
    83     <para>This package does not come with a test suite.</para>
     85    <para>To test the results, issue: <command>make check</command>.</para>
    8486
    8587    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    9496    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9597    href="../../xincludes/gtk-doc-rebuild.xml"/>
    96 
    97     <para><parameter>--disable-static</parameter>: This switch prevents the
    98     static libraries from being built.</para>
    9998
    10099  </sect2>
     
    111110        <seg>None</seg>
    112111        <seg>libatk-1.0.so</seg>
    113         <seg>/usr/{include/atk-1.0/atk,share/gtk-doc/html/atk}</seg>
     112        <seg>/usr/include/atk-1.0, /usr/share/gtk-doc/html/atk</seg>
    114113      </seglistitem>
    115114    </segmentedlist>
     
    124123        <listitem>
    125124          <para>contains functions that are used by assistive technologies
    126           in order to interact with the desktop and applications.</para>
     125          to interact with the desktop applications.</para>
    127126          <indexterm zone="atk libatk">
    128127            <primary sortas="c-libatk">libatk-1.0.so</primary>
Note: See TracChangeset for help on using the changeset viewer.