source: gnome/core/libpeas.xml@ 976fd75e

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 976fd75e was 976fd75e, checked in by Ken Moffat <ken@…>, 12 years ago

Add libpeas.

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

  • Property mode set to 100644
File size: 8.2 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 libpeas-download-http "&gnome-download-http;/libpeas/1.2/libpeas-&libpeas-version;.tar.xz">
8 <!ENTITY libpeas-download-ftp "&gnome-download-ftp;/libpeas/1.2/libpeas-&libpeas-version;.tar.xz">
9 <!ENTITY libpeas-md5sum "ed23e817108920dd6d3ef8fe487ba520">
10 <!ENTITY libpeas-size "486 KB">
11 <!ENTITY libpeas-buildsize "16 MB">
12 <!ENTITY libpeas-time "0.4 SBU">
13]>
14
15<sect1 id="libpeas" xreflabel="libpeas-&libpeas-version;">
16 <?dbhtml filename="libpeas.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libpeas-&libpeas-version;</title>
24
25 <indexterm zone="libpeas">
26 <primary sortas="a-libpeas">libpeas</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libpeas</title>
31
32 <para><application>libpeas</application> is a gobject based plugins engine,
33 and is targetted at giving every application the chance to assume its own
34 extensibility.</para>
35
36 &lfs70_built;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libpeas-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libpeas-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libpeas-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libpeas-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libpeas-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libpeas-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">libpeas Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="gobject-introspection"/> and
64 <xref linkend="gtk3"/></para>
65
66 <bridgehead renderas="sect4">Recommended</bridgehead>
67 <para role="recommended"><xref linkend="pygobject2"/> and
68 <!-- FIXME:ken
69 <xref linkend="seed"/></para>-->
70 seed-3.2.0</para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/libpeas"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of libpeas</title>
79
80 <para>Install <application>libpeas</application> by running the following
81 commands:</para>
82
83<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
84make</userinput></screen>
85
86 <!-- in accordance with custom and practice, lying again: it has a testsuite
87 but it seems to pass on some machines and not on others (see e.g. debian who
88 had it commented out - even for 1.2.0 - at one time. for me (ken) it reports
89 an assertion failure and then fails with Error 143 -->
90 <para>This package does not have a testsuite.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Programs</segtitle>
103 <segtitle>Installed Libraries</segtitle>
104 <segtitle>Installed Directories</segtitle>
105
106 <seglistitem>
107 <seg>peas-demo and pythonhello.py</seg>
108 <seg>libcloader.so, libgjsloader.so, libhelloworld.so, libpeas-1.0.so, libpeas-gtk-1.0.so, libpythonloader.so, libsecondtime.so, libseedloader.so, and libvalahello.so</seg>
109 <seg><envar>$GNOME_PREFIX</envar>/{include/libpeas-1.0/libpeas-gtk,lib/{libpeas-1.0/loaders,peas-demo/plugins/{gjshello,helloworld,pythonhello,secondtime,seedhello,valahello}},share/{gtk-doc/html/libpeas,icons/hicolor/{16x16/actions,22x22/actions,32x32/actions,scalable/actions}}}</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="peas-demo">
119 <term><command>peas-demo</command></term>
120 <listitem>
121 <para>does this .....</para>
122 <indexterm zone="libpeas peas-demo">
123 <primary sortas="b-peas-demo">peas-demo</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 <varlistentry id="pythonhello.py">
129 <term><command>pythonhello.py</command></term>
130 <listitem>
131 <para>does this .....</para>
132 <indexterm zone="libpeas pythonhello.py">
133 <primary sortas="b-pythonhello.py">pythonhello.py</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 <varlistentry id="libcloader">
139 <term><filename class='libraryfile'>libcloader.so</filename></term>
140 <listitem>
141 <para>contains functions that .....</para>
142 <indexterm zone="libpeas libcloader">
143 <primary sortas="c-libcloader">libcloader.so</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="libgjsloader">
149 <term><filename class='libraryfile'>libgjsloader.so</filename></term>
150 <listitem>
151 <para>contains functions that .....</para>
152 <indexterm zone="libpeas libgjsloader">
153 <primary sortas="c-libgjsloader">libgjsloader.so</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="libhelloworld">
159 <term><filename class='libraryfile'>libhelloworld.so</filename></term>
160 <listitem>
161 <para>contains functions that .....</para>
162 <indexterm zone="libpeas libhelloworld">
163 <primary sortas="c-libhelloworld">libhelloworld.so</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="libpeas-1">
169 <term><filename class='libraryfile'>libpeas-1.0.so</filename></term>
170 <listitem>
171 <para>contains functions that .....</para>
172 <indexterm zone="libpeas libpeas-1">
173 <primary sortas="c-libpeas-1">libpeas-1.0.so</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="libpeas-gtk-1">
179 <term><filename class='libraryfile'>libpeas-gtk-1.0.so</filename></term>
180 <listitem>
181 <para>contains functions that .....</para>
182 <indexterm zone="libpeas libpeas-gtk-1">
183 <primary sortas="c-libpeas-gtk-1">libpeas-gtk-1.0.so</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="libpythonloader">
189 <term><filename class='libraryfile'>libpythonloader.so</filename></term>
190 <listitem>
191 <para>contains functions that .....</para>
192 <indexterm zone="libpeas libpythonloader">
193 <primary sortas="c-libpythonloader">libpythonloader.so</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="libsecondtime">
199 <term><filename class='libraryfile'>libsecondtime.so</filename></term>
200 <listitem>
201 <para>contains functions that .....</para>
202 <indexterm zone="libpeas libsecondtime">
203 <primary sortas="c-libsecondtime">libsecondtime.so</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="libseedloader">
209 <term><filename class='libraryfile'>libseedloader.so</filename></term>
210 <listitem>
211 <para>contains functions that .....</para>
212 <indexterm zone="libpeas libseedloader">
213 <primary sortas="c-libseedloader">libseedloader.so</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="libvalahello">
219 <term><filename class='libraryfile'>libvalahello.so</filename></term>
220 <listitem>
221 <para>contains functions that .....</para>
222 <indexterm zone="libpeas libvalahello">
223 <primary sortas="c-libvalahello">libvalahello.so</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 </variablelist>
229
230 </sect2>
231
232</sect1>
Note: See TracBrowser for help on using the repository browser.