source: gnome/platform/libpeas.xml@ 682f45b2

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 682f45b2 was 682f45b2, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

More tags and libexec removals.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12765 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 &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="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 -k check</command>. About 45
118 tests are "OK".
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/gtk-doc-rebuild.xml"/>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Program</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 peas-demo
148 </seg>
149 <seg>
150 libpeas-1.0.so and libpeas-gtk-1.0.so
151 </seg>
152 <seg>
153 /usr/include/libpeas-1.0,
154 /usr/lib/libpeas-1.0,
155 /usr/lib/peas-demo and
156 /usr/share/gtk-doc/html/libpeas
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="peas-demo">
167 <term><command>peas-demo</command></term>
168 <listitem>
169 <para>
170 is the Peas demo program.
171 </para>
172 <indexterm zone="libpeas peas-demo">
173 <primary sortas="b-peas-demo">peas-demo</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="libpeas-1">
179 <term><filename class="libraryfile">libpeas-1.0.so</filename></term>
180 <listitem>
181 <para>
182 contains the <application>libpeas</application> API functions.
183 </para>
184 <indexterm zone="libpeas libpeas-1">
185 <primary sortas="c-libpeas-1">libpeas-1.0.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="libpeas-gtk-1">
191 <term><filename class="libraryfile">libpeas-gtk-1.0.so</filename></term>
192 <listitem>
193 <para>
194 contains the <application>libpeas</application>
195 <application>GTK+</application> widgets.
196 </para>
197 <indexterm zone="libpeas libpeas-gtk-1">
198 <primary sortas="c-libpeas-gtk-1">libpeas-gtk-1.0.so</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.