source: general/prog/pyatspi2.xml@ 2d0650b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 2d0650b was a157332, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to pyatspi-3.34.0 (python module).
Update to pygobject3-3.34.0 (python module).

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

  • Property mode set to 100644
File size: 4.0 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.34/pyatspi-&pyatspi2-version;.tar.xz">
9 <!ENTITY pyatspi2-download-ftp
10 "&gnome-download-ftp;/pyatspi/2.34/pyatspi-&pyatspi2-version;.tar.xz">
11 <!ENTITY pyatspi2-md5sum "bbe80f95f09091dac306a62d286bd19b">
12 <!ENTITY pyatspi2-size "308 KB">
13 <!ENTITY pyatspi2-buildsize "3.0 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 &lfs90_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 <bridgehead renderas="sect5">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="python2"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/pyatspi2"/>
91 </para>
92
93 </sect3>
94
95 <sect3 role="installation">
96 <title>Installation of PyAtSpi2</title>
97
98 <para>
99 To build <application>PyAtSpi2</application> as a
100 <application>Python 3</application> module, run the
101 following commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr --with-python=/usr/bin/python3</userinput></screen>
105
106 <para>
107 This package does not come with a testsuite.
108 </para>
109
110 <para>
111 To install the <application>Python 3</application> module,
112 run the following command as the
113 <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect3>
119
120 <sect3 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 None
131 </seg>
132 <seg>
133 None
134 </seg>
135 <seg>
136 /usr/lib/python&python2-majorver;/site-packages/pyatspi and/or
137 /usr/lib/python&python3-majorver;/site-packages/pyatspi
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 </sect3>
143
144 </sect2>
145 <!-- End PyAtSpi2 -->
Note: See TracBrowser for help on using the repository browser.