Ignore:
Timestamp:
05/16/2012 04:39:28 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
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
Children:
121d292
Parents:
c099902d
Message:

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gobject-introspection.xml

    rc099902d r7ded7e3  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7   <!-- Note gobject-introspection-1.30+ is incompatible with other BLFS packages-->
    86
    97  <!ENTITY gobject-introspection-download-http
     
    3230
    3331  <sect2 role="package">
    34     <title>Introduction to gobject-introspection</title>
    35 
    36     <para>The <application>gobject-introspection</application> package is used
    37     to describe the APIs and collect them in a uniform, machine readable
    38     format.</para>
     32    <title>Introduction to GObject Introspection</title>
     33
     34    <para>
     35      The <application>GObject Introspection</application> is used
     36      to describe the program APIs and collect them in a uniform,
     37      machine readable format.
     38    </para>
    3939
    4040    &lfs70_checked;
     
    4343    <itemizedlist spacing="compact">
    4444      <listitem>
    45         <para>Download (HTTP): <ulink url="&gobject-introspection-download-http;"/></para>
    46       </listitem>
    47       <listitem>
    48         <para>Download (FTP): <ulink url="&gobject-introspection-download-ftp;"/></para>
    49       </listitem>
    50       <listitem>
    51         <para>Download MD5 sum: &gobject-introspection-md5sum;</para>
    52       </listitem>
    53       <listitem>
    54         <para>Download size: &gobject-introspection-size;</para>
    55       </listitem>
    56       <listitem>
    57         <para>Estimated disk space required: &gobject-introspection-buildsize;</para>
    58       </listitem>
    59       <listitem>
    60         <para>Estimated build time: &gobject-introspection-time;</para>
     45        <para>
     46          Download (HTTP): <ulink url="&gobject-introspection-download-http;"/>
     47        </para>
     48      </listitem>
     49      <listitem>
     50        <para>
     51          Download (FTP): <ulink url="&gobject-introspection-download-ftp;"/>
     52        </para>
     53      </listitem>
     54      <listitem>
     55        <para>
     56          Download MD5 sum: &gobject-introspection-md5sum;
     57        </para>
     58      </listitem>
     59      <listitem>
     60        <para>
     61          Download size: &gobject-introspection-size;
     62        </para>
     63      </listitem>
     64      <listitem>
     65        <para>
     66          Estimated disk space required: &gobject-introspection-buildsize;
     67        </para>
     68      </listitem>
     69      <listitem>
     70        <para>
     71          Estimated build time: &gobject-introspection-time;
     72        </para>
    6173      </listitem>
    6274    </itemizedlist>
     
    6981    <bridgehead renderas="sect4">Optional</bridgehead>
    7082    <para role="optional">
    71       <xref linkend="cairo"/> (Required for the tests) and
     83      <xref linkend="cairo"/> (required for the tests) and
    7284      <xref linkend="gtk-doc"/>
    7385    </para>
    7486
    7587    <para condition="html" role="usernotes">User Notes:
    76     <ulink url="&blfs-wiki;/gobject-introspection"/></para>
    77 
     88      <ulink url="&blfs-wiki;/gobject-introspection"/>
     89    </para>
    7890  </sect2>
    7991
    8092  <sect2 role="installation">
    81     <title>Installation of gobject-introspection</title>
    82 
    83     <para>Install <application>gobject-introspection</application> by running
    84     the following commands:</para>
    85 
    86 <screen><userinput>./configure --prefix=/usr --disable-tests \
     93    <title>Installation of GObject Introspection</title>
     94
     95    <para>
     96      Install <application>GObject Introspection</application> by running
     97      the following commands:
     98    </para>
     99
     100<screen><userinput>./configure --prefix=/usr \
     101            --disable-tests \
    87102            --disable-static &amp;&amp;
    88103make</userinput></screen>
    89104
    90     <para>To test the results, issue: <command>make check</command>.</para>
    91 
    92     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     105    <para>
     106      To test the results, issue: <command>make check</command>.
     107    </para>
     108
     109    <para>
     110      Now, as the <systemitem class="username">root</systemitem> user:
     111    </para>
    93112
    94113<screen role="root"><userinput>make install</userinput></screen>
     
    99118    <title>Command Explanations</title>
    100119
    101     <para><parameter>--disable-tests</parameter>: This parameter disable test
    102     libraries. Remove the parameter if you have <application>cairo</application>
    103     installed and would like the tests to be performed.</para>
     120    <para>
     121      <parameter>--disable-tests</parameter>: This parameter disable test
     122      libraries. Remove the parameter if you have <application>Cairo</application>
     123      installed and would like the tests to be performed.
     124    </para>
    104125
    105126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    106     href="../../xincludes/gtk-doc-rebuild.xml"/>
     127      href="../../xincludes/static-libraries.xml"/>
    107128
    108129    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109     href="../../xincludes/static-libraries.xml"/>
     130      href="../../xincludes/gtk-doc-rebuild.xml"/>
    110131
    111132  </sect2>
     
    115136
    116137    <segmentedlist>
    117       <segtitle>Installed Programs</segtitle>
     138      <segtitle>Installed Program</segtitle>
    118139      <segtitle>Installed Libraries</segtitle>
    119140      <segtitle>Installed Directories</segtitle>
     
    121142      <seglistitem>
    122143        <seg>
    123           g-ir-annotation-tool, g-ir-compiler, g-ir-generate and g-ir-scanner
     144          g-ir-annotation-tool, g-ir-compiler, g-ir-generate and
     145          g-ir-scanner
    124146        </seg>
    125147        <seg>
    126           _giscanner.so and libgirepository-1.0.so
     148          libgirepository-1.0.so
    127149        </seg>
    128150        <seg>
     
    143165        <term><command>g-ir-compiler</command></term>
    144166        <listitem>
    145           <para>converts one or more GIR  files into one or more typelib.</para>
     167          <para>
     168            converts one or more GIR files into one or more typelib.
     169          </para>
    146170          <indexterm zone="gobject-introspection g-ir-compiler">
    147171            <primary sortas="b-g-ir-compiler">g-ir-compiler</primary>
     
    153177        <term><command>g-ir-scanner</command></term>
    154178        <listitem>
    155           <para>is a tool which generates GIR XML files by parsing headers and
    156           introspecting GObject based libraries.</para>
     179          <para>
     180            is a tool which generates GIR XML files by parsing headers and
     181            introspecting GObject based libraries.
     182          </para>
    157183          <indexterm zone="gobject-introspection g-ir-scanner">
    158184            <primary sortas="b-g-ir-scanner">g-ir-scanner</primary>
     
    164190        <term><command>g-ir-generate</command></term>
    165191        <listitem>
    166           <para>is a GIR generator, using the repository API.</para>
     192          <para>
     193            is a GIR generator using the repository API.
     194          </para>
    167195          <indexterm zone="gobject-introspection g-ir-generate">
    168196            <primary sortas="b-g-ir-generate">g-ir-generate</primary>
     
    174202        <term><filename class='libraryfile'>libgirepository-1.0.so</filename></term>
    175203        <listitem>
    176           <para>provides an API to access to the typelib metadata.</para>
     204          <para>
     205            provides an API to access to the typelib metadata.
     206          </para>
    177207          <indexterm zone="gobject-introspection libgirepository-1.0">
    178208            <primary sortas="c-libgirepository-1.0">libgirepository-1.0.so</primary>
Note: See TracChangeset for help on using the changeset viewer.