source: gnome/platform/libpeas.xml@ ba8cf0e

systemd-13485
Last change on this file since ba8cf0e was c3c3cbf, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to grilo-0.3.0
Update to gnome-online-accounts-3.18.3
Update to libchamplain-0.12.12
libgdata: uhttpmock is now a required dependency
Update to libgtop-2.33.4
Update to libgweather-3.18.1
Update to libpeas-1.16.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16948 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.16/libpeas-&libpeas-version;.tar.xz">
8 <!ENTITY libpeas-download-ftp "&gnome-download-ftp;/libpeas/1.16/libpeas-&libpeas-version;.tar.xz">
9 <!ENTITY libpeas-md5sum "48c5b3da391da1ae390e9d45d88a6aeb">
10 <!ENTITY libpeas-size "540 KB">
11 <!ENTITY libpeas-buildsize "18 MB">
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 &lfs78_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), and
87 <xref linkend="lua"/>.
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: <command>make check</command>. An active
117 graphical session with session bus is necessary to run the tests.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/gtk-doc-rebuild.xml"/>
133
134 </sect2>
135
136 <sect2 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>
146 peas-demo
147 </seg>
148 <seg>
149 libpeas-1.0.so and libpeas-gtk-1.0.so
150 </seg>
151 <seg>
152 /usr/include/libpeas-1.0,
153 /usr/lib/libpeas-1.0,
154 /usr/lib/peas-demo and
155 /usr/share/gtk-doc/html/libpeas
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="peas-demo">
166 <term><command>peas-demo</command></term>
167 <listitem>
168 <para>
169 is the Peas demo program.
170 </para>
171 <indexterm zone="libpeas peas-demo">
172 <primary sortas="b-peas-demo">peas-demo</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="libpeas-1">
178 <term><filename class="libraryfile">libpeas-1.0.so</filename></term>
179 <listitem>
180 <para>
181 contains the <application>libpeas</application> API functions.
182 </para>
183 <indexterm zone="libpeas libpeas-1">
184 <primary sortas="c-libpeas-1">libpeas-1.0.so</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="libpeas-gtk-1">
190 <term><filename class="libraryfile">libpeas-gtk-1.0.so</filename></term>
191 <listitem>
192 <para>
193 contains the <application>libpeas</application>
194 <application>GTK+</application> widgets.
195 </para>
196 <indexterm zone="libpeas libpeas-gtk-1">
197 <primary sortas="c-libpeas-gtk-1">libpeas-gtk-1.0.so</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 </variablelist>
203
204 </sect2>
205
206</sect1>
Note: See TracBrowser for help on using the repository browser.