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

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.