Changeset b84342d6 for general/sysutils


Ignore:
Timestamp:
05/07/2012 10:05:37 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7ecc1c4b
Parents:
ff53809
Message:

accountsservice 0.6.20, anjuta 3.4.1, glib 2.32.2, gtk+ 3.4.2, polkit 0.105, polkit-gnome 0.105, udisks 1.96.0, upower 0.9.16

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10112 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/sysutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/udisks2.xml

    rff53809 rb84342d6  
    77  <!ENTITY udisks2-download-http "http://udisks.freedesktop.org/releases/udisks-&udisks2-version;.tar.bz2">
    88  <!ENTITY udisks2-download-ftp  " ">
    9   <!ENTITY udisks2-md5sum        "c2a3428227de0251ff9e204d17dd2130">
    10   <!ENTITY udisks2-size          "576 KB">
    11   <!ENTITY udisks2-buildsize     "26 MB">
     9  <!ENTITY udisks2-md5sum        "427a31f0d9056af79e44f0278844c8b9">
     10  <!ENTITY udisks2-size          "608 KB">
     11  <!ENTITY udisks2-buildsize     "30 MB">
    1212  <!ENTITY udisks2-time          "0.3 SBU">
    1313]>
     
    8282    </para>
    8383
     84    <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
     85    <para role="optional">
     86      <xref linkend="gobject-introspection"/>
     87    </para>
     88
    8489    <bridgehead renderas="sect4">Optional</bridgehead>
    8590    <para role="optional">
    86       <xref linkend="gobject-introspection"/> and
    8791      <xref linkend="gtk-doc"/>
    8892    </para>
     
    145149        </seg>
    146150        <seg>
    147           /usr/include/udisks2, /usr/lib/udisks2,
     151          /usr/include/udisks2,
     152          /usr/lib/udisks2,
    148153          /usr/share/gtk-doc/html/udisks2 and
    149154          /var/lib/udisks2
     
    161166        <listitem>
    162167          <para>
    163             is a command-line program used to interact with the udisksd daemon.
     168            is a command-line program used to interact with the
     169            <command>udisksd</command> daemon.
    164170          </para>
    165171          <indexterm zone="udisks2 udisksctl">
     
    173179        <listitem>
    174180          <para>
    175             is the UDisks2 daemon itself.
     181            is the <application>UDisks2</application> daemon itself.
    176182          </para>
    177183          <indexterm zone="udisks2 udisksd">
     
    185191        <listitem>
    186192          <para>
    187             contains UDisks2 API functions.
     193            contains <application>UDisks2</application> API functions.
    188194          </para>
    189195          <indexterm zone="udisks2 libudisks2">
  • general/sysutils/upower.xml

    rff53809 rb84342d6  
    77  <!ENTITY upower-download-http "http://upower.freedesktop.org/releases/upower-&upower-version;.tar.xz">
    88  <!ENTITY upower-download-ftp  " ">
    9   <!ENTITY upower-md5sum        "9503a853e894630e023ee244d295fd27">
     9  <!ENTITY upower-md5sum        "65030caf519b8a06856c12b6668a9f57">
    1010  <!ENTITY upower-size          "394 KB">
    1111  <!ENTITY upower-buildsize     "8.5 MB">
     
    3030    <title>Introduction to UPower</title>
    3131
    32     <para>The <application>UPower</application> package provides an interface to
    33     enumerating power devices, listening to device events and querying history
    34     and statistics. Any application or service on the system can access the
    35     org.freedesktop.UPower service via the system message bus.</para>
     32    <para>
     33      The <application>UPower</application> package provides an interface to
     34      enumerating power devices, listening to device events and querying history
     35      and statistics. Any application or service on the system can access the
     36      org.freedesktop.UPower service via the system message bus.
     37    </para>
    3638
    3739    &lfs70_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&upower-download-http;"/></para>
    43       </listitem>
    44       <listitem>
    45         <para>Download (FTP): <ulink url="&upower-download-ftp;"/></para>
    46       </listitem>
    47       <listitem>
    48         <para>Download MD5 sum: &upower-md5sum;</para>
    49       </listitem>
    50       <listitem>
    51         <para>Download size: &upower-size;</para>
    52       </listitem>
    53       <listitem>
    54         <para>Estimated disk space required: &upower-buildsize;</para>
    55       </listitem>
    56       <listitem>
    57         <para>Estimated build time: &upower-time;</para>
     44        <para>
     45          Download (HTTP): <ulink url="&upower-download-http;"/>
     46        </para>
     47      </listitem>
     48      <listitem>
     49        <para>
     50          Download (FTP): <ulink url="&upower-download-ftp;"/>
     51        </para>
     52      </listitem>
     53      <listitem>
     54        <para>
     55          Download MD5 sum: &upower-md5sum;
     56        </para>
     57      </listitem>
     58      <listitem>
     59        <para>
     60          Download size: &upower-size;
     61        </para>
     62      </listitem>
     63      <listitem>
     64        <para>
     65          Estimated disk space required: &upower-buildsize;
     66        </para>
     67      </listitem>
     68      <listitem>
     69        <para>
     70          Estimated build time: &upower-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
     
    87101    <title>Installation of UPower</title>
    88102
    89     <para>Install <application>UPower</application> by running the following
    90     commands:</para>
     103    <para>
     104      Install <application>UPower</application> by running the following
     105      commands:
     106    </para>
    91107
    92108<screen><userinput>./configure --prefix=/usr \
     
    97113make</userinput></screen>
    98114
    99     <para>To test the results, issue: <command>make check</command>.</para>
    100 
    101     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     115    <para>
     116      To test the results, issue: <command>make check</command>.
     117    </para>
     118
     119    <para>
     120      Now, as the <systemitem class="username">root</systemitem> user:
     121    </para>
    102122
    103123<screen role="root"><userinput>make install</userinput></screen>
     
    109129
    110130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    111     href="../../xincludes/static-libraries.xml"/>
     131      href="../../xincludes/static-libraries.xml"/>
    112132
    113133    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    114     href="../../xincludes/gtk-doc-rebuild.xml"/>
     134      href="../../xincludes/gtk-doc-rebuild.xml"/>
    115135
    116136  </sect2>
     
    119139    <title>Configuring your kernel for UPower</title>
    120140
    121     <para>To use the command <command>upower -w</command> for information about
    122     processor wakeups (this command is used by <xref linkend="gnome-power-manager"/>)
    123     you need to enable CONFIG_TIMER_STATS.  This is achieved in
    124     <command>make menuconfig</command> by going to the &apos;kernel-hacking&apos;
    125     menu and selecting &apos;Collect kernel timers statistics&apos;.</para>
     141    <para>
     142      To use the command <command>upower -w</command> for information about
     143      processor wakeups (this command is used by <xref linkend="gnome-power-manager"/>)
     144      you need to enable CONFIG_TIMER_STATS.  This is achieved in
     145      <command>make menuconfig</command> by going to the &apos;kernel-hacking&apos;
     146      menu and selecting &apos;Collect kernel timers statistics&apos;.
     147    </para>
    126148
    127149  </sect2>
     
    156178        <term><command>upower</command></term>
    157179        <listitem>
    158           <para>is the <application>UPower</application> command line
    159           tool.</para>
     180          <para>
     181            is the <application>UPower</application> command line tool.
     182          </para>
    160183          <indexterm zone="upower upower-prog">
    161184            <primary sortas="b-upower">upower</primary>
     
    167190        <term><command>upowerd</command></term>
    168191        <listitem>
    169           <para>is the <application>UPower</application> Daemon. It provides the
    170           org.freedesktop.UPower service on the system message bus.</para>
     192          <para>
     193            is the <application>UPower</application> Daemon. It provides the
     194            org.freedesktop.UPower service on the system message bus.
     195          </para>
    171196          <indexterm zone="upower upowerd">
    172197            <primary sortas="b-upowerd">upowerd</primary>
     
    178203        <term><filename class='libraryfile'>libupower-glib.so</filename></term>
    179204        <listitem>
    180           <para>contains the <application>UPower</application> API
    181           functions.</para>
     205          <para>
     206            contains the <application>UPower</application> API functions.
     207          </para>
    182208          <indexterm zone="upower libupower-glib">
    183209            <primary sortas="c-libupower-glib">libupower-glib.so</primary>
Note: See TracChangeset for help on using the changeset viewer.