Ignore:
Timestamp:
01/27/2016 06:00:53 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
8cf08a11
Parents:
4c7c1d4
Message:

Merge Chapter 12 changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16857 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/upower.xml

    r4c7c1d4 r14ba5f4  
    55  %general-entities;
    66
    7   <!ENTITY upower-download-http "http://upower.freedesktop.org/releases/upower-&upower1-version;.tar.xz">
     7  <!ENTITY upower-download-http "http://upower.freedesktop.org/releases/upower-&upower-version;.tar.xz">
    88  <!ENTITY upower-download-ftp  " ">
    9   <!ENTITY upower-md5sum        "a9c95d0545bc23d784642c11e157cfbf">
    10   <!ENTITY upower-size          "420 KB">
    11   <!ENTITY upower-buildsize     "12 MB">
     9  <!ENTITY upower-md5sum        "39cfd97bfaf7d30908f20cf937a57634">
     10  <!ENTITY upower-size          "416 KB">
     11  <!ENTITY upower-buildsize     "10 MB">
    1212  <!ENTITY upower-time          "0.2 SBU">
    1313]>
    1414
    15 <sect1 id="upower" xreflabel="UPower-&upower1-version;">
     15<sect1 id="upower" xreflabel="UPower-&upower-version;">
    1616  <?dbhtml filename="upower.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>UPower-&upower1-version;</title>
     23  <title>UPower-&upower-version;</title>
    2424
    2525  <indexterm zone="upower">
     
    7373    </itemizedlist>
    7474
    75 
    7675    <bridgehead renderas="sect3">UPower Dependencies</bridgehead>
    7776
     
    8079      <xref linkend="dbus-glib"/>,
    8180      <xref linkend="libgudev"/>,
    82       <xref linkend="libusb"/> and
     81      <xref linkend="libusb"/>, and
    8382      <xref linkend="polkit"/>
    8483    </para>
    8584
    86     <bridgehead renderas="sect4">Recommended</bridgehead>
     85    <bridgehead renderas="sect4">Recommended (runtime)</bridgehead>
    8786    <para role="recommended">
    88       <xref linkend="systemd"/>
     87      <xref linkend="pm-utils"/>
    8988    </para>
    9089
     
    9695    <bridgehead renderas="sect4">Optional</bridgehead>
    9796    <para role="optional">
    98       <xref linkend="gtk-doc"/>,
    99       <xref linkend="python3"/> (used only in the testsuite) and
    100       <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>
     97      <xref linkend="gtk-doc"/> and
     98      <xref linkend="python3"/> (used only in the testsuite).
    10199    </para>
    102100
     
    117115            --sysconfdir=/etc    \
    118116            --localstatedir=/var \
     117            --enable-deprecated  \
    119118            --disable-static     &amp;&amp;
    120119make</userinput></screen>
    121120
    122121    <para>
    123       To test the results, issue: <command>make check</command>. Test
    124       suite should be run from a local GUI session started with
    125       dbus-launch.
     122      To test the results, issue: <command>make check</command>. Some
     123      checks may not pass due to missing files. Test suite should be run from
     124      a local GUI session started with dbus-launch.
    126125    </para>
    127126
     
    136135  <sect2 role="commands">
    137136    <title>Command Explanations</title>
     137
     138    <para>
     139      <option>--enable-deprecated</option>: This switch enables
     140      deprecated functionality which is still needed by some
     141      applications.
     142    </para>
    138143
    139144    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.