Ignore:
Timestamp:
05/02/2012 06:49:02 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
808c12f
Parents:
6f15e833
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/libpeas.xml

    r6f15e833 r9db3353e  
    3030    <title>Introduction to libpeas</title>
    3131
    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>
     32    <para>
     33      <application>libpeas</application> is a gobject based plugins engine,
     34      and is targetted at giving every application the chance to assume its own
     35      extensibility.
     36    </para>
    3537
    3638    &lfs70_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <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>
     43        <para>
     44          Download (HTTP): <ulink url="&libpeas-download-http;"/>
     45        </para>
     46      </listitem>
     47      <listitem>
     48        <para>
     49          Download (FTP): <ulink url="&libpeas-download-ftp;"/>
     50        </para>
     51      </listitem>
     52      <listitem>
     53        <para>
     54          Download MD5 sum: &libpeas-md5sum;
     55        </para>
     56      </listitem>
     57      <listitem>
     58        <para>
     59          Download size: &libpeas-size;
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Estimated disk space required: &libpeas-buildsize;
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Estimated build time: &libpeas-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    6983    <para role="recommended">
    7084      <xref linkend="gjs"/>,
    71       <xref linkend="pygobject3"/> and
    72       <xref linkend="seed"/>
     85      <xref linkend="pygobject3"/>,
     86      <xref linkend="seed"/> and
     87      <xref linkend="vala"/>
    7388    </para>
    7489
     
    7691    <para role="optional">
    7792      <xref linkend="glade"/>,
    78       <xref linkend="gtk-doc"/>,
    79       <xref linkend="vala"/> and
     93      <xref linkend="gtk-doc"/> and
    8094      <ulink url="http://www.valgrind.org">Valgrind</ulink>
    8195    </para>
     
    89103    <title>Installation of libpeas</title>
    90104
    91     <para>Install <application>libpeas</application> by running the following
    92     commands:</para>
    93 
    94 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     105    <para>
     106      Install <application>libpeas</application> by running the following
     107      commands:
     108    </para>
     109
     110<screen><userinput>./configure --prefix=/usr \
     111            --enable-vala &amp;&amp;
    95112make</userinput></screen>
    96113
    97     <para>This package does not have a testsuite.</para>
    98 
    99     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     114    <para>
     115      This package does not have a testsuite.
     116    </para>
     117
     118    <para>
     119      Now, as the <systemitem class="username">root</systemitem> user:
     120    </para>
    100121
    101122<screen role="root"><userinput>make install</userinput></screen>
     123
     124  </sect2>
     125
     126  <sect2 role="commands">
     127    <title>Command Explanations</title>
     128
     129    <para>
     130      <option>--enable-vala</option>: This option enables
     131      building of the Vala bindings. Remove if you don't have
     132      <xref linkend="vala"/> installed.
     133    </para>
    102134
    103135  </sect2>
     
    133165        <term><command>peas-demo</command></term>
    134166        <listitem>
    135           <para>is the peas demo program.</para>
     167          <para>
     168            is the peas demo program.
     169          </para>
    136170          <indexterm zone="libpeas peas-demo">
    137171            <primary sortas="b-peas-demo">peas-demo</primary>
     
    143177        <term><filename class='libraryfile'>libpeas-1.0.so</filename></term>
    144178        <listitem>
    145           <para>contains the libpeas API functions.</para>
     179          <para>
     180            contains the libpeas API functions.
     181          </para>
    146182          <indexterm zone="libpeas libpeas-1">
    147183            <primary sortas="c-libpeas-1">libpeas-1.0.so</primary>
     
    153189        <term><filename class='libraryfile'>libpeas-gtk-1.0.so</filename></term>
    154190        <listitem>
    155           <para>contains the libpeas GTK+ Widgets.</para>
     191          <para>
     192            contains the libpeas GTK+ Widgets.
     193          </para>
    156194          <indexterm zone="libpeas libpeas-gtk-1">
    157195            <primary sortas="c-libpeas-gtk-1">libpeas-gtk-1.0.so</primary>
Note: See TracChangeset for help on using the changeset viewer.