source: gnome/platform/libpeas.xml@ 1e53537c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 1e53537c was 1e53537c, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to libpeas-1.9.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12021 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<!-- 1.9 needs to be modified when version increases from 1.9.X -->
8 <!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.9/libpeas-&libpeas-version;.tar.xz">
9 <!ENTITY libpeas-download-ftp "&gnome-download-ftp;/libpeas/1.9/libpeas-&libpeas-version;.tar.xz">
10 <!ENTITY libpeas-md5sum "54e7c7e80fd8737ffc0987fd09d1267a">
11 <!ENTITY libpeas-size "520 KB">
12 <!ENTITY libpeas-buildsize "19 MB">
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 &lfs74_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="gjs"/> and
86 <xref linkend="pygobject3"/>
87 (<application>Python</application> 2 and
88 <application>Python</application> 3 modules)
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gdb"/>,
94 <ulink url="http://glade.gnome.org/">Glade</ulink>,
95 <xref linkend="gtk-doc"/>,
96 <ulink url="&gnome-download-http;/seed/">Seed</ulink>, and
97 <ulink url="http://www.valgrind.org">Valgrind</ulink>
98 </para>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/libpeas"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of libpeas</title>
107
108 <para>
109 Install <application>libpeas</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>./configure --prefix=/usr &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 To test the results, issue: <command>make check</command>.
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 Program</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.