source: general/prog/python-modules/pygobject2.xml@ bf904c0

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since bf904c0 was 30c1c72, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Tag GTK+-2, GTK+-3, and Sawfish

  • Property mode set to 100644
File size: 4.7 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 pygobject2-download-http
8 "&gnome-download-http;/pygobject/2.28/pygobject-&pygobject2-version;.tar.xz">
9 <!ENTITY pygobject2-download-ftp
10 "&gnome-download-ftp;/pygobject/2.28/pygobject-&pygobject2-version;.tar.xz">
11 <!ENTITY pygobject2-md5sum "ae48b60c690c4aa894e69e0c97802745">
12 <!ENTITY pygobject2-size "728 KB">
13 <!ENTITY pygobject2-buildsize "17 MB">
14 <!ENTITY pygobject2-time "0.1 SBU">
15]>
16
17 <!-- Begin PyGObject2 -->
18 <sect2 id="pygobject2" xreflabel="PyGObject-&pygobject2-version;">
19
20 <title>PyGObject-&pygobject2-version;</title>
21
22 <indexterm zone="pygobject2">
23 <primary sortas="a-PyGObject">PyGObject</primary>
24 </indexterm>
25
26 <sect3 role="package">
27 <title>Introduction to PyGObject Module</title>
28
29 <para>
30 PyGObject-&pygobject2-version; provides
31 <application>Python 2</application> bindings to the GObject class from
32 <application>GLib</application>.
33 </para>
34
35 &lfs120_checked;
36
37 <bridgehead renderas="sect4">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&pygobject2-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&pygobject2-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &pygobject2-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &pygobject2-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &pygobject2-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &pygobject2-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70<!--
71 <bridgehead renderas="sect4">Additional Downloads</bridgehead>
72 <itemizedlist spacing="compact">
73 <listitem>
74 <para>
75 Required patch:
76 <ulink url="&patch-root;/pygobject-&pygobject2-version;-fixes-1.patch"/>
77 </para>
78 </listitem>
79 </itemizedlist>
80-->
81 <bridgehead renderas="sect4">PyGObject Dependencies</bridgehead>
82
83 <bridgehead renderas="sect5">Required</bridgehead>
84 <para role="required">
85 <xref linkend="glib2"/>,
86 <xref linkend="pycairo2"/> and
87 <xref linkend="python2"/>
88 </para>
89
90 <bridgehead renderas="sect5">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gobject-introspection"/> and
93 <xref linkend="libxslt"/> (to Build Documentation)
94 </para>
95
96 </sect3>
97
98 <sect3 role="installation">
99 <title>Installation of PyGObject</title>
100
101 <para>
102 Install <application>PyGObject</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr --disable-introspection &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not have a working test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118 </sect3>
119
120 <sect3 role="commands">
121 <title>Command Explanations</title>
122
123 <para>
124 <option>--disable-introspection</option>: Omit this switch if you have
125 installed <xref linkend="gobject-introspection"/>. Note that it
126 conflicts with <xref linkend="pygobject3"/>.
127 </para>
128
129 <para>
130 <option>--disable-docs</option>: This option disables the rebuilding of
131 the html documentation if <xref linkend="libxslt"/> is installed.
132 </para>
133
134 </sect3>
135
136 <sect3 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>pygobject-codegen-2.0</seg>
146 <seg>
147 libpyglib-2.0-python.so,
148 _gio.so,
149 unix.so,
150 _glib.so and
151 _gobject.so.
152 </seg>
153 <seg>
154 /usr/include/pygtk-2.0,
155 /usr/lib/python&python2-majorver;/site-packages/gtk-2.0/{gio,glib,gobject},
156 /usr/share/gtk-doc/html/pygobject and
157 /usr/share/pygobject/2.0
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161 </sect3>
162
163 </sect2>
Note: See TracBrowser for help on using the repository browser.