Changeset a6922b0 for x/lib/atk.xml


Ignore:
Timestamp:
02/21/2005 06:42:56 AM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
ad825f2
Parents:
851cc10
Message:

Tagging atk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/atk.xml

    r851cc10 ra6922b0  
    1515<sect1 id="atk" xreflabel="ATK-&atk-version;">
    1616<sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
     17  <othername>$LastChangedBy$</othername>
     18  <date>$Date$</date>
    1919</sect1info>
    2020<?dbhtml filename="atk.html" ?>
    2121<title>ATK-&atk-version;</title>
     22
     23<indexterm zone="atk">
     24  <primary sortas="a-atk">atk</primary>
     25</indexterm>
    2226
    2327<sect2>
     
    4044</sect3>
    4145
    42 <sect3><title><application><acronym>ATK</acronym></application> dependencies</title>
    43 <sect4><title>Required</title>
    44 <para><xref linkend="glib2"/></para></sect4>
    45 <sect4><title>Optional</title>
    46 <para><xref linkend="gtk-doc"/></para></sect4>
     46<sect3>
     47  <title><application><acronym>ATK</acronym></application> dependencies</title>
     48
     49<sect4>
     50<title>Required</title>
     51<para><xref linkend="glib2"/></para>
     52</sect4>
     53
     54<sect4>
     55<title>Optional</title>
     56<para><xref linkend="gtk-doc"/></para>
     57</sect4>
    4758</sect3>
    4859
     
    5566
    5667<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    57 make &amp;&amp;
    58 make install</command></userinput></screen>
     68make</command></userinput></screen>
     69
     70<para>Now, as the root user:</para>
     71 
     72<screen><userinput role='root'><command>make install</command></userinput></screen>
    5973
    6074</sect2>
     
    7286<title>Contents</title>
    7387
    74 <para>The <application><acronym>ATK</acronym></application> package contains <filename
    75 class="libraryfile">libatk</filename> libraries.</para>
     88<segmentedlist>
     89  <segtitle>Installed Programs</segtitle>
     90  <segtitle>Installed Libraries</segtitle>
     91  <segtitle>Installed Directories</segtitle>
     92 
     93  <seglistitem>
     94    <seg>None</seg>
     95    <seg>libatk-1.0.so</seg>
     96    <seg>None</seg>
     97  </seglistitem>
     98</segmentedlist>
     99 
     100<variablelist>
     101  <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     102  <?dbfo list-presentation="list"?>
    76103
    77 </sect2>
    78 
    79 <sect2><title>Description</title>
    80 
    81 <sect3><title>ATK Libraries</title>
    82 <para><application><acronym>ATK</acronym></application> libraries contain the <acronym>API</acronym> used by assistive technologies in order to
    83 interact with the desktop and applications.</para></sect3>
     104<varlistentry id="libatk">
     105  <term><filename class='libraryfile'>atklib-1.0.so</filename></term>
     106  <listitem>
     107    <para>contains functions that are used by assistive technologies in order to
     108          interact with the desktop and applications.</para>
     109    <indexterm zone="atk libatk">
     110      <primary sortas="c-libatk">libatk-1.0.so</primary>
     111    </indexterm>
     112  </listitem>
     113</varlistentry>
     114</variablelist>
    84115
    85116</sect2>
Note: See TracChangeset for help on using the changeset viewer.