source: general/prog/pyatspi2.xml@ 9513623

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 9513623 was 22f9c48, checked in by DJ Lucas <dj@…>, 8 years ago

[Systemd merge] - genlib and python-modules

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