glfs/gnome/core/libpeas.xml
Krejzi 9db3353e8c Recommend vala for gnome packages that can use it, explicitly enable them where it was necesary. Rewrote some pages to be in 'new blfs xml format'
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10063 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-05-02 18:49:02 +00:00

205 lines
5.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libpeas-download-http "&gnome-download-http;/libpeas/1.4/libpeas-&libpeas-version;.tar.xz">
<!ENTITY libpeas-download-ftp "&gnome-download-ftp;/libpeas/1.4/libpeas-&libpeas-version;.tar.xz">
<!ENTITY libpeas-md5sum "cc39dd2985a17aa362ad111d0a96e7b9">
<!ENTITY libpeas-size "512 KB">
<!ENTITY libpeas-buildsize "17 MB">
<!ENTITY libpeas-time "0.4 SBU">
]>
<sect1 id="libpeas" xreflabel="libpeas-&libpeas-version;">
<?dbhtml filename="libpeas.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>libpeas-&libpeas-version;</title>
<indexterm zone="libpeas">
<primary sortas="a-libpeas">libpeas</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libpeas</title>
<para>
<application>libpeas</application> is a gobject based plugins engine,
and is targetted at giving every application the chance to assume its own
extensibility.
</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&libpeas-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&libpeas-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &libpeas-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &libpeas-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &libpeas-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &libpeas-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libpeas Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gobject-introspection"/> and
<xref linkend="gtk3"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gjs"/>,
<xref linkend="pygobject3"/>,
<xref linkend="seed"/> and
<xref linkend="vala"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="glade"/>,
<xref linkend="gtk-doc"/> and
<ulink url="http://www.valgrind.org">Valgrind</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/libpeas"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of libpeas</title>
<para>
Install <application>libpeas</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr \
--enable-vala &amp;&amp;
make</userinput></screen>
<para>
This package does not have a testsuite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<option>--enable-vala</option>: This option enables
building of the Vala bindings. Remove if you don't have
<xref linkend="vala"/> installed.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
peas-demo
</seg>
<seg>
libpeas-1.0.so and libpeas-gtk-1.0.so
</seg>
<seg>
/usr/include/libpeas-1.0, /usr/lib/libpeas-1.0,
/usr/lib/peas-demo and /usr/share/gtk-doc/html/libpeas
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="peas-demo">
<term><command>peas-demo</command></term>
<listitem>
<para>
is the peas demo program.
</para>
<indexterm zone="libpeas peas-demo">
<primary sortas="b-peas-demo">peas-demo</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libpeas-1">
<term><filename class='libraryfile'>libpeas-1.0.so</filename></term>
<listitem>
<para>
contains the libpeas API functions.
</para>
<indexterm zone="libpeas libpeas-1">
<primary sortas="c-libpeas-1">libpeas-1.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libpeas-gtk-1">
<term><filename class='libraryfile'>libpeas-gtk-1.0.so</filename></term>
<listitem>
<para>
contains the libpeas GTK+ Widgets.
</para>
<indexterm zone="libpeas libpeas-gtk-1">
<primary sortas="c-libpeas-gtk-1">libpeas-gtk-1.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>