mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to gobject-introspection-0.6.14.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8502 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
bc3df8c826
commit
7f823f1da3
@ -179,7 +179,7 @@ $Date$
|
||||
<!ENTITY liboil-version "0.3.17">
|
||||
<!ENTITY nspr-version "4.8.3">
|
||||
<!ENTITY libffi-version "3.0.8">
|
||||
<!ENTITY gobject-introspection-version "0.6.8">
|
||||
<!ENTITY gobject-introspection-version "0.6.14">
|
||||
<!ENTITY gir-repository-version "0.6.5">
|
||||
<!ENTITY libical-version "0.43">
|
||||
<!ENTITY libelf-version "0.8.13">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY gobject-introspection-download-http "&gnome-download-http;/gobject-introspection/0.6/gobject-introspection-&gobject-introspection-version;.tar.bz2">
|
||||
<!ENTITY gobject-introspection-download-ftp "&gnome-download-ftp;/gobject-introspection/0.6/gobject-introspection-&gobject-introspection-version;.tar.bz2">
|
||||
<!ENTITY gobject-introspection-md5sum "9b23e93deaa0301544cd3969f931d2d2">
|
||||
<!ENTITY gobject-introspection-size "544 KB">
|
||||
<!ENTITY gobject-introspection-buildsize "18 MB">
|
||||
<!ENTITY gobject-introspection-md5sum "7ea9be9a347b5c408fd3c3907803de9b">
|
||||
<!ENTITY gobject-introspection-size "745 KB">
|
||||
<!ENTITY gobject-introspection-buildsize "20 MB">
|
||||
<!ENTITY gobject-introspection-time "0.4 SBU">
|
||||
]>
|
||||
|
||||
@ -63,7 +63,8 @@
|
||||
<xref linkend="python"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="gtk-doc"/></para>
|
||||
<para role="optional"><xref linkend="cairo"/> (Required for the tests) and
|
||||
<xref linkend="gtk-doc"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/gobject-introspection"/></para>
|
||||
@ -76,7 +77,8 @@
|
||||
<para>Install <application>gobject-introspection</application> by running
|
||||
the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--disable-tests &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
@ -90,6 +92,10 @@ make</userinput></screen>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>--disable-tests</parameter>: This parameter disable test
|
||||
libraries. Remove the parameter if you have <application>cairo</application>
|
||||
installed and would like the tests to be performed.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
@ -104,11 +110,11 @@ make</userinput></screen>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>g-ir-compiler, g-ir-scanner, and g-ir-generate</seg>
|
||||
<seg>libgirepository-1.0.{so,a} and
|
||||
libgirepository-everything-1.0.{so,a}</seg>
|
||||
<seg>g-ir-compiler and g-ir-generate</seg>
|
||||
<seg>_giscanner.{so,a} and libgirepository-1.0.{so,a}</seg>
|
||||
<seg>/usr/{include/gobject-introspection-1.0,lib/{girepository-1.0,
|
||||
gobject-introspection/giscanner},share/gir-1.0}</seg>
|
||||
gobject-introspection/giscanner},share/{gir-1.0,
|
||||
gobject-introspection-1.0}}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<para>August 14th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Updated to gobject-introspection-0.6.14.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, telepathy-farsight-0.0.4.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user