source: general/prog/pygobject2.xml@ d2b1e2e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d2b1e2e was d2b1e2e, checked in by Krejzi <krejzi@…>, 11 years ago

split python modules into seperate xml files

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

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