Changeset 1db852a


Ignore:
Timestamp:
05/17/2023 05:04:49 PM (12 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
9c032d6
Parents:
2363ba8
Message:

Update to elogind-252.9

ALso add forgotten changelog entry for sphinx

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/elogind.xml

    r2363ba8 r1db852a  
    77  <!ENTITY elogind-download-http "https://github.com/elogind/elogind/archive/v&elogind-version;/elogind-&elogind-version;.tar.gz">
    88  <!ENTITY elogind-download-ftp  " ">
    9   <!ENTITY elogind-md5sum        "32ab2201281f14738d9c045f3669c14d">
    10   <!ENTITY elogind-size          "1.5 MB">
    11   <!ENTITY elogind-buildsize     "41 MB (with tests)">
    12   <!ENTITY elogind-time          "0.2 SBU (with parallelism=4)">
     9  <!ENTITY elogind-md5sum        "2be2c43298e2fc41c5bee33dde605f01">
     10  <!ENTITY elogind-size          "1.8 MB">
     11  <!ENTITY elogind-buildsize     "45 MB (with tests)">
     12  <!ENTITY elogind-time          "0.3 SBU (with parallelism=4)">
    1313]>
    1414
     
    146146    </para>
    147147
    148 <screen><userinput>sed -i '/Disable polkit/,+8 d' meson.build &amp;&amp;
     148<screen><userinput><!--sed -i '/Disable polkit/,+8 d' meson.build &amp;&amp;
    149149
    150150sed '/request_name/i\
     
    154154    -i src/login/logind.c &amp;&amp;
    155155
    156 mkdir build &amp;&amp;
     156-->mkdir build &amp;&amp;
    157157cd    build &amp;&amp;
    158158
    159 meson setup ..                    \
    160       --prefix=/usr               \
    161       --buildtype=release         \
    162       -Dman=auto                  \
    163       -Dcgroup-controller=elogind \
     159meson setup ..                              \
     160      --prefix=/usr                         \
     161      --buildtype=release                   \
     162      -Dman=auto                            \
     163      -Ddocdir=/usr/share/doc/elogind-&elogind-version; \
     164      -Dcgroup-controller=elogind           \
    164165      -Ddbuspolicydir=/etc/dbus-1/system.d &amp;&amp;
    165166ninja</userinput></screen>
     
    183184  <sect2 role="commands">
    184185    <title>Command Explanations</title>
    185 
     186    <!--
    186187    <para>
    187188      <command>sed ... meson.build</command>: This change allows the
     
    196197      when dbus is killed).
    197198    </para>
     199    -->
     200    <para>
     201      <parameter>-Ddocdir=/usr/share/doc/elogind-&elogind-version;</parameter>:
     202      This is needed to install documentation in a versioned directory.
     203    </para>
    198204
    199205    <para>
     
    213219      <emphasis>false</emphasis>. Setting it to <emphasis>auto</emphasis>
    214220      allows building and installing the man pages if the recommended
     221      dependencies are installed.
     222    </para>
     223
     224    <para>
     225      <option>-Dhtml=auto</option>: The default value of this switch is
     226      <emphasis>false</emphasis>. Setting it to <emphasis>auto</emphasis>
     227      allows building and installing the html documentation if the recommended
    215228      dependencies are installed.
    216229    </para>
     
    316329        </seg>
    317330        <seg>
    318           /lib/elogind,
     331          /usr/lib/elogind,
    319332          /etc/elogind,
    320333          /usr/include/elogind, and
  • introduction/welcome/changelog.xml

    r2363ba8 r1db852a  
    4040    -->
    4141   <listitem>
     42     <para>May 17th, 2023</para>
     43     <itemizedlist>
     44       <listitem>
     45         <para>[pierre] - Update to elogind-252.9. Fixes
     46         <ulink url="&blfs-ticket-root;18053">#18053</ulink>.</para>
     47       </listitem>
     48     </itemizedlist>
     49   </listitem>
     50
     51   <listitem>
    4252     <para>May 16th, 2023</para>
    4353     <itemizedlist>
     54       <listitem>
     55         <para>[pierre] - Update to sphinx-7.0.1 (Python module). Fixes
     56         <ulink url="&blfs-ticket-root;18043">#18043</ulink>.</para>
     57       </listitem>
    4458       <listitem>
    4559         <para>[pierre] - Update to mupdf-1.22.1. Fixes
  • packages.ent

    r2363ba8 r1db852a  
    278278<!ENTITY cups-pk-helper-version       "0.2.7">
    279279<!ENTITY dbus-version                 "1.14.6">   <!-- Even minors only -->
    280 <!ENTITY elogind-version              "246.10">
     280<!ENTITY elogind-version              "252.9">
    281281<!ENTITY blocaled-version             "0.4">
    282282<!ENTITY fcron-version                "3.2.1">
Note: See TracChangeset for help on using the changeset viewer.