Changeset 24de29b


Ignore:
Timestamp:
04/06/2023 11:34:37 PM (13 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
82a1523
Parents:
3b545fc (diff), b751256 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/accountsservice.xml

    r3b545fc r24de29b  
    88           "https://www.freedesktop.org/software/accountsservice/accountsservice-&accountsservice-version;.tar.xz">
    99  <!ENTITY accountsservice-download-ftp  " ">
    10   <!ENTITY accountsservice-md5sum        "6dae0b50b48abe61296c8ecf90068c1f">
    11   <!ENTITY accountsservice-size          "100 KB">
    12   <!ENTITY accountsservice-buildsize     "7.3 MB">
    13   <!ENTITY accountsservice-time          "less than 0.1 SBU">
     10  <!ENTITY accountsservice-md5sum        "03dccfe1b306b7ca19743e86d118e64d">
     11  <!ENTITY accountsservice-size          "621 KB">
     12  <!ENTITY accountsservice-buildsize     "9.8 MB (add 0.5 MB for tests)">
     13  <!ENTITY accountsservice-time          "less than 0.1 SBU (with tests)">
    1414]>
    1515
     
    101101  <sect2 role="installation">
    102102    <title>Installation of AccountsService</title>
    103 <!-- fixed in 22.08.8
    104     <para revision="systemd">
    105       First, fix an issue in the systemd unit that causes runtime issues:
    106       <!-\- causes errors when trying to change the user's icon in g-c-c -\->
    107     </para>
    108 
    109 <screen revision="systemd"><userinput remap="pre">sed -i '/PrivateTmp/d' data/accounts-daemon.service.in</userinput></screen>
    110 -->
     103
     104    <para>
     105      First, fix one test that fails if the <option>en_IE.UTF-8</option> locale
     106      is not installed:
     107    </para>
     108
     109<screen><userinput>sed -i '/^SIMULATED_SYSTEM_LOCALE/s/en_IE.UTF-8/en_HK.iso88591/' tests/test-daemon.py</userinput></screen>
     110
    111111    <para>
    112112      Install <application>AccountsService</application> by running the following
     
    135135
    136136    <para>
    137       This package does not come with a test suite.
     137      To test the package, issue <command>ninja test</command>.
    138138    </para>
    139139
  • introduction/welcome/changelog.xml

    r3b545fc r24de29b  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[pierre] - Update to accountsservice-23.13.9. Fixes
     46         <ulink url="&blfs-ticket-root;17789">#17789</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[bdubbs] - Update to SDL2-2.26.5. Fixes
    4650         <ulink url="&blfs-ticket-root;17894">#17894</ulink>.</para>
  • packages.ent

    r3b545fc r24de29b  
    266266
    267267<!-- Chapter 12 -->
    268 <!ENTITY accountsservice-version      "22.08.8">
     268<!ENTITY accountsservice-version      "23.13.9">
    269269<!ENTITY acpid-version                "2.0.34">
    270270<!ENTITY at-version                   "3.2.5">
Note: See TracChangeset for help on using the changeset viewer.