Changeset 7f823f1d


Ignore:
Timestamp:
08/14/2010 10:04:44 AM (14 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
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:
5e73bf9
Parents:
bc3df8c
Message:

Updated to gobject-introspection-0.6.14.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbc3df8c r7f823f1d  
    180180<!ENTITY nspr-version                 "4.8.3">
    181181<!ENTITY libffi-version               "3.0.8">
    182 <!ENTITY gobject-introspection-version "0.6.8">
     182<!ENTITY gobject-introspection-version "0.6.14">
    183183<!ENTITY gir-repository-version       "0.6.5">
    184184<!ENTITY libical-version              "0.43">
  • general/genlib/gobject-introspection.xml

    rbc3df8c r7f823f1d  
    77  <!ENTITY gobject-introspection-download-http "&gnome-download-http;/gobject-introspection/0.6/gobject-introspection-&gobject-introspection-version;.tar.bz2">
    88  <!ENTITY gobject-introspection-download-ftp  "&gnome-download-ftp;/gobject-introspection/0.6/gobject-introspection-&gobject-introspection-version;.tar.bz2">
    9   <!ENTITY gobject-introspection-md5sum        "9b23e93deaa0301544cd3969f931d2d2">
    10   <!ENTITY gobject-introspection-size          "544 KB">
    11   <!ENTITY gobject-introspection-buildsize     "18 MB">
     9  <!ENTITY gobject-introspection-md5sum        "7ea9be9a347b5c408fd3c3907803de9b">
     10  <!ENTITY gobject-introspection-size          "745 KB">
     11  <!ENTITY gobject-introspection-buildsize     "20 MB">
    1212  <!ENTITY gobject-introspection-time          "0.4 SBU">
    1313]>
     
    6464
    6565    <bridgehead renderas="sect4">Optional</bridgehead>
    66     <para role="optional"><xref linkend="gtk-doc"/></para>
     66    <para role="optional"><xref linkend="cairo"/> (Required for the tests) and
     67    <xref linkend="gtk-doc"/></para>
    6768
    6869    <para condition="html" role="usernotes">User Notes:
     
    7778    the following commands:</para>
    7879
    79 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     80<screen><userinput>./configure --prefix=/usr \
     81            --disable-tests &amp;&amp;
    8082make</userinput></screen>
    8183
     
    9092  <sect2 role="commands">
    9193    <title>Command Explanations</title>
     94
     95    <para><parameter>--disable-tests</parameter>: This parameter disable test
     96    libraries. Remove the parameter if you have <application>cairo</application>
     97    installed and would like the tests to be performed.</para>
    9298
    9399    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    105111
    106112      <seglistitem>
    107         <seg>g-ir-compiler, g-ir-scanner, and g-ir-generate</seg>
    108         <seg>libgirepository-1.0.{so,a} and
    109         libgirepository-everything-1.0.{so,a}</seg>
     113        <seg>g-ir-compiler and g-ir-generate</seg>
     114        <seg>_giscanner.{so,a} and libgirepository-1.0.{so,a}</seg>
    110115        <seg>/usr/{include/gobject-introspection-1.0,lib/{girepository-1.0,
    111         gobject-introspection/giscanner},share/gir-1.0}</seg>
     116        gobject-introspection/giscanner},share/{gir-1.0,
     117        gobject-introspection-1.0}}</seg>
    112118      </seglistitem>
    113119    </segmentedlist>
  • introduction/welcome/changelog.xml

    rbc3df8c r7f823f1d  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[wblaszcz] - Updated to gobject-introspection-0.6.14.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[wblaszcz] - Added new package, telepathy-farsight-0.0.4.</para>
    4851        </listitem>
Note: See TracChangeset for help on using the changeset viewer.