Changeset 0797528


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

Files:
16 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r30b0f081 r0797528  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 19th &year;">
     9<!ENTITY releasedate  "September 20th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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">
  • 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">
  • general/prog/beaker.xml

    r30b0f081 r0797528  
    9191      </note>
    9292
     93<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
     94
    9395      <para>
    9496        To install the <application>Python 2</application> module,
  • general/prog/jinja2.xml

    r30b0f081 r0797528  
    9191      </note>
    9292
     93<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
     94
    9395      <para>
    9496        To install the <application>Python 2</application> module,
  • general/prog/mako.xml

    r30b0f081 r0797528  
    9292      </note>
    9393
     94<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
     95
    9496      <para>
    9597        To install the <application>Python 2</application> module,
  • general/prog/markupsafe.xml

    r30b0f081 r0797528  
    9090      </note>
    9191
     92<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
     93
    9294      <para>
    9395        To build the <application>Python 2</application> module,
  • general/prog/pygobject3.xml

    r30b0f081 r0797528  
    66
    77  <!ENTITY pygobject3-download-http
    8            "&gnome-download-http;/pygobject/&gnome-minor-20;/pygobject-&pygobject3-version;.tar.xz">
     8           "&gnome-download-http;/pygobject/&gnome-minor-22;/pygobject-&pygobject3-version;.tar.xz">
    99  <!ENTITY pygobject3-download-ftp
    10            "&gnome-download-ftp;/pygobject/&gnome-minor-20;/pygobject-&pygobject3-version;.tar.xz">
    11   <!ENTITY pygobject3-md5sum        "4354c6283b135f859563b72457f6a321">
    12   <!ENTITY pygobject3-size          "734 KB">
    13   <!ENTITY pygobject3-buildsize     "23 MB (both modules, with tests)">
     10           "&gnome-download-ftp;/pygobject/&gnome-minor-22;/pygobject-&pygobject3-version;.tar.xz">
     11  <!ENTITY pygobject3-md5sum        "ed4117ed5d554d25fd7718807fbf819f">
     12  <!ENTITY pygobject3-size          "740 KB">
     13  <!ENTITY pygobject3-buildsize     "70 MB (both modules, with tests)">
    1414  <!ENTITY pygobject3-time          "0.4 SBU (both modules, with tests)">
    1515]>
  • general/prog/pyxdg.xml

    r30b0f081 r0797528  
    9191      </note>
    9292
     93<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
     94
    9395      <para>
    9496        To install the <application>Python 2</application> module,
  • general/prog/pyyaml.xml

    r30b0f081 r0797528  
    9191      </note>
    9292
     93<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
     94
    9395      <para>
    9496        To build the <application>Python 2</application> module,
  • general/prog/setuptools.xml

    r30b0f081 r0797528  
    88<!--  wget https://pypi.python.org/pypi/setuptools to find path for latest version -->
    99  <!ENTITY setuptools-download-http
    10            "https://pypi.python.org/packages/df/c3/4265eb901f9db8c0ea5bdfb344084d85bc96c1a9b883f70430254b5491f6/setuptools-&setuptools-version;.tar.gz">
     10           "https://pypi.python.org/packages/87/ba/54197971d107bc06f5f3fbdc0d728a7ae0b10cafca46acfddba65a0899d8/setuptools-&setuptools-version;.tar.gz">
    1111  <!ENTITY setuptools-download-ftp  " ">
    12   <!ENTITY setuptools-md5sum        "ca568d3139a4eaa8b6d3f97ffef11abf">
    13   <!ENTITY setuptools-size          "623 KB">
     12  <!ENTITY setuptools-md5sum        "b39715612fdc0372dbfd7b3fcf5d4fe5">
     13  <!ENTITY setuptools-size          "624 KB">
    1414  <!ENTITY setuptools-buildsize     "11 MB">
    1515  <!ENTITY setuptools-time          "less than 0.1 SBU">
     
    9494      </note>
    9595
     96<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
     97
    9698      <para>
    9799        To install the <application>Python 2</application> module,
     
    128130          </seg>
    129131          <seg>
    130             /usr/lib/python&python2-majorver;/site-packages/_markerlib,
    131132            /usr/lib/python&python2-majorver;/site-packages/setuptools,
    132133            /usr/lib/python&python2-majorver;/site-packages/setuptools-&setuptools-version;-py&python2-majorver;.egg-info and/or
    133             /usr/lib/python&python3-majorver;/site-packages/_markerlib,
    134134            /usr/lib/python&python3-majorver;/site-packages/setuptools,
    135135            /usr/lib/python&python3-majorver;/site-packages/setuptools-&setuptools-version;-py&python3-majorver;.egg-info
  • general/prog/vala.xml

    r30b0f081 r0797528  
    77  <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    88  <!ENTITY vala-download-ftp  "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    9   <!ENTITY vala-md5sum        "755881770bffac020b5ea5f625fbe528">
     9  <!ENTITY vala-md5sum        "007bac576467e2e6aae786a5597e102b">
    1010  <!ENTITY vala-size          "2.6 MB">
    11   <!ENTITY vala-buildsize     "172 MB (including tests)">
     11  <!ENTITY vala-buildsize     "145 MB (including tests)">
    1212  <!ENTITY vala-time          "0.9 SBU (including tests)">
    1313]>
  • gnome.ent

    r30b0f081 r0797528  
    1313<!-- Platform -->
    1414<!ENTITY accountsservice-version      "0.6.42">
    15 <!ENTITY gsettings-desktop-schemas-version "3.20.0">
     15<!ENTITY gsettings-desktop-schemas-version "3.22.0">
    1616<!ENTITY yelp-xsl-version             "3.20.1">
    1717<!ENTITY GConf-version                "3.2.6">
  • gnome/platform/gsettings-desktop-schemas.xml

    r30b0f081 r0797528  
    66
    77  <!ENTITY gsettings-desktop-schemas-download-http
    8            "&gnome-download-http;/gsettings-desktop-schemas/&gnome-minor-20;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
     8           "&gnome-download-http;/gsettings-desktop-schemas/&gnome-minor-22;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
    99  <!ENTITY gsettings-desktop-schemas-download-ftp
    10            "&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-minor-20;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
    11   <!ENTITY gsettings-desktop-schemas-md5sum        "c5d87ea480aa9bf66b134ddb5b8ea0f8">
    12   <!ENTITY gsettings-desktop-schemas-size          "564 KB">
    13   <!ENTITY gsettings-desktop-schemas-buildsize     "10.2 MB">
     10           "&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-minor-22;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
     11  <!ENTITY gsettings-desktop-schemas-md5sum        "5b9056ab6eff42a0117f2912edff5f20">
     12  <!ENTITY gsettings-desktop-schemas-size          "588 KB">
     13  <!ENTITY gsettings-desktop-schemas-buildsize     "15 MB">
    1414  <!ENTITY gsettings-desktop-schemas-time          "less than 0.1 SBU">
    1515]>
  • introduction/welcome/changelog.xml

    r30b0f081 r0797528  
    4545-->
    4646    <listitem>
     47      <para>September 20th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Update to glib-2.50.0. Fixes
     51          <ulink url="&blfs-ticket-root;8320">#8320</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[renodr] - Update to gobject-introspection-1.50.0. Fixes
     55          <ulink url="&blfs-ticket-root;8327">#8327</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[renodr] - Update to gsettings-desktop-schemas-3.22.0.
     59          Partially fixes
     60          <ulink url="&blfs-ticket-root;8316">#8316</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[renodr] - Update to pygobject-3.22.0. Fixes
     64          <ulink url="&blfs-ticket-root;8319">#8319</ulink>.</para>
     65        </listitem>
     66        <listitem revision="systemd">
     67          <para>[renodr] - Update to setuptools-27.2.0. Fixes
     68          <ulink url="&blfs-ticket-root;8198">#8198</ulink>.</para>
     69        </listitem>
     70        <listitem>
     71          <para>[renodr] - Update to vala-0.34.0. Fixes
     72          <ulink url="&blfs-ticket-root;8323">#8323</ulink>.</para>
     73        </listitem>
     74      </itemizedlist>
     75    </listitem>
     76
     77    <listitem>
    4778      <para>September 19th, 2016</para>
    4879      <itemizedlist>
  • packages.ent

    r30b0f081 r0797528  
    9393<!ENTITY expat-version                "2.1.0">
    9494<!ENTITY gcab-version                 "0.7">
    95 <!ENTITY glib2-version                "2.48.2">
     95<!ENTITY glib2-version                "2.50.0">
    9696<!ENTITY glibmm-version               "2.48.1">
    9797<!ENTITY gmime-version                "2.6.20">
    98 <!ENTITY gobject-introspection-version "1.48.0">
     98<!ENTITY gobject-introspection-version "1.50.0">
    9999<!ENTITY grantlee-version             "5.1.0">
    100100<!ENTITY gsl-version                  "2.2.1">
     
    308308<!ENTITY tcl-version                  "8.6.6">
    309309<!ENTITY tk-version                   "8.6.6">
    310 <!ENTITY vala-major-version           "0.32">  <!-- even minors only -->
    311 <!ENTITY vala-version                 "&vala-major-version;.1">
     310<!ENTITY vala-major-version           "0.34">  <!-- even minors only -->
     311<!ENTITY vala-version                 "&vala-major-version;.0">
    312312<!ENTITY valgrind-version             "3.11.0">
    313313<!ENTITY yasm-version                 "1.3.0">
     
    373373<!ENTITY pycairo-version              "1.10.0">
    374374<!ENTITY pygobject2-version           "2.28.6">
    375 <!ENTITY pygobject3-version           "3.20.1">
     375<!ENTITY pygobject3-version           "3.22.0">
    376376<!ENTITY pygtk-version                "2.24.0">
    377377<!ENTITY pyxdg-version                "0.25">
    378378<!ENTITY PyYAML-version               "3.12">
    379 <!ENTITY setuptools-version           "26.1.0">
     379<!ENTITY setuptools-version           "27.2.0">
    380380<!ENTITY mako-version                 "1.0.4">
    381381
Note: See TracChangeset for help on using the changeset viewer.