Ignore:
Timestamp:
09/20/2016 11:16:24 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3ec938d
Parents:
30b0f081
Message:

Update to glib-2.50.0
Update to gobject-introspection-1.50.0
Update to gsettings-desktop-schemas-3.22.0
Update to pygobject-3.22.0
Update to setuptools-27.2.0
Update to vala-0.34.0
Add a comment to several python modules about DESTDIR installs

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

File:
1 edited

Legend:

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

    r30b0f081 r0797528  
    66
    77  <!ENTITY gobject-introspection-download-http
    8     "&gnome-download-http;/gobject-introspection/1.48/gobject-introspection-&gobject-introspection-version;.tar.xz">
     8    "&gnome-download-http;/gobject-introspection/1.50/gobject-introspection-&gobject-introspection-version;.tar.xz">
    99  <!ENTITY gobject-introspection-download-ftp
    10     "&gnome-download-ftp;/gobject-introspection/1.48/gobject-introspection-&gobject-introspection-version;.tar.xz">
    11   <!ENTITY gobject-introspection-md5sum        "01301fa9019667d48e927353e08bc218">
    12   <!ENTITY gobject-introspection-size          "1.3 MB">
    13   <!ENTITY gobject-introspection-buildsize     "39 MB (with documentation, add 6 MB for tests)">
    14   <!ENTITY gobject-introspection-time          "0.3 SBU (additional 0.5 SBU for documentation and 0.4 SBU for the tests)">
     10    "&gnome-download-ftp;/gobject-introspection/1.50/gobject-introspection-&gobject-introspection-version;.tar.xz">
     11  <!ENTITY gobject-introspection-md5sum        "5af8d724f25d0c9cfbe6df41b77e5dc0">
     12  <!ENTITY gobject-introspection-size          "1.4 MB">
     13  <!ENTITY gobject-introspection-buildsize     "51 MB (add 6 MB for tests)">
     14  <!ENTITY gobject-introspection-time          "0.3 SBU (additional 0.4 SBU for the tests)">
    1515]>
    1616
     
    139139        <seg>
    140140          g-ir-annotation-tool, g-ir-compiler, g-ir-doc-tool,
    141           g-ir-generate, and g-ir-scanner
     141          g-ir-inspect, g-ir-generate, and g-ir-scanner
    142142        </seg>
    143143        <seg>
     
    187187      </varlistentry>
    188188
     189      <varlistentry id="g-ir-inspect">
     190        <term><command>g-ir-inspect</command></term>
     191        <listitem>
     192          <para>
     193            is a utility that gives information about a GI typelib.
     194          </para>
     195          <indexterm zone="gobject-introspection g-ir-inspect">
     196            <primary sortas="b-g-ir-inspect">g-ir-inspect</primary>
     197          </indexterm>
     198        </listitem>
     199      </varlistentry>
     200
    189201      <varlistentry id="g-ir-scanner">
    190202        <term><command>g-ir-scanner</command></term>
     
    204216        <listitem>
    205217          <para>
    206             is a GIR generator using the repository API.
     218            is a GIR generator that uses the repository API.
    207219          </para>
    208220          <indexterm zone="gobject-introspection g-ir-generate">
     
    216228        <listitem>
    217229          <para>
    218             provides an API to access to the typelib metadata.
     230            provides an API to access the typelib metadata.
    219231          </para>
    220232          <indexterm zone="gobject-introspection libgirepository-1.0">
Note: See TracChangeset for help on using the changeset viewer.