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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/accountsservice.xml

    rff53809 rb84342d6  
    55  %general-entities;
    66
    7   <!ENTITY accountsservice-download-http "http://www.freedesktop.org/software/accountsservice/accountsservice-&accountsservice-version;.tar.xz">
     7  <!ENTITY accountsservice-download-http
     8           "http://www.freedesktop.org/software/accountsservice/accountsservice-&accountsservice-version;.tar.xz">
    89  <!ENTITY accountsservice-download-ftp  " ">
    9   <!ENTITY accountsservice-md5sum        "47b5af77b544528c02d82761bd574c09">
    10   <!ENTITY accountsservice-size          "280 KB">
    11   <!ENTITY accountsservice-buildsize     "6.0 MB">
    12   <!ENTITY accountsservice-time          "0.1 SBU">
     10  <!ENTITY accountsservice-md5sum        "e48d6ec8aec941d63753c1904dbf75a8">
     11  <!ENTITY accountsservice-size          "324 KB">
     12  <!ENTITY accountsservice-buildsize     "12 MB">
     13  <!ENTITY accountsservice-time          "0.3 SBU">
    1314]>
    1415
     
    3031    <title>Introduction to AccountsService</title>
    3132
    32     <para>The <application>AccountsService</application> package provides, a set
    33     of <application>D-Bus</application> interfaces for querying and manipulating
    34     user account information, and an implementation of these interfaces based on
    35     the usermod(8), useradd(8) and userdel(8) commands.</para>
     33    <para>
     34      The <application>AccountsService</application> package provides a set
     35      of <application>D-Bus</application> interfaces for querying and manipulating
     36      user account information and an implementation of these interfaces based on
     37      the usermod(8), useradd(8) and userdel(8) commands.
     38    </para>
    3639
    37     &lfs70_built;
     40    &lfs70_checked;
    3841
    3942    <bridgehead renderas="sect3">Package Information</bridgehead>
    4043    <itemizedlist spacing="compact">
    4144      <listitem>
    42         <para>Download (HTTP): <ulink url="&accountsservice-download-http;"/></para>
     45        <para>
     46          Download (HTTP): <ulink url="&accountsservice-download-http;"/>
     47        </para>
    4348      </listitem>
    4449      <listitem>
    45         <para>Download (FTP): <ulink url="&accountsservice-download-ftp;"/></para>
     50        <para>
     51          Download (FTP): <ulink url="&accountsservice-download-ftp;"/>
     52        </para>
    4653      </listitem>
    4754      <listitem>
    48         <para>Download MD5 sum: &accountsservice-md5sum;</para>
     55        <para>
     56          Download MD5 sum: &accountsservice-md5sum;
     57        </para>
    4958      </listitem>
    5059      <listitem>
    51         <para>Download size: &accountsservice-size;</para>
     60        <para>
     61          Download size: &accountsservice-size;
     62        </para>
    5263      </listitem>
    5364      <listitem>
    54         <para>Estimated disk space required: &accountsservice-buildsize;</para>
     65        <para>
     66          Estimated disk space required: &accountsservice-buildsize;
     67        </para>
    5568      </listitem>
    5669      <listitem>
    57         <para>Estimated build time: &accountsservice-time;</para>
     70        <para>
     71          Estimated build time: &accountsservice-time;
     72        </para>
    5873      </listitem>
    5974    </itemizedlist>
     
    6378    <bridgehead renderas="sect4">Required</bridgehead>
    6479    <para role="required">
    65       <xref linkend="dbus-glib"/> and
     80      <xref linkend="libxslt"/> and
    6681      <xref linkend="polkit"/>
    6782    </para>
     
    85100    <title>Installation of AccountsService</title>
    86101
    87     <para>Install <application>AccountsService</application> by running the following
    88     commands:</para>
     102    <para>
     103      Install <application>AccountsService</application> by running the following
     104      commands:
     105    </para>
    89106
    90107<screen><userinput>./configure --prefix=/usr \
    91108            --sysconfdir=/etc \
     109            --localstatedir=/var \
    92110            --libexecdir=/usr/lib/accountsservice \
    93             --localstatedir=/var &amp;&amp;
     111            --disable-static &amp;&amp;
    94112make</userinput></screen>
    95113
    96     <!-- actually, it's for the maintainer to check xml translations -->
    97     <para>This package does not come with a test suite.</para>
     114    <para>
     115      This package does not come with a test suite.
     116    </para>
    98117
    99     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     118    <para>
     119      Now, as the <systemitem class="username">root</systemitem> user:
     120    </para>
    100121
    101122<screen role="root"><userinput>make install</userinput></screen>
     
    106127    <title>Command Explanations</title>
    107128
    108     <para><parameter>--sysconfdir=/etc</parameter>: This parameter installs the
    109     configuration files into <filename class="directory">/etc</filename> instead
    110     of <filename class="directory">/usr/etc</filename>.</para>
     129    <para>
     130      <parameter>--libexecdir=/usr/lib/accountsservice</parameter>: This
     131      parameter causes the libexec files to be installed in the preferred location
     132      of <filename class="directory">/usr/lib/accountsservice</filename> instead
     133      of <filename class="directory">/usr/libexec</filename>.
     134    </para>
    111135
    112     <para><parameter>--libexecdir=/usr/lib/accountsservice</parameter>: This
    113     parameter causes the libexec files to be installed in the preferred location
    114     of <filename class="directory">/usr/lib/accountsservice</filename> instead
    115     of <filename class="directory">/usr/libexec</filename>.</para>
    116 
    117     <para><option>--enable-static=no</option>: This switch prevents the static
    118     libraries being installed.</para>
     136    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     137      href="../../xincludes/static-libraries.xml"/>
    119138
    120139  </sect2>
     
    129148
    130149      <seglistitem>
    131         <seg>accounts-daemon</seg>
    132         <seg>libaccountsservice.{so,a}</seg>
    133         <seg>/usr/{include/accountsservice-1.0/act,lib/accountsservice,
    134         share/locale/{bg_BG/LC_MESSAGES,fa_IR/LC_MESSAGES}},
    135         /var/lib/AccountsService/{icons,users}</seg>
     150        <seg>
     151          accounts-daemon
     152        </seg>
     153        <seg>
     154          libaccountsservice.so
     155        </seg>
     156        <seg>
     157          /usr/include/accountsservice-1.0,
     158          /usr/lib/accountsservice and
     159          /var/lib/AccountsService
     160        </seg>
    136161      </seglistitem>
    137162    </segmentedlist>
     
    145170        <term><command>accounts-daemon</command></term>
    146171        <listitem>
    147           <para>is the <application>AccountsService</application> daemon.</para>
     172          <para>
     173            is the <application>AccountsService</application> daemon.
     174          </para>
    148175          <indexterm zone="accountsservice accounts-daemon">
    149176            <primary sortas="b-accounts-daemon">accounts-daemon</primary>
     
    153180
    154181      <varlistentry id="libaccountsservice">
    155         <term><filename class='libraryfile'>libaccountsservice.{so,a}</filename></term>
     182        <term><filename class='libraryfile'>libaccountsservice.so</filename></term>
    156183        <listitem>
    157           <para>contains the <application>AccountsService</application> API
    158           functions.</para>
     184          <para>
     185            contains the <application>AccountsService</application> API functions.
     186          </para>
    159187          <indexterm zone="accountsservice libaccountsservice">
    160             <primary sortas="c-libaccountsservice">libaccountsservice.{so,a}</primary>
     188            <primary sortas="c-libaccountsservice">libaccountsservice.so</primary>
    161189          </indexterm>
    162190        </listitem>
Note: See TracChangeset for help on using the changeset viewer.