Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/elogind.xml

    r7a1065c r779b3223  
    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        "d9fdee3692990afadcd8c8764e440fa0">
     9  <!ENTITY elogind-md5sum        "32ab2201281f14738d9c045f3669c14d">
    1010  <!ENTITY elogind-size          "1.5 MB">
    11   <!ENTITY elogind-buildsize     "52 MB (with tests)">
    12   <!ENTITY elogind-time          "0.4 SBU">
     11  <!ENTITY elogind-buildsize     "41 MB (with tests)">
     12  <!ENTITY elogind-time          "0.2 SBU (with parallelism=4)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    2019    <date>$Date$</date>
    2120  </sect1info>
     
    4241    </para>
    4342
    44     &lfs10_checked;
     43    &lfs110a_checked;
    4544
    4645    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8786    <bridgehead renderas="sect4">Recommended</bridgehead>
    8887    <para role="recommended">
     88      <xref linkend="linux-pam"/> (required for Xorg),
     89      <xref linkend="polkit"/> (runtime),
    8990      <xref linkend="DocBook"/>,
    9091      <xref linkend="docbook-xsl"/>, and
    91       <xref linkend="libxslt"/> (to build the man pages),
    92       <xref linkend="linux-pam"/>, and
    93       <xref linkend="polkit" role="runtime"/> (runtime)
     92      <xref linkend="libxslt"/> (all three to build the man pages)
    9493    </para>
    9594
     
    150149
    151150    <para>
    152       First, fix a problem starting the package via pam:
    153     </para>
    154 
    155 <screen><userinput>sed -i '/running/,+1s:^://:' src/login/pam_elogind.c</userinput></screen>
    156 
    157     <para>
    158151      Install <application>elogind</application> by running the following
    159152      commands:
    160153    </para>
    161154
    162 <screen><userinput>mkdir build &amp;&amp;
     155<screen><userinput>sed -i '/Disable polkit/,+8 d' meson.build &amp;&amp;
     156
     157mkdir build &amp;&amp;
    163158cd    build &amp;&amp;
    164159
    165160meson --prefix=/usr                        \
     161      --buildtype=release                  \
    166162      -Dcgroup-controller=elogind          \
    167163      -Ddbuspolicydir=/etc/dbus-1/system.d \
     
    188184  <sect2 role="commands">
    189185    <title>Command Explanations</title>
     186
     187    <para>
     188      <command>sed ... meson.build</command>: This change allows the
     189      package to be built without polkit being installed (it is still a
     190      runtime dependency) but able to use polkit after that package is
     191      installed.
     192    </para>
    190193
    191194    <para>
     
    325328        <listitem>
    326329          <para>
    327             is used to introspect and monitor the D-Bus bus.
     330            is used to introspect and monitor the D-Bus bus
    328331          </para>
    329332          <indexterm zone="elogind busctl">
     
    338341          <para>
    339342            is used to execute a program with a shutdown, sleep or idle
    340             inhibitor lock taken.
     343            inhibitor lock taken
    341344          </para>
    342345          <indexterm zone="elogind elogind-inhibit">
     
    351354          <para>
    352355            is used to introspect and control the state of the elogind Login
    353             Manager.
     356            Manager
    354357          </para>
    355358          <indexterm zone="elogind loginctl">
     
    363366        <listitem>
    364367          <para>
    365             is the main elogind utility library.
     368            is the main elogind utility library
    366369          </para>
    367370          <indexterm zone="elogind libelogind">
     
    374377
    375378  </sect2>
    376  
     379
    377380</sect1>
    378 
Note: See TracChangeset for help on using the changeset viewer.