Few fixes to pm-utils as noted by Armin

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11377 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-07-10 12:50:13 +00:00
parent 8957e1cf27
commit 70727c96af
5 changed files with 36 additions and 31 deletions

View File

@ -347,7 +347,7 @@ export -f as_root</userinput></screen>
<!ENTITY obex-data-server-version "0.4.6">
<!ENTITY obexd-version "0.48">
<!ENTITY pciutils-version "3.2.0">
<!ENTITY pmutils-version "1.4.1">
<!ENTITY pm-utils-version "1.4.1">
<!ENTITY raptor-version "2.0.9">
<!ENTITY rasqal-version "0.9.30">
<!ENTITY redland-version "1.0.16">

View File

@ -4,26 +4,26 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY pmutils-download-http "http://pm-utils.freedesktop.org/releases/pm-utils-&pmutils-version;.tar.gz">
<!ENTITY pmutils-download-ftp " ">
<!ENTITY pmutils-md5sum "1742a556089c36c3a89eb1b957da5a60">
<!ENTITY pmutils-size "204 KB">
<!ENTITY pmutils-buildsize "1.6 MB">
<!ENTITY pmutils-time "0.1 SBU">
<!ENTITY pm-utils-download-http "http://pm-utils.freedesktop.org/releases/pm-utils-&pm-utils-version;.tar.gz">
<!ENTITY pm-utils-download-ftp " ">
<!ENTITY pm-utils-md5sum "1742a556089c36c3a89eb1b957da5a60">
<!ENTITY pm-utils-size "204 KB">
<!ENTITY pm-utils-buildsize "1.6 MB">
<!ENTITY pm-utils-time "0.1 SBU">
]>
<sect1 id="pmutils" xreflabel="pmutils-&pmutils-version;">
<?dbhtml filename="pmutils.html"?>
<sect1 id="pm-utils" xreflabel="pm-utils-&pm-utils-version;">
<?dbhtml filename="pm-utils.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<othername>$LastChangedBy: igor $</othername>
<date>$Date: 2013-07-10 14:18:46 +0200 (Wed, 10 Jul 2013) $</date>
</sect1info>
<title>pm-utils-&pmutils-version;</title>
<title>pm-utils-&pm-utils-version;</title>
<indexterm zone="pmutils">
<primary sortas="a-pmutils">pmutils</primary>
<indexterm zone="pm-utils">
<primary sortas="a-pm-utils">pm-utils</primary>
</indexterm>
<sect2 role="package">
@ -41,37 +41,37 @@
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&pmutils-download-http;"/>
Download (HTTP): <ulink url="&pm-utils-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&pmutils-download-ftp;"/>
Download (FTP): <ulink url="&pm-utils-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &pmutils-md5sum;
Download MD5 sum: &pm-utils-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &pmutils-size;
Download size: &pm-utils-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &pmutils-buildsize;
Estimated disk space required: &pm-utils-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &pmutils-time;
Estimated build time: &pm-utils-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">pm-utils Dependencies</bridgehead>
<bridgehead renderas="sect3">Power Management Utilities Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
@ -101,7 +101,7 @@
</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
--docdir=/usr/share/doc/pm-utils-&pmutils-version; &amp;&amp;
--docdir=/usr/share/doc/pm-utils-&pm-utils-version; &amp;&amp;
make</userinput></screen>
<para>
@ -158,7 +158,7 @@ ln -sv pm-action.8 /usr/share/man/man8/pm-suspend-hybrid.8</userinput></screen>
</seg>
<seg>
/etc/pm, /usr/lib/pm-utils and
/usr/share/doc/pm-utils-&pmutils-version;
/usr/share/doc/pm-utils-&pm-utils-version;
</seg>
</seglistitem>
</segmentedlist>
@ -175,7 +175,7 @@ ln -sv pm-action.8 /usr/share/man/man8/pm-suspend-hybrid.8</userinput></screen>
is a script that determines whether the system is running on AC
power (rather than a battery).
</para>
<indexterm zone="pmutils on_ac_power">
<indexterm zone="pm-utils on_ac_power">
<primary sortas="b-on_ac_power">on_ac_power</primary>
</indexterm>
</listitem>
@ -189,7 +189,7 @@ ln -sv pm-action.8 /usr/share/man/man8/pm-suspend-hybrid.8</userinput></screen>
hibernate mode (the system is fully powered off and system state is
saved to disk).
</para>
<indexterm zone="pmutils pm-hibernate">
<indexterm zone="pm-utils pm-hibernate">
<primary sortas="b-pm-hibernate">pm-hibernate</primary>
</indexterm>
</listitem>
@ -202,7 +202,7 @@ ln -sv pm-action.8 /usr/share/man/man8/pm-suspend-hybrid.8</userinput></screen>
is a script that checks whether power management features such as
suspend and hibernate are supported.
</para>
<indexterm zone="pmutils pm-is-supported">
<indexterm zone="pm-utils pm-is-supported">
<primary sortas="b-pm-is-supported">pm-is-supported</primary>
</indexterm>
</listitem>
@ -215,7 +215,7 @@ ln -sv pm-action.8 /usr/share/man/man8/pm-suspend-hybrid.8</userinput></screen>
is a script that puts the computer into powersaving (low power)
mode.
</para>
<indexterm zone="pmutils pm-powersave">
<indexterm zone="pm-utils pm-powersave">
<primary sortas="b-pm-powersave">pm-powersave</primary>
</indexterm>
</listitem>
@ -228,7 +228,7 @@ ln -sv pm-action.8 /usr/share/man/man8/pm-suspend-hybrid.8</userinput></screen>
is a symlink to pm-action script that puts the computer into suspend
mode (most devices are shut down and system state is saved in RAM).
</para>
<indexterm zone="pmutils pm-suspend">
<indexterm zone="pm-utils pm-suspend">
<primary sortas="b-pm-suspend">pm-suspend</primary>
</indexterm>
</listitem>
@ -242,7 +242,7 @@ ln -sv pm-action.8 /usr/share/man/man8/pm-suspend-hybrid.8</userinput></screen>
hybrid-suspend mode (the system does everything it needs to
hibernate, but suspends instead of shutting down).
</para>
<indexterm zone="pmutils pm-suspend-hybrid">
<indexterm zone="pm-utils pm-suspend-hybrid">
<primary sortas="b-pm-suspend-hybrid">pm-suspend-hybrid</primary>
</indexterm>
</listitem>

View File

@ -39,7 +39,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="obex-data-server.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="obexd.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pciutils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pmutils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pm-utils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="raptor.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rasqal.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="redland.xml"/>

View File

@ -84,6 +84,11 @@
<xref linkend="udev-extras"/> (for GUdev)
</para>
<bridgehead renderas="sect4">Recommended (runtime)</bridgehead>
<para role="recommended">
<xref linkend="pm-utils"/>
</para>
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
<para role="optional">
<xref linkend="gobject-introspection"/>

View File

@ -98,7 +98,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="pmutils"/> (for suspend/resume integration),
<xref linkend="pm-utils"/> (for suspend/resume integration),
<ulink url="http://excess.org/urwid/">Urwid</ulink> (for the Curses-based frontend) and
<ulink url="http://babel.edgewall.org/">Babel</ulink> (for internationalization)
</para>