mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
3dc432eb79
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9644 af4574ff-66df-0310-9fd7-8a98e5e911e0
138 lines
4.3 KiB
XML
138 lines
4.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY at-spi2-atk-download-http "&gnome-download-http;/at-spi2-atk/2.3/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
|
|
<!ENTITY at-spi2-atk-download-ftp "&gnome-download-ftp;/at-spi2-atk/2.3/at-spi2-atk-&at-spi2-atk-version;.tar.xz">
|
|
<!ENTITY at-spi2-atk-md5sum "ab78c1f276de2d19c541fb878456702e">
|
|
<!ENTITY at-spi2-atk-size "282 KB">
|
|
<!ENTITY at-spi2-atk-buildsize "9.9 MB">
|
|
<!ENTITY at-spi2-atk-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="at-spi2-atk" xreflabel="at-spi2-atk-&at-spi2-atk-version;">
|
|
<?dbhtml filename="at-spi2-atk.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>at-spi2-atk-&at-spi2-atk-version;</title>
|
|
|
|
<indexterm zone="at-spi2-atk">
|
|
<primary sortas="a-at-spi2-atk">at-spi2-atk</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to at-spi2-atk</title>
|
|
|
|
<para>The <application>at-spi2-atk</application> package is a GTK+ module that
|
|
bridges ATK to D-Bus at-spi.</para>
|
|
|
|
&lfs70_built;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&at-spi2-atk-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&at-spi2-atk-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &at-spi2-atk-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &at-spi2-atk-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &at-spi2-atk-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &at-spi2-atk-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">at-spi2-atk Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="at-spi2-core"/>,
|
|
<xref linkend="atk"/>,
|
|
<xref linkend="dbus"/>,
|
|
<xref linkend="libxml2"/>,
|
|
<xref linkend="pkgconfig"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/at-spi2-atk"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of at-spi2-atk</title>
|
|
|
|
<para>Install <application>at-spi2-atk</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
|
|
--sysconfdir=$GNOME_SYSCONFDIR \
|
|
--libexecdir=$GNOME_PREFIX/lib/at-spi2-atk &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter does
|
|
something mandatory for BLFS purposes.</para>
|
|
|
|
<para><parameter>--libexecdir=$GNOME_PREFIX/lib/at-spi2-atk</parameter>: This parameter does
|
|
something mandatory for BLFS purposes.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libatk-bridge.so</seg>
|
|
<seg></seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libatk-bridge">
|
|
<term><filename class='libraryfile'>libatk-bridge.so</filename></term>
|
|
<listitem>
|
|
<para>contains functions that .....</para>
|
|
<indexterm zone="at-spi2-atk libatk-bridge">
|
|
<primary sortas="c-libatk-bridge">libatk-bridge.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|