Ignore:
Timestamp:
10/15/2019 02:19:42 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
ff803c4
Parents:
e1c8ab7
Message:

Update to gnome-desktop-3.34.1
Update to gcr-3.34.0
Update to vte-0.58.2
upower: Add kernel configuration to allow it to function under systemd.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-desktop.xml

    re1c8ab7 r88d8c967  
    99  <!ENTITY gnome-desktop-download-ftp
    1010           "&gnome-download-ftp;/gnome-desktop/&gnome-minor-34;/gnome-desktop-&gnome-desktop-version;.tar.xz">
    11   <!ENTITY gnome-desktop-md5sum        "3149bbd12eaf6f4420b1a999131ec470">
     11  <!ENTITY gnome-desktop-md5sum        "357b4e63960830c1399d3341d05746ea">
    1212  <!ENTITY gnome-desktop-size          "696 KB">
    13   <!ENTITY gnome-desktop-buildsize     "14 MB (with tests)">
    14   <!ENTITY gnome-desktop-time          "0.1 SBU (using parallelism=4; with tests)">
     13  <!ENTITY gnome-desktop-buildsize     "19 MB (with tests)">
     14  <!ENTITY gnome-desktop-time          "0.1 SBU (with tests)">
    1515]>
    1616
     
    111111    </para>
    112112
    113 <screen revision="sysv"><userinput>mkdir build &amp;&amp;
    114 cd    build &amp;&amp;
    115 
    116 meson --prefix=/usr .. &amp;&amp;
    117 ninja</userinput></screen>
    118 
    119 <screen revision="systemd"><userinput>mkdir build &amp;&amp;
     113<screen><userinput>mkdir build &amp;&amp;
    120114cd build &amp;&amp;
    121115
     
    124118ninja</userinput></screen>
    125119
    126     <para revision="sysv">
    127       This package does not come with a functioning test suite.
    128       <!-- NOTE: On my elogind system, all tests passed. Please verify -renodr -->
    129     </para>
    130 
    131     <para revision="systemd">
     120    <!-- Previously, there was a note here on SysV about the Wall Clock tests
     121         failing. Since we symlinked the timezones, it works okay now. -->
     122    <para>
    132123      To test the results, run <command>ninja test</command> from a X Terminal
    133124      or similar.
     
    160151      parameter you wish to enable the installed tests.
    161152    </para>
    162 
    163     <!-- When elogind drops into mainline, we need to add that option
    164          to gnome-desktop, otherwise there's no distributor noted. -->
    165153
    166154  </sect2>
Note: See TracChangeset for help on using the changeset viewer.