Changeset 6259734 for gnome


Ignore:
Timestamp:
06/30/2019 03:17:15 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.0, 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:
7553afee
Parents:
e3b29328
Message:

Update to gnome-settings-daemon-3.32.1
Update the URL for umockdev

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-settings-daemon.xml

    re3b29328 r6259734  
    99  <!ENTITY gnome-settings-daemon-download-ftp
    1010           "&gnome-download-ftp;/gnome-settings-daemon/&gnome-minor-32;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
    11   <!ENTITY gnome-settings-daemon-md5sum        "d1f55fb2059a2c52b1ce9af71f949961">
     11  <!ENTITY gnome-settings-daemon-md5sum        "603643a0f2c2188f364504909aca08c6">
    1212  <!ENTITY gnome-settings-daemon-size          "1.3 MB">
    1313  <!ENTITY gnome-settings-daemon-buildsize     "37 MB">
    14   <!ENTITY gnome-settings-daemon-time          "0.3 SBU">
     14  <!ENTITY gnome-settings-daemon-time          "0.4 SBU">
    1515]>
    1616
     
    8181      <xref linkend="fontconfig"/>,
    8282      <xref linkend="geoclue2"/>,
     83      <xref linkend="geocode-glib"/>,
    8384      <xref linkend="gnome-desktop"/>,
    8485      <xref linkend="lcms2"/>,
     
    114115    <bridgehead renderas="sect4">Optional</bridgehead>
    115116    <para role="optional">
    116       <ulink url="https://github.com/martinpitt/python-dbusmock">python-dbusmock</ulink>
     117      <ulink url="https://github.com/martinpitt/python-dbusmock">python-dbusmock</ulink> and
     118      <ulink url="https://github.com/martinpitt/umockdev">umockdev</ulink>
    117119      (required for the tests)
    118120    </para>
     
    137139ninja</userinput></screen>
    138140
     141    <!-- For some reason, on elogind, all tests passed. 8 failed on systemd.
     142         It could be kernel configuration, or any other package change.
     143         umockdev might be needed, but it works fine without it on elogind. -->
    139144    <para>
    140145      To check the results, execute: <command>ninja test</command>. Note that
    141146      you must have <application>python-dbusmock</application> installed in
    142       order for the tests to complete successfully.
     147      order for the tests to complete successfully. Some tests in the "power"
     148      testsuite may fail depending on the init system in use.
    143149    </para>
    144150
     
    150156
    151157  </sect2>
    152 <!--
    153   <sect2 role="commands">
    154     <title>Command Explanations</title>
    155 
    156     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    157       href="../../xincludes/static-libraries.xml"/>
    158 
    159     <para>
    160       <parameter>udevrulesdir=/lib/udev/rules.d</parameter>: This switch
    161       ensures that the <application>udev</application> rule is installed in
    162       the correct location.
    163     </para>
    164 
    165     <para>
    166       <option>- -disable-cups</option>: Use this switch if you have not
    167       installed recommended dependency <application>Cups</application>.
    168     </para>
    169 
    170     <para>
    171       <option>- -disable-network-manager</option>: Use this switch if
    172       you have not installed recommended dependency
    173       <application>NetworkManager</application>.
    174     </para>
    175 
    176     <para>
    177       <option>- -disable-smartcard-support</option>: Use this switch if
    178       you have not installed recommended dependency
    179       <application>NSS</application> and wish to disable SmartCard
    180       support.
    181     </para>
    182 
    183     <para>
    184       <option>- -disable-wayland</option>: Use this switch if you have not
    185       installed recommended dependency <application>Wayland</application>.
    186     </para>
    187 
    188   </sect2>
    189 -->
    190158
    191159  <sect2 role="content">
Note: See TracChangeset for help on using the changeset viewer.