source: gnome-systemd/platform/libpeas.xml@ d1b6f68

systemd-11177
Last change on this file since d1b6f68 was d1b6f68, checked in by Krejzi <krejzi@…>, 10 years ago

Cosmetic changes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13693 af4574ff-66df-0310-9fd7-8a98e5e911e0

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