Changeset 7af46e6 for gnome


Ignore:
Timestamp:
03/28/2020 07:35:39 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
2e4d847e
Parents:
5e35878c
Message:

Add mozjs-68.6.0
Update to gcr-3.36.0
Update to gnome-desktop-3.36.0
Update to gjs-1.64.1

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

Location:
gnome/platform
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gcr.xml

    r5e35878c r7af46e6  
    55  %general-entities;
    66
    7   <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gnome-minor-34;/gcr-&gcr-version;.tar.xz">
    8   <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gnome-minor-34;/gcr-&gcr-version;.tar.xz">
    9   <!ENTITY gcr-md5sum        "4af28919fb1dd36d93603e8230283b6f">
    10   <!ENTITY gcr-size          "1.4 MB">
    11   <!ENTITY gcr-buildsize     "88 MB (with tests)">
    12   <!ENTITY gcr-time          "0.6 SBU (with tests)">
     7  <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gnome-minor-36;/gcr-&gcr-version;.tar.xz">
     8  <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gnome-minor-36;/gcr-&gcr-version;.tar.xz">
     9  <!ENTITY gcr-md5sum        "adc65563b6b458507b9a578a8b68fb61">
     10  <!ENTITY gcr-size          "1.0 MB">
     11  <!ENTITY gcr-buildsize     "47 MB (with tests)">
     12  <!ENTITY gcr-time          "0.5 SBU (with tests)">
    1313]>
    1414
     
    7878    <para role="required">
    7979      <xref linkend="glib2"/>,
    80       <xref linkend="libgcrypt"/>,
    81       <xref linkend="libtasn1"/>, and
     80      <xref linkend="libgcrypt"/>, and
    8281      <xref linkend="p11-kit"/>
    8382    </para>
     
    106105    <title>Installation of Gcr</title>
    107106
     107    <caution>
     108      <para>
     109        If you are upgrading from a version of gcr prior to 3.36.0, you must
     110        run the <filename>remove-la-files.sh</filename> script from the
     111        <xref linkend="la-files"/> after installing gcr.
     112      </para>
     113    </caution>
     114
    108115    <para>
    109116      Install <application>Gcr</application> by running the following
     
    113120<screen><userinput>sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml &amp;&amp;
    114121
    115 ./configure --prefix=/usr     \
    116             --sysconfdir=/etc &amp;&amp;
    117 make</userinput></screen>
    118 
    119     <para>
    120       To test the results, issue: <command>make -k check</command>.
     122mkdir gcr-build &amp;&amp;
     123cd    gcr-build &amp;&amp;
     124
     125meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
     126ninja</userinput></screen>
     127
     128    <para>
     129      To test the results, issue: <command>ninja test</command>.
    121130      The tests must be run from an X Terminal or similar. <!-- One test,
    122131      "test-openssl 3", is known to fail. -->
     
    127136    </para>
    128137
    129 <screen role="root"><userinput>make install</userinput></screen>
     138<screen role="root"><userinput>ninja install</userinput></screen>
    130139  </sect2>
    131140
     
    139148
    140149    <para>
    141       <option>--without-gtk</option>: Use this switch if you
     150      <option>-Dgtk=false</option>: Use this switch if you
    142151      haven't installed <xref linkend="gtk3"/>. Note that
    143152      <application>gcr-viewer</application> will not be installed
     
    145154    </para>
    146155
    147     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    148       href="../../xincludes/gtk-doc-rebuild.xml"/>
     156    <para>
     157      <option>-Dgtk_doc=true</option>: Use this switch if you wish
     158      to generate the API reference documentation. Note that you must
     159      have <application>GTK-Doc</application>  installed.
     160    </para>
     161
     162    <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     163    href="../../xincludes/gtk-doc-rebuild.xml"/>-->
    149164
    150165  </sect2>
     
    167182        <seg>
    168183          /usr/include/gck-1,
    169           /usr/{include,share/gtk-doc/html}/gcr-3, and
    170           /usr/share/gtk-doc/html/gck
     184          /usr/include/gcr-3, and
     185          /usr/share/gtk-doc/html/{gcr,gck}
    171186        </seg>
    172187      </seglistitem>
  • gnome/platform/gjs.xml

    r5e35878c r7af46e6  
    55  %general-entities;
    66
    7   <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.58/gjs-&gjs-version;.tar.xz">
    8   <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.58/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "4e74456ccb16d4cc5004a441f6abbec1">
    10   <!ENTITY gjs-size          "624 KB">
    11   <!ENTITY gjs-buildsize     "89 MB (with tests)">
    12   <!ENTITY gjs-time          "1.0 SBU (with tests)">
     7  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.64/gjs-&gjs-version;.tar.xz">
     8  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.64/gjs-&gjs-version;.tar.xz">
     9  <!ENTITY gjs-md5sum        "8c026b8b683aa1c1d369053de5b752c5">
     10  <!ENTITY gjs-size          "412 KB">
     11  <!ENTITY gjs-buildsize     "291 MB (with tests)">
     12  <!ENTITY gjs-time          "0.7 SBU (with tests)">
    1313]>
    1414
     
    7878      <xref linkend="dbus"/>,
    7979      <xref linkend="gobject-introspection"/>, and
    80       <xref linkend="js60"/>
     80      <xref linkend="js68"/>
    8181    </para>
    8282
     
    108108    </para>
    109109
    110 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    111 make</userinput></screen>
     110<screen><userinput>mkdir gjs-build &amp;&amp;
     111cd    gjs-build &amp;&amp;
     112
     113meson --prefix=/usr .. &amp;&amp;
     114ninja</userinput></screen>
    112115
    113116    <para>
    114       To test the results, issue: <command>make check</command>. The
     117      To test the results, issue: <command>ninja test</command>. The
    115118      <application>GTK</application> and <application>Cairo</application>
    116       tests will fail if not running in an Xorg session. Two tests related
    117       to testCommandLine.sh (6 and 7) are known to fail.
     119      tests will fail if not running in an Xorg session. One test,
     120      <filename>gjs: Scripts/CommandLine</filename>, is known to fail.
    118121      <!-- Still fails with 1.58.5. -->
    119122    </para>
     
    123126    </para>
    124127
    125 <screen role="root"><userinput>make install</userinput></screen>
     128<screen role="root"><userinput>ninja install</userinput></screen>
    126129
    127130  </sect2>
     
    144147        <seg>
    145148          /usr/include/gjs-1.0,
    146           /usr/lib/gjs, and
    147           /usr/share/gjs-1.0
     149          /usr/lib/gjs,
     150          /usr/libexec/gjs,
     151          /usr/share/gjs-1.0, and
     152          /usr/share/installed-tests/gjs
    148153        </seg>
    149154      </seglistitem>
  • gnome/platform/gnome-desktop.xml

    r5e35878c r7af46e6  
    55  %general-entities;
    66
    7 <!ENTITY gnome-desktop-download-http
    8            "&gnome-download-http;/gnome-desktop/&gnome-minor-34;/gnome-desktop-&gnome-desktop-version;.tar.xz">
     7  <!ENTITY gnome-desktop-download-http
     8           "&gnome-download-http;/gnome-desktop/&gnome-minor-36;/gnome-desktop-&gnome-desktop-version;.tar.xz">
    99  <!ENTITY gnome-desktop-download-ftp
    10            "&gnome-download-ftp;/gnome-desktop/&gnome-minor-34;/gnome-desktop-&gnome-desktop-version;.tar.xz">
    11   <!ENTITY gnome-desktop-md5sum        "d682a05eb98bb2dd434042b6ac4f99d5">
    12   <!ENTITY gnome-desktop-size          "700 KB">
    13   <!ENTITY gnome-desktop-buildsize     "19 MB (with tests)">
     10           "&gnome-download-ftp;/gnome-desktop/&gnome-minor-36;/gnome-desktop-&gnome-desktop-version;.tar.xz">
     11  <!ENTITY gnome-desktop-md5sum        "7f845b623de47dc6a6496ebcc59ac7ca">
     12  <!ENTITY gnome-desktop-size          "724 KB">
     13  <!ENTITY gnome-desktop-buildsize     "20 MB (with tests)">
    1414  <!ENTITY gnome-desktop-time          "0.1 SBU (Using parallelism=4; with tests)">
    1515]>
Note: See TracChangeset for help on using the changeset viewer.