source: general/prog/pyatspi2.xml@ 50fd976e

10.1 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 50fd976e was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

  • Property mode set to 100644
File size: 3.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.38/pyatspi-&pyatspi2-version;.tar.xz">
9 <!ENTITY pyatspi2-download-ftp
10 "&gnome-download-ftp;/pyatspi/2.38/pyatspi-&pyatspi2-version;.tar.xz">
11 <!ENTITY pyatspi2-md5sum "7909957aac797725741959078f098ba7">
12 <!ENTITY pyatspi2-size "312 KB">
13 <!ENTITY pyatspi2-buildsize "3.7 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 &lfs10_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 <para>
94 To build <application>PyAtSpi2</application> as a
95 <application>Python 3</application> module, run the
96 following commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr --with-python=/usr/bin/python3</userinput></screen>
100
101 <para>
102 This package does not come with a testsuite.
103 </para>
104
105 <para>
106 To install the <application>Python 3</application> module,
107 run the following command as the
108 <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect3>
114
115 <sect3 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Libraries</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 None
126 </seg>
127 <seg>
128 None
129 </seg>
130 <seg>
131 /usr/lib/python&python3-majorver;/site-packages/pyatspi
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 </sect3>
137
138 </sect2>
Note: See TracBrowser for help on using the repository browser.