source: general/prog/pyatspi2.xml@ 27370d68

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 27370d68 was 27370d68, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Package Updates.
Update to pyatspi-2.38.2 (Python Module).
Update to libical-3.0.12.
Update to libgusb-0.3.9.
Update to boost-1.78.0.

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[22f9c48]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
[28df041]8 "&gnome-download-http;/pyatspi/2.38/pyatspi-&pyatspi2-version;.tar.xz">
[22f9c48]9 <!ENTITY pyatspi2-download-ftp
[28df041]10 "&gnome-download-ftp;/pyatspi/2.38/pyatspi-&pyatspi2-version;.tar.xz">
[27370d68]11 <!ENTITY pyatspi2-md5sum "016c8bdcd950e11ad717043f4e91dedc">
[28df041]12 <!ENTITY pyatspi2-size "312 KB">
[27370d68]13 <!ENTITY pyatspi2-buildsize "3.0 MB">
[22f9c48]14 <!ENTITY pyatspi2-time "less than 0.1 SBU">
15]>
16
17 <!-- Begin PyAtSpi2 -->
[93883ec]18 <sect2 id="pyatspi2" xreflabel="PyAtSpi2-&pyatspi2-version;">
[22f9c48]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
[c93c620c]36 &lfs110a_checked;
[9199306]37
[22f9c48]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>
[f6ee672]94 To build <application>PyAtSpi2</application> as a
[22f9c48]95 <application>Python 3</application> module, run the
96 following commands:
97 </para>
98
[f6ee672]99<screen><userinput>./configure --prefix=/usr --with-python=/usr/bin/python3</userinput></screen>
[22f9c48]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
[f6ee672]111<screen role="root"><userinput>make install</userinput></screen>
[22f9c48]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.