source: general/prog/python-modules/pyatspi2.xml

trunk
Last change on this file was e8b3f50, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Tags

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 pyatspi2-download-http
8 "&gnome-download-http;/pyatspi/2.46/pyatspi-&pyatspi2-version;.tar.xz">
9 <!ENTITY pyatspi2-download-ftp " ">
10 <!ENTITY pyatspi2-md5sum "0f2bfade055457cb0c2389fd46d1ad70">
11 <!ENTITY pyatspi2-size "316 KB">
12 <!ENTITY pyatspi2-buildsize "3.9 MB">
13 <!ENTITY pyatspi2-time "less than 0.1 SBU">
14]>
15
16 <!-- Begin PyAtSpi2 -->
17 <sect2 id="pyatspi2" xreflabel="PyAtSpi2-&pyatspi2-version;">
18
19 <title>PyAtSpi2-&pyatspi2-version;</title>
20
21 <indexterm zone="pyatspi2">
22 <primary sortas="a-PyAtSpi2">PyAtSpi2</primary>
23 </indexterm>
24
25 <sect3 role="package">
26 <title>Introduction to PyAtSpi2</title>
27
28 <para>
29 The <application>PyAtSpi2</application> package contains
30 <application>Python</application> bindings for the core
31 components of the <application>GNOME</application>
32 Accessibility.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect4">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&pyatspi2-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&pyatspi2-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &pyatspi2-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &pyatspi2-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &pyatspi2-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &pyatspi2-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect4">PyAtSpi2 Dependencies</bridgehead>
72
73 <bridgehead renderas="sect5">Required</bridgehead>
74 <para role="required">
75 <xref linkend="pygobject3"/>
76 </para>
77
78 <bridgehead renderas="sect5">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="at-spi2-core"/>
81 </para>
82
83 </sect3>
84
85 <sect3 role="installation">
86 <title>Installation of PyAtSpi2</title>
87
88 <para>
89 To build <application>PyAtSpi2</application> as a
90 <application>Python 3</application> module, run the
91 following commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr --with-python=/usr/bin/python3</userinput></screen>
95
96 <para>
97 This package does not come with a test suite.
98 </para>
99
100 <para>
101 To install the <application>Python 3</application> module,
102 run the following command as the
103 <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect3>
109
110 <sect3 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>
120 None
121 </seg>
122 <seg>
123 None
124 </seg>
125 <seg>
126 /usr/lib/python&python3-majorver;/site-packages/pyatspi
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 </sect3>
132
133 </sect2>
Note: See TracBrowser for help on using the repository browser.