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/glib2.xml

    r30b0f081 r0797528  
    55  %general-entities;
    66
    7   <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.48/glib-&glib2-version;.tar.xz">
    8   <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.48/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "f4ac1aa2efd4f5798c37625ea697ac57">
    10   <!ENTITY glib2-size          "6.1 MB">
    11   <!ENTITY glib2-buildsize     "178 MB (additional 73 MB for tests)">
     7  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.50/glib-&glib2-version;.tar.xz">
     8  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.50/glib-&glib2-version;.tar.xz">
     9  <!ENTITY glib2-md5sum        "0fd6d3339cd7e4714eb643c6fa4b6499">
     10  <!ENTITY glib2-size          "7.2 MB">
     11  <!ENTITY glib2-buildsize     "189 MB (additional 73 MB for tests)">
    1212  <!ENTITY glib2-time          "1.0 SBU (additional 3.7 SBU for tests)">
    1313]>
     
    9090      <xref linkend="dbus"/> (required for some tests),
    9191      <xref linkend="elfutils"/>,
    92       <xref linkend="gtk-doc"/>, and
    93       <ulink url="ftp://oss.sgi.com/projects/fam/download/stable/">FAM library</ulink>
     92      <xref linkend="gtk-doc"/>,
     93      <ulink url="ftp://oss.sgi.com/projects/fam/download/stable/">FAM library</ulink>, and
     94      <ulink url="https://www.gnu.org/software/indent/">GNU Indent</ulink>
    9495    </para>
    9596
     
    178179      <seglistitem>
    179180        <seg>
    180           gapplication, gdbus, gdbus-codegen, gio-querymodules,
     181          gapplication, gdbus, gdbus-codegen, gio, gio-querymodules,
    181182          glib-compile-resources, glib-compile-schemas,
    182183          glib-genmarshal, glib-gettextize, glib-mkenums,
     
    240241      </varlistentry>
    241242
     243      <varlistentry id="gio">
     244        <term><command>gio</command></term>
     245        <listitem>
     246          <para>
     247            is a utility that makes many <application>GIO</application>
     248            features available from the command line.
     249          </para>
     250          <indexterm zone="glib2 gio">
     251            <primary sortas="b-gio">gio</primary>
     252          </indexterm>
     253        </listitem>
     254      </varlistentry>
     255
    242256      <varlistentry id="gio-querymodules">
    243257        <term><command>gio-querymodules</command></term>
     
    258272        <listitem>
    259273          <para>
    260             is used to read the resource description from file and
     274            is used to read the resource description from a file and
    261275            the files that it references to create a binary resource
    262276            bundle that is suitable for use with the GResource API.
     
    335349        <listitem>
    336350          <para>
    337             offers a simple commandline interface to GResource.
     351            offers a simple command line interface to GResource.
    338352          </para>
    339353          <indexterm zone="glib2 gresource">
     
    347361        <listitem>
    348362          <para>
    349             offers a simple commandline interface to GSettings.
     363            offers a simple command line interface to GSettings.
    350364          </para>
    351365          <indexterm zone="glib2 gsettings">
Note: See TracChangeset for help on using the changeset viewer.