Ignore:
Timestamp:
09/17/2019 07:00:07 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
00d040d
Parents:
f7a5471b
Message:

Update the rest of the gnome platform packages.
This is not a complete change however since there appears to
be an elogind issue bringing up gnome-34.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/mutter.xml

    rf7a5471b rbaaf6020  
    55  %general-entities;
    66
    7   <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-32;/mutter-&mutter-version;.tar.xz">
    8   <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-minor-32;/mutter-&mutter-version;.tar.xz">
    9   <!ENTITY mutter-md5sum        "283c54e0f8a37dc54b99a1de0e0b2a2e">
     7  <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-34;/mutter-&mutter-version;.tar.xz">
     8  <!ENTITY mutter-download-ftp  "&gnome-download-ftp;/mutter/&gnome-minor-34;/mutter-&mutter-version;.tar.xz">
     9  <!ENTITY mutter-md5sum        "9c67e9ef7641031e0b16cf88766335d5">
    1010  <!ENTITY mutter-size          "2.7 MB">
    11   <!ENTITY mutter-buildsize     "183 MB">
    12   <!ENTITY mutter-time          "2.2 SBU">
     11  <!ENTITY mutter-buildsize     "166 MB">
     12  <!ENTITY mutter-time          "0.7 SBU (Using parallelism=4)">
    1313]>
    1414
     
    7272      </listitem>
    7373    </itemizedlist>
    74 
     74<!--
    7575    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7676    <itemizedlist spacing="compact">
     
    8282      </listitem>
    8383    </itemizedlist>
    84    
     84-->   
    8585    <bridgehead renderas="sect3">Mutter Dependencies</bridgehead>
    8686
     
    126126  <sect2 role="installation">
    127127    <title>Installation of Mutter</title>
    128 
     128<!--
    129129    <para>
    130130      First, apply a patch to Mutter to fix some upstream bugs:
     
    132132
    133133<screen><userinput remap="pre">patch -Np1 -i ../mutter-&mutter-version;-upstream_fixes-1.patch</userinput></screen>
    134 
     134-->
    135135    <para>
    136136      Install <application>Mutter</application> by running the following
     
    141141cd    build &amp;&amp;
    142142
    143 meson --prefix=/usr .. &amp;&amp;
     143meson --prefix=/usr -Dprofiler=false .. &amp;&amp;
    144144ninja</userinput></screen>
    145145
    146146    <para>
    147147      To test the results, issue: <command>ninja test</command>. The tests
    148       require an active X session to run correctly. A few tests may fail
    149       depending on the gobject-introspection version installed as well.
     148      require an active X session to run correctly. Some (18 of 92) tests require
     149      a wayland based session.
    150150    </para>
    151151
Note: See TracChangeset for help on using the changeset viewer.