source: gnome/platform/libpeas.xml@ a1f2d184

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 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 krejzi/svn 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 a1f2d184 was b468e12, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to libsigc++-2.3.2.
Update to mercurial-3.1.
Update to samba-4.1.11.
Update to libpeas-1.10.1.

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

  • Property mode set to 100644
File size: 6.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<!-- 1.9 needs to be modified when version increases from 1.9.X -->
8 <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.10/libpeas-&libpeas-version;.tar.xz">
9 <!ENTITY libpeas-download-ftp "&gnome-download-ftp;/libpeas/1.10/libpeas-&libpeas-version;.tar.xz">
10 <!ENTITY libpeas-md5sum "62cda826762dd0ec9380f7af6637516a">
11 <!ENTITY libpeas-size "504 KB">
12 <!ENTITY libpeas-buildsize "16 MB (additional 6 MB for the tests)">
13 <!ENTITY libpeas-time "0.3 SBU">
14]>
15
16<sect1 id="libpeas" xreflabel="libpeas-&libpeas-version;">
17 <?dbhtml filename="libpeas.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libpeas-&libpeas-version;</title>
25
26 <indexterm zone="libpeas">
27 <primary sortas="a-libpeas">libpeas</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libpeas</title>
32
33 <para>
34 <application>libpeas</application> is a GObject based plugins
35 engine, and is targeted at giving every application the chance
36 to assume its own extensibility.
37 </para>
38
39 &lfs75_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libpeas-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libpeas-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libpeas-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libpeas-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libpeas-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libpeas-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libpeas Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gobject-introspection"/> and
80 <xref linkend="gtk3"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="pygobject3"/>
86 (<application>Python</application> 2 and
87 <application>Python</application> 3 modules)
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="gdb"/>,
93 <xref linkend="gtk-doc"/>,
94 <xref linkend="valgrind"/>,
95 <ulink url="http://glade.gnome.org/">Glade</ulink>, and
96 <ulink url="&gnome-download-http;/seed/">Seed</ulink>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/libpeas"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of libpeas</title>
106
107 <para>
108 Install <application>libpeas</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 To test the results, issue:
117 <command>make check 2&gt;&amp;1 | tee ../libpeas-make-check.log</command>.
118 Check the results with
119 <command>egrep '(FAIL|PASS)' ../libpeas-make-check.log</command>.
120 An active graphical session with bus address is necessary to
121 run the tests.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/gtk-doc-rebuild.xml"/>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Program</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 peas-demo
151 </seg>
152 <seg>
153 libpeas-1.0.so and libpeas-gtk-1.0.so
154 and several libraries under /usr/lib/{libpeas-1.0,peas-demo}
155 </seg>
156 <seg>
157 /usr/include/libpeas-1.0,
158 /usr/lib/libpeas-1.0,
159 /usr/lib/peas-demo and
160 /usr/share/gtk-doc/html/libpeas
161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="peas-demo">
171 <term><command>peas-demo</command></term>
172 <listitem>
173 <para>
174 is the Peas demo program.
175 </para>
176 <indexterm zone="libpeas peas-demo">
177 <primary sortas="b-peas-demo">peas-demo</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="libpeas-1">
183 <term><filename class="libraryfile">libpeas-1.0.so</filename></term>
184 <listitem>
185 <para>
186 contains the <application>libpeas</application> API functions.
187 </para>
188 <indexterm zone="libpeas libpeas-1">
189 <primary sortas="c-libpeas-1">libpeas-1.0.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="libpeas-gtk-1">
195 <term><filename class="libraryfile">libpeas-gtk-1.0.so</filename></term>
196 <listitem>
197 <para>
198 contains the <application>libpeas</application>
199 <application>GTK+</application> widgets.
200 </para>
201 <indexterm zone="libpeas libpeas-gtk-1">
202 <primary sortas="c-libpeas-gtk-1">libpeas-gtk-1.0.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.