Changeset 8f62346


Ignore:
Timestamp:
03/22/2019 10:07:03 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
2367283
Parents:
c250033
Message:

Add missing dependency to LLVM
Minor test info tweak to Clutter
Update to libsecret-0.18.8
Update to gjs-1.56.0

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm.xml

    rc250033 r8f62346  
    162162      <xref linkend="valgrind"/>,
    163163      <xref linkend="zip"/>,
    164       <ulink url="http://www.ocaml.org/">OCaml</ulink>, and
    165       <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
     164      <ulink url="http://www.ocaml.org/">OCaml</ulink>,
     165      <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>, and
     166      <ulink url="https://github.com/Z3Prover/z3">Z3</ulink>
    166167    </para>
    167168
  • gnome.ent

    rc250033 r8f62346  
    2020<!ENTITY gcr-version                       "3.28.1">
    2121<!ENTITY gsettings-desktop-schemas-version "3.32.0">
    22 <!ENTITY libsecret-version                 "0.18.7">
     22<!ENTITY libsecret-version                 "0.18.8">
    2323<!ENTITY rest-version                      "0.8.1">
    2424<!ENTITY totem-pl-parser-version           "3.26.3">
     
    2727<!ENTITY GConf-version                     "3.2.6">
    2828<!ENTITY geocode-glib-version              "3.26.0">
    29 <!ENTITY gjs-version                       "1.54.3">
     29<!ENTITY gjs-version                       "1.56.0">
    3030<!ENTITY gnome-autoar-version              "0.2.3">
    3131<!ENTITY gnome-desktop-version             "3.30.2.1">
  • gnome/platform/gjs.xml

    rc250033 r8f62346  
    55  %general-entities;
    66
    7   <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.54/gjs-&gjs-version;.tar.xz">
    8   <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.54/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "387dd08d40d4f1f1ffec9546b52e7619">
    10   <!ENTITY gjs-size          "636 KB">
    11   <!ENTITY gjs-buildsize     "78 MB (with tests)">
    12   <!ENTITY gjs-time          "1.0 SBU (with tests)">
     7  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.56/gjs-&gjs-version;.tar.xz">
     8  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.56/gjs-&gjs-version;.tar.xz">
     9  <!ENTITY gjs-md5sum        "aa47ee8bdcb7c36e9eafd4c7796fbb96">
     10  <!ENTITY gjs-size          "652 KB">
     11  <!ENTITY gjs-buildsize     "92 MB (with tests)">
     12  <!ENTITY gjs-time          "1.1 SBU (with tests)">
    1313]>
    1414
     
    113113      To test the results, issue: <command>make check</command>. The
    114114      <application>GTK</application> and <application>Cairo</application>
    115       tests will fail if not running in an Xorg session. Two tests that
    116       use Unicode are known to fail, as C.UTF-8 isn't defined as a locale
    117       in our environment.
    118       <!-- I sent a mail to the lists regarding this on 2019-01-01 -renodr -->
     115      tests will fail if not running in an Xorg session.
    119116    </para>
    120117
  • gnome/platform/libsecret.xml

    rc250033 r8f62346  
    77  <!ENTITY libsecret-download-http "&gnome-download-http;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
    88  <!ENTITY libsecret-download-ftp  "&gnome-download-ftp;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
    9   <!ENTITY libsecret-md5sum        "376153ece17081eb5410870e0dc5c031">
     9  <!ENTITY libsecret-md5sum        "fee403988442f497f3c1dfe7b128869c">
    1010  <!ENTITY libsecret-size          "500 KB">
    1111  <!ENTITY libsecret-buildsize     "17 MB">
  • introduction/welcome/changelog.xml

    rc250033 r8f62346  
    4646      <para>March 22nd, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Update to libsecret-0.18.8. Part of
     50          <ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Update to gjs-1.56.0. Part of
     54          <ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para>
     55        </listitem>
    4856        <listitem>
    4957          <para>[bdubbs] - Update to bind-9.14.0. Fixes
  • x/lib/clutter.xml

    rc250033 r8f62346  
    155155      To test the results, issue: <command>make -k check</command> (you must be
    156156      in an xterm or similar to do this, because it launches some windows).
    157       Two tests have been observed to indicate ERROR, but each is flagged twice.
     157      <!-- Two tests have been observed to indicate ERROR, but each is flagged twice. -->
    158158    </para>
    159159
Note: See TracChangeset for help on using the changeset viewer.