source: gnome/platform/libpeas.xml@ 3918112a

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3918112a was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 6.4 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.30/libpeas-&libpeas-version;.tar.xz">
8 <!ENTITY libpeas-download-ftp "&gnome-download-ftp;/libpeas/1.30/libpeas-&libpeas-version;.tar.xz">
9 <!ENTITY libpeas-md5sum "60b9d9fe2ee9dd518fb12d5d404e296a">
10 <!ENTITY libpeas-size "192 KB">
11 <!ENTITY libpeas-buildsize "12 MB (with tests)">
12 <!ENTITY libpeas-time "0.2 SBU (with tests)">
13]>
14
15<sect1 id="libpeas" xreflabel="libpeas-&libpeas-version;">
16 <?dbhtml filename="libpeas.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libpeas-&libpeas-version;</title>
23
24 <indexterm zone="libpeas">
25 <primary sortas="a-libpeas">libpeas</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libpeas</title>
30
31 <para>
32 <application>libpeas</application> is a GObject based plugins
33 engine, and is targeted at giving every application the chance
34 to assume its own extensibility.
35 </para>
36
37 &lfs101_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libpeas-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libpeas-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libpeas-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libpeas-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libpeas-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libpeas-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">libpeas Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="gobject-introspection"/> and
78 <xref linkend="gtk3"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="libxml2"/> and
84 <xref linkend="pygobject3"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="gtk-doc"/>,
90 <ulink url="http://glade.gnome.org/">Glade</ulink>,
91 <ulink url="https://pypi.org/project/embed">embed</ulink>,
92 <ulink url="https://github.com/pavouk/lgi">LGI</ulink> (for LUA bindings,
93 built with LUA-5.1), with either
94 <ulink url="http://luajit.org/">luajit</ulink> or
95 <ulink url="https://www.lua.org/ftp/lua-5.1.5.tar.gz">LUA-5.1</ulink>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/libpeas"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of libpeas</title>
105
106<!-- Fixed in 1.30.0
107 <para>
108 First, adapt the tests to changes in meson-0.55:
109 </para>
110
111<screen><userinput remap="pre">sed -i 's/test_exe,/test_exe, depends: [libintrospection_gir],/' tests/libpeas/meson.build</userinput></screen>
112-->
113
114 <para>
115 Install <application>libpeas</application> by running the following
116 commands:
117 </para>
118
119<screen><userinput>mkdir build &amp;&amp;
120cd build &amp;&amp;
121
122meson --prefix=/usr .. &amp;&amp;
123ninja</userinput></screen>
124
125 <para>
126 To test the results, issue: <command>ninja test</command>.
127 An active graphical session with bus address is necessary to
128 run the tests.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>ninja install</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <para>
143 <option>-Dvapi=true</option>: Add this switch if you wish to
144 generate vapi (vala) data.
145 </para>
146
147 <para>
148 <option>-Ddemos=false</option>: Add this switch if you do not wish to
149 build the demo programs.
150 </para>
151
152 <para>
153 <option>-Dgtk_doc=true</option>: Add this switch if wish to
154 build the reference manual.
155 </para>
156
157 </sect2>
158
159 <sect2 role="content">
160 <title>Contents</title>
161
162 <segmentedlist>
163 <segtitle>Installed Program</segtitle>
164 <segtitle>Installed Libraries</segtitle>
165 <segtitle>Installed Directories</segtitle>
166
167 <seglistitem>
168 <seg>
169 peas-demo
170 </seg>
171 <seg>
172 libpeas-1.0.so and libpeas-gtk-1.0.so
173 </seg>
174 <seg>
175 /usr/include/libpeas-1.0,
176 /usr/lib/libpeas-1.0,
177 /usr/lib/peas-demo and
178 /usr/share/gtk-doc/html/libpeas
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="peas-demo">
189 <term><command>peas-demo</command></term>
190 <listitem>
191 <para>
192 is the Peas demo program
193 </para>
194 <indexterm zone="libpeas peas-demo">
195 <primary sortas="b-peas-demo">peas-demo</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="libpeas-1">
201 <term><filename class="libraryfile">libpeas-1.0.so</filename></term>
202 <listitem>
203 <para>
204 contains the <application>libpeas</application> API functions
205 </para>
206 <indexterm zone="libpeas libpeas-1">
207 <primary sortas="c-libpeas-1">libpeas-1.0.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="libpeas-gtk-1">
213 <term><filename class="libraryfile">libpeas-gtk-1.0.so</filename></term>
214 <listitem>
215 <para>
216 contains the <application>libpeas</application>
217 <application>GTK+</application> widgets
218 </para>
219 <indexterm zone="libpeas libpeas-gtk-1">
220 <primary sortas="c-libpeas-gtk-1">libpeas-gtk-1.0.so</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 </variablelist>
226
227 </sect2>
228
229</sect1>
Note: See TracBrowser for help on using the repository browser.