mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
dbea07bef4
Update to libchamplain-0.12.17 Add security patches for GDM Authentication Bypasses. This includes patches to gnome-shell and GDM. Move gnome-video-effects to before gnome-online-accounts. This only affects systemd because gnome-online-accounts isn't present in sysv. Tag the entirety of GNOME Platform up to a working Desktop. Applications to come later on this morning. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21221 af4574ff-66df-0310-9fd7-8a98e5e911e0
212 lines
6.1 KiB
XML
212 lines
6.1 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.22/libpeas-&libpeas-version;.tar.xz">
|
|
<!ENTITY libpeas-download-ftp "&gnome-download-ftp;/libpeas/1.22/libpeas-&libpeas-version;.tar.xz">
|
|
<!ENTITY libpeas-md5sum "a20dc55c3f88ad06da9491cfd7de7558">
|
|
<!ENTITY libpeas-size "556 KB">
|
|
<!ENTITY libpeas-buildsize "19 MB (with tests)">
|
|
<!ENTITY libpeas-time "0.3 SBU (with tests)">
|
|
]>
|
|
|
|
<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 targeted at giving every application the chance
|
|
to assume its own extensibility.
|
|
</para>
|
|
|
|
&lfs84_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="pygobject3"/>
|
|
(<application>Python</application> 2 and
|
|
<application>Python</application> 3 modules)
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gdb"/>,
|
|
<xref linkend="gtk-doc"/>,
|
|
<xref linkend="valgrind"/>,
|
|
<ulink url="http://glade.gnome.org/">Glade</ulink>,
|
|
<ulink url="&gnome-download-http;/seed/">Seed</ulink>,
|
|
<ulink url="https://github.com/pavouk/lgi">LGI</ulink> (for LUA bindings,
|
|
built with LUA-5.1), with either
|
|
<ulink url="http://luajit.org/">luajit</ulink> or
|
|
<ulink url="http://www.lua.org/ftp/lua-5.1.5.tar.gz">LUA-5.1</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 &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>.
|
|
An active graphical session with bus address is necessary to
|
|
run the tests. Due to changes in BLFS Python implementations,
|
|
the Python tests will fail (lack of a Python-2 pygobject3 module).
|
|
</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>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</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 <application>libpeas</application> 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 <application>libpeas</application>
|
|
<application>GTK+</application> 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>
|