source: gnome/add/accerciser.xml@ 4c2be438

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
Last change on this file since 4c2be438 was 4c2be438, checked in by Krejzi <krejzi@…>, 12 years ago

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

  • Property mode set to 100644
File size: 4.7 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><application>Accerciser</application> is an accessibility explorer for the
35 GNOME desktop. It uses AT-SPI to inspect and control widgets, allowing you to
36 check if an application is providing correct information to assistive technologies
37 and automated test frameworks.</para>
38
39 &lfs70_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&accerciser-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&accerciser-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &accerciser-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &accerciser-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &accerciser-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &accerciser-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">accerciser Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required">
67 <xref linkend="at-spi2-core"/>,
68 <xref linkend="gnome-doc-utils"/>,
69 <xref linkend="gtk3"/> and
70 <xref linkend="pygobject3"/>
71 </para>
72
73 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
74 <para role="required">
75 <xref linkend="at-spi2-atk"/>,
76 <xref linkend="ipython"/> and
77 <xref linkend="pyatspi2"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="rarian"/>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/accerciser"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of Accerciser</title>
92
93 <para>Install <application>Accerciser</application> by running the following
94 commands:</para>
95
96<screen><userinput>./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>The testsuite is intended for the package&apos;s maintainer to check
100 the XML translations.</para>
101
102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/without-scrollkeeper.xml"/>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Program</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 accerciser
126 </seg>
127 <seg>
128 /usr/lib/python2.7/site-packages/accerciser,
129 /usr/share/accerciser and
130 /usr/share/gnome/help/accerciser
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="accerciser-prog">
141 <term><command>accerciser</command></term>
142 <listitem>
143 <para>is an interactive Python accessibility explorer
144 for the GNOME Desktop.</para>
145 <indexterm zone="accerciser accerciser-prog">
146 <primary sortas="b-accerciser">accerciser</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.