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/gnome-control-center.xml

    rf7a5471b rbaaf6020  
    66
    77  <!ENTITY gnome-control-center-download-http
    8            "&gnome-download-http;/gnome-control-center/&gnome-minor-32;/gnome-control-center-&gnome-control-center-version;.tar.xz">
     8           "&gnome-download-http;/gnome-control-center/&gnome-minor-34;/gnome-control-center-&gnome-control-center-version;.tar.xz">
    99  <!ENTITY gnome-control-center-download-ftp
    10            "&gnome-download-ftp;/gnome-control-center/&gnome-minor-32;/gnome-control-center-&gnome-control-center-version;.tar.xz">
    11   <!ENTITY gnome-control-center-md5sum        "547288caf3891543b19caa8b84d34b67">
    12   <!ENTITY gnome-control-center-size          "5.7 MB">
    13   <!ENTITY gnome-control-center-buildsize     "174 MB (with tests)">
    14   <!ENTITY gnome-control-center-time          "1.4 SBU (with tests)">
     10           "&gnome-download-ftp;/gnome-control-center/&gnome-minor-34;/gnome-control-center-&gnome-control-center-version;.tar.xz">
     11  <!ENTITY gnome-control-center-md5sum        "9f5987c787111d976a692f1c95a8908b">
     12  <!ENTITY gnome-control-center-size          "5.9 MB">
     13  <!ENTITY gnome-control-center-buildsize     "148 MB (with tests)">
     14  <!ENTITY gnome-control-center-time          "0.4 SBU (Using parallelism=4; with tests)">
    1515]>
    1616
     
    130130    </para>
    131131
    132 <screen><userinput>sed -i '/ln -s/s/s /sf /' panels/user-accounts/meson.build &amp;&amp;
    133 
    134 mkdir build &amp;&amp;
     132<screen><userinput>mkdir build &amp;&amp;
    135133cd    build &amp;&amp;
    136134
     
    139137
    140138    <para>
    141       To test the results, issue: <command>ninja test</command>.
     139      To test the results, issue: <command>ninja test</command>. Note that
     140      you must have <application>python-dbusmock</application> module
     141      installed in order for the tests to complete successfully.
    142142    </para>
    143143
     
    152152  <sect2 role="commands">
    153153    <title>Command Explanations</title>
    154 
    155     <para>
    156       <command>sed ...</command>: This command ensures that the install
    157       command completes properly.
    158     </para>
    159154
    160155    <para>
Note: See TracChangeset for help on using the changeset viewer.