Changeset 583ec9b3


Ignore:
Timestamp:
09/20/2017 06:43:31 PM (7 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.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
2a50bcd
Parents:
9ee2487
Message:

Update to gjs-1.50.0

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9ee2487 r583ec9b3  
    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         "2017">
     
    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 #] -->
  • gnome.ent

    r9ee2487 r583ec9b3  
    2020<!ENTITY libsecret-version            "0.18.5">
    2121<!ENTITY gcr-version                  "3.20.0">
    22 <!ENTITY gjs-version                  "1.48.7">
     22<!ENTITY gjs-version                  "1.50.0">
    2323<!ENTITY gnome-autoar-version         "0.2.2">
    2424<!ENTITY gnome-desktop-version        "3.24.2">
  • gnome/platform/gjs.xml

    r9ee2487 r583ec9b3  
    55  %general-entities;
    66
    7   <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.48/gjs-&gjs-version;.tar.xz">
    8   <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.48/gjs-&gjs-version;.tar.xz">
     7  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.50/gjs-&gjs-version;.tar.xz">
     8  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.50/gjs-&gjs-version;.tar.xz">
    99  <!ENTITY gjs-md5sum        "38326b9befcc2e597319d21044af6e27">
    10   <!ENTITY gjs-size          "584 KB">
    11   <!ENTITY gjs-buildsize     "37 MB (with tests)">
    12   <!ENTITY gjs-time          "0.6 SBU (with tests)">
     10  <!ENTITY gjs-size          "600 KB">
     11  <!ENTITY gjs-buildsize     "52 MB (with tests)">
     12  <!ENTITY gjs-time          "0.8 SBU (with tests)">
    1313]>
    1414
     
    7777      <xref linkend="cairo"/>,
    7878      <xref linkend="gobject-introspection"/>, and
    79       <xref linkend="js38"/>
     79      <xref linkend="js52"/>
    8080    </para>
    8181
     
    8787    <bridgehead renderas="sect4">Optional</bridgehead>
    8888    <para role="optional">
     89      <xref linkend="gvfs"/> (for tests),
     90      <xref linkend="valgrind"/> (for tests),
    8991      <ulink url="http://dtrace.org/blogs/about">DTrace</ulink>,
    9092      <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>, and
  • introduction/welcome/changelog.xml

    r9ee2487 r583ec9b3  
    4343-->
    4444    <listitem>
     45      <para>September 20th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to gjs-1.50.0. Partially fixes
     49          <ulink url="&blfs-ticket-root;9746">#9746</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>September 19th, 2017</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.