source: gnome/core/libpeas.xml@ 61f9c87

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 61f9c87 was 3adee47, checked in by Krejzi <krejzi@…>, 12 years ago

gjs 1.32.0, libpeas 1.4.0, gnome-bluetooth 3.4.0, gnome-menus 3.4.0, gnome-panel 3.4.1, metacity 2.34.3 and gdl 3.4.2

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

  • Property mode set to 100644
File size: 5.0 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.4/libpeas-&libpeas-version;.tar.xz">
8 <!ENTITY libpeas-download-ftp "&gnome-download-ftp;/libpeas/1.4/libpeas-&libpeas-version;.tar.xz">
9 <!ENTITY libpeas-md5sum "cc39dd2985a17aa362ad111d0a96e7b9">
10 <!ENTITY libpeas-size "512 KB">
11 <!ENTITY libpeas-buildsize "17 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_checked;
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">
64 <xref linkend="gobject-introspection"/> and
65 <xref linkend="gtk3"/>
66 </para>
67
68 <bridgehead renderas="sect4">Recommended</bridgehead>
69 <para role="recommended">
70 <xref linkend="gjs"/>,
71 <xref linkend="pygobject3"/> and
72 <xref linkend="seed"/>
73 </para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="glade"/>,
78 <xref linkend="gtk-doc"/>,
79 <xref linkend="vala"/> and
80 <ulink url="http://www.valgrind.org">Valgrind</ulink>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/libpeas"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of libpeas</title>
90
91 <para>Install <application>libpeas</application> by running the following
92 commands:</para>
93
94<screen><userinput>./configure --prefix=/usr &amp;&amp;
95make</userinput></screen>
96
97 <para>This package does not have a testsuite.</para>
98
99 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Program</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>
115 peas-demo
116 </seg>
117 <seg>
118 libpeas-1.0.so and libpeas-gtk-1.0.so
119 </seg>
120 <seg>
121 /usr/include/libpeas-1.0, /usr/lib/libpeas-1.0,
122 /usr/lib/peas-demo and /usr/share/gtk-doc/html/libpeas
123 </seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="peas-demo">
133 <term><command>peas-demo</command></term>
134 <listitem>
135 <para>is the peas demo program.</para>
136 <indexterm zone="libpeas peas-demo">
137 <primary sortas="b-peas-demo">peas-demo</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 <varlistentry id="libpeas-1">
143 <term><filename class='libraryfile'>libpeas-1.0.so</filename></term>
144 <listitem>
145 <para>contains the libpeas API functions.</para>
146 <indexterm zone="libpeas libpeas-1">
147 <primary sortas="c-libpeas-1">libpeas-1.0.so</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="libpeas-gtk-1">
153 <term><filename class='libraryfile'>libpeas-gtk-1.0.so</filename></term>
154 <listitem>
155 <para>contains the libpeas GTK+ Widgets.</para>
156 <indexterm zone="libpeas libpeas-gtk-1">
157 <primary sortas="c-libpeas-gtk-1">libpeas-gtk-1.0.so</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.