source: gnome/add/accerciser.xml@ 325113f8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 325113f8 was 7ded7e3, checked in by Krejzi <krejzi@…>, 12 years ago

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY accerciser-download-http
8 "&gnome-download-http;/accerciser/3.4/accerciser-&accerciser-version;.tar.xz">
9 <!ENTITY accerciser-download-ftp
10 "&gnome-download-ftp;/accerciser/3.4/accerciser-&accerciser-version;.tar.xz">
11 <!ENTITY accerciser-md5sum "fba7edb13dd80ef63e6044b411a6a84f">
12 <!ENTITY accerciser-size "3.0 MB">
13 <!ENTITY accerciser-buildsize "20 MB">
14 <!ENTITY accerciser-time "0.4 SBU">
15]>
16
17<sect1 id="accerciser" xreflabel="Accerciser-&accerciser-version;">
18 <?dbhtml filename="accerciser.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Accerciser-&accerciser-version;</title>
26
27 <indexterm zone="accerciser">
28 <primary sortas="a-Accerciser">Accerciser</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Accerciser</title>
33
34 <para>
35 <application>Accerciser</application> is an accessibility explorer for the
36 <application>GNOME</application> Desktop. It uses <application>At-Spi2</application>
37 to inspect and control widgets, allowing you to check if an application is providing
38 correct information to assistive technologies and automated test frameworks.
39 </para>
40
41 &lfs70_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&accerciser-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&accerciser-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &accerciser-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &accerciser-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &accerciser-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &accerciser-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Accerciser Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="at-spi2-core"/>,
82 <xref linkend="gnome-doc-utils"/>,
83 <xref linkend="gtk3"/> and
84 <xref linkend="pygobject3"/>
85 </para>
86
87 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
88 <para role="required">
89 <xref linkend="at-spi2-atk"/>,
90 <xref linkend="ipython"/> and
91 <xref linkend="pyatspi2"/>
92 </para>
93
94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
96 <xref linkend="rarian"/>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/accerciser"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of Accerciser</title>
106
107 <para>
108 Install <application>Accerciser</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/without-scrollkeeper.xml"/>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Program</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 accerciser
145 </seg>
146 <seg>
147 /usr/lib/python2.7/site-packages/accerciser,
148 /usr/share/accerciser and
149 /usr/share/gnome/help/accerciser
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="accerciser-prog">
160 <term><command>accerciser</command></term>
161 <listitem>
162 <para>
163 is an interactive Python accessibility explorer
164 for the <application>GNOME</application> Desktop.
165 </para>
166 <indexterm zone="accerciser accerciser-prog">
167 <primary sortas="b-accerciser">accerciser</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.