source: archive/pyatspi2.xml@ 7e618fdf

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7e618fdf was 4a8fc81f, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to pygobject-3.12.0. Archive PyAtSpi2-2.10.0.

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

  • Property mode set to 100644
File size: 4.8 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 pyatspi2-download-http
8 "&gnome-download-http;/pyatspi/2.10/pyatspi-&pyatspi2-version;.tar.xz">
9 <!ENTITY pyatspi2-download-ftp
10 "&gnome-download-ftp;/pyatspi/2.10/pyatspi-&pyatspi2-version;.tar.xz">
11 <!ENTITY pyatspi2-md5sum "188ac6479e824ae2c36dd224a08e036b">
12 <!ENTITY pyatspi2-size "288 KB">
13 <!ENTITY pyatspi2-buildsize "4.2 MB">
14 <!ENTITY pyatspi2-time "less than 0.1 SBU">
15]>
16
17 <!-- Begin PyAtSpi2 -->
18 <sect2 id="pyatspi2" xreflabel="PyAtSpi2-&pyatspi2-version;">
19
20 <title>PyAtSpi2-&pyatspi2-version;</title>
21
22 <indexterm zone="pyatspi2">
23 <primary sortas="a-PyAtSpi2">PyAtSpi2</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to PyAtSpi2</title>
28
29 <para>
30 The <application>PyAtSpi2</application> package contains
31 <application>Python</application> bindings for the core
32 components of the <application>GNOME</application>
33 Accessibility.
34 </para>
35
36 &lfs75_checked;
37
38 <bridgehead renderas="sect4">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&pyatspi2-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&pyatspi2-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &pyatspi2-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &pyatspi2-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &pyatspi2-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &pyatspi2-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect4">PyAtSpi2 Dependencies</bridgehead>
73
74 <bridgehead renderas="sect5">Required</bridgehead>
75 <para role="required">
76 <xref linkend="pygobject3"/>
77 </para>
78
79 <bridgehead renderas="sect5">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="at-spi2-core"/>
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/pyatspi2"/>
86 </para>
87
88 </sect3>
89
90 <sect3 role="installation">
91 <title>Installation of PyAtSpi2</title>
92
93 <note>
94 <para>
95 Both <application>Python 2</application> and
96 <application>Python 3</application> modules can
97 be built and installed without any conflicts.
98 </para>
99 </note>
100
101 <para>
102 To build <application>PyAtSpi2</application> as the
103 <application>Python 2</application> module, run the
104 following commands:
105 </para>
106
107<screen><userinput>mkdir python2 &amp;&amp;
108pushd python2 &amp;&amp;
109../configure --prefix=/usr --with-python=/usr/bin/python &amp;&amp;
110make &amp;&amp;
111popd</userinput></screen>
112
113 <para>
114 To build <application>PyAtSpi2</application> as the
115 <application>Python 3</application> module, run the
116 following commands:
117 </para>
118
119<screen><userinput>mkdir python3 &amp;&amp;
120pushd python3 &amp;&amp;
121../configure --prefix=/usr --with-python=/usr/bin/python3 &amp;&amp;
122make &amp;&amp;
123popd</userinput></screen>
124
125 <para>
126 This package does not come with a testsuite.
127 </para>
128
129 <para>
130 To install the <application>Python 2</application> module,
131 run the following command as the
132 <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>make -C python2 install</userinput></screen>
136
137 <para>
138 To install the <application>Python 3</application> module,
139 run the following command as the
140 <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>make -C python3 install</userinput></screen>
144
145 </sect3>
146
147 <sect3 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directory</segtitle>
154
155 <seglistitem>
156 <seg>
157 None
158 </seg>
159 <seg>
160 None
161 </seg>
162 <seg>
163 /usr/lib/python&python2-majorver;/site-packages/pyatspi and/or
164 /usr/lib/python&python3-majorver;/site-packages/pyatspi
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 </sect3>
170
171 </sect2>
172 <!-- End PyAtSpi2 -->
Note: See TracBrowser for help on using the repository browser.