Ignore:
Timestamp:
12/16/2011 07:54:18 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
3338ba43
Parents:
19cb9ad
Message:

Updated to gobject-introspection-1.29.17

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

File:
1 edited

Legend:

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

    r19cb9ad rb6a2a0e  
    55  %general-entities;
    66
    7   <!ENTITY gobject-introspection-download-http "&gnome-download-http;/gobject-introspection/0.6/gobject-introspection-&gobject-introspection-version;.tar.bz2">
    8   <!ENTITY gobject-introspection-download-ftp  "&gnome-download-ftp;/gobject-introspection/0.6/gobject-introspection-&gobject-introspection-version;.tar.bz2">
    9   <!ENTITY gobject-introspection-md5sum        "7ea9be9a347b5c408fd3c3907803de9b">
    10   <!ENTITY gobject-introspection-size          "745 KB">
    11   <!ENTITY gobject-introspection-buildsize     "20 MB">
    12   <!ENTITY gobject-introspection-time          "0.4 SBU">
     7  <!-- Note gobject-introspection-1.30+ is incompatible with other BLFS packages-->
     8
     9  <!ENTITY gobject-introspection-download-http "&gnome-download-http;/gobject-introspection/1.29/gobject-introspection-&gobject-introspection-version;.tar.xz">
     10  <!ENTITY gobject-introspection-download-ftp  "&gnome-download-ftp;/gobject-introspection/1.29/gobject-introspection-&gobject-introspection-version;.tar.xz">
     11  <!ENTITY gobject-introspection-md5sum        "c4b040aca6fcb29a65cd17830cc2ba82">
     12  <!ENTITY gobject-introspection-size          "1 MB">
     13  <!ENTITY gobject-introspection-buildsize     "33 MB">
     14  <!ENTITY gobject-introspection-time          "0.6 SBU">
    1315]>
    1416
     
    3436    format.</para>
    3537
    36     &lfs65_checked;
     38    &lfs70_checked;
    3739
    3840    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5961
    6062    <bridgehead renderas="sect4">Required</bridgehead>
    61     <para role="required"><xref linkend="glib2"/>,
    62     <xref linkend="libffi"/> or <xref linkend="gcc"/> (build Java so that
    63     <filename class='libraryfile'>libffi</filename> is built), and
    64     <xref linkend="python"/></para>
     63    <para role="required">
     64      <xref linkend="glib2"/>,
     65      <xref linkend="libffi"/> or <xref linkend="gcc"/> (build Java so that
     66        <filename class='libraryfile'>libffi</filename> is built), and
     67      <xref linkend="python"/>
     68    </para>
    6569
    6670    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><xref linkend="cairo"/> (Required for the tests) and
    68     <xref linkend="gtk-doc"/></para>
     71    <para role="optional">
     72      <xref linkend="cairo"/> (Required for the tests) and
     73      <xref linkend="gtk-doc"/>
     74    </para>
    6975
    7076    <para condition="html" role="usernotes">User Notes:
     
    7682    <title>Installation of gobject-introspection</title>
    7783
    78     <note>
    79       <para>If you have Python-2.7 installed, issue the following command to
    80       prevent a build failure:</para>
    81 <screen><userinput>sed -i 's/Importer:/Importer(None, None):/' \
    82     giscanner/{sourcescanner,xmlwriter}.py</userinput></screen>
    83     </note>
    84 
    8584    <para>Install <application>gobject-introspection</application> by running
    8685    the following commands:</para>
    8786
    88 <screen><userinput>./configure --prefix=/usr \
    89             --disable-tests &amp;&amp;
     87<screen><userinput>./configure --prefix=/usr --disable-tests &amp;&amp;
    9088make</userinput></screen>
    9189
     
    119117
    120118      <seglistitem>
    121         <seg>g-ir-compiler and g-ir-generate</seg>
     119
     120        <seg>g-ir-annotation-tool, g-ir-compiler, g-ir-doc-tool, g-ir-generate,
     121        and g-ir-scanner</seg>
     122
    122123        <seg>_giscanner.{so,a} and libgirepository-1.0.{so,a}</seg>
    123         <seg>/usr/{include/gobject-introspection-1.0,lib/{girepository-1.0,
    124         gobject-introspection/giscanner},share/{gir-1.0,
    125         gobject-introspection-1.0}}</seg>
     124       
     125        <seg>/usr/include/gobject-introspection-1.0,
     126             /usr/lib/{girepository-1.0,gobject-introspection},
     127             /usr/lib/share/{gir-1.0,gobject-introspection-1.0}
     128        </seg>
    126129      </seglistitem>
    127130    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.