glfs/postlfs/security/polkit-gnome.xml
Wayne Blaszczyk b9df1a8078 Added new package, polkit-gnome-0.94 and fixed up pre-install-config
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8108 af4574ff-66df-0310-9fd7-8a98e5e911e0
2009-10-31 04:35:12 +00:00

147 lines
4.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY polkit-gnome-download-http "http://hal.freedesktop.org/releases/polkit-gnome-&polkit-gnome-version;.tar.bz2">
<!ENTITY polkit-gnome-download-ftp " ">
<!ENTITY polkit-gnome-md5sum "eebab8363a7b7c0516aca4f7b7cd7f7a">
<!ENTITY polkit-gnome-size "357 KB">
<!ENTITY polkit-gnome-buildsize "5 MB">
<!ENTITY polkit-gnome-time "0.1 SBU">
]>
<sect1 id="polkit-gnome" xreflabel="polkit-gnome-&polkit-gnome-version;">
<?dbhtml filename="polkit-gnome.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>polkit-gnome-&polkit-gnome-version;</title>
<indexterm zone="polkit-gnome">
<primary sortas="a-polkit-gnome">polkit-gnome</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to polkit-gnome</title>
<para>The <application>polkit-gnome</application> package provides an
Authentication Agent for <application>polkit</application> that integrates
well with the <application>GNOME</application> desktop environment.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&polkit-gnome-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&polkit-gnome-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &polkit-gnome-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &polkit-gnome-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &polkit-gnome-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &polkit-gnome-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">polkit-gnome Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="gtk2"/> and
<xref linkend="polkit"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="gtk-doc"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/polkit-gnome"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of polkit-gnome</title>
<para>Install <application>polkit-gnome</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/polkit-gnome &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>polkit-gnome-authentication-agent-1</seg>
<seg>libpolkit-gtk-1.{so,a}</seg>
<seg>/etc/xdg/autostart, /usr/{include/polkit-gtk-1/polkitgtk,
lib/polkit-gnome}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="polkit-gnome-authentication-agent-1">
<term><command>polkit-gnome-authentication-agent-1</command></term>
<listitem>
<para>is the polkit-gnome authentication agent.</para>
<indexterm zone="polkit-gnome polkit-gnome-authentication-agent-1">
<primary
sortas="b-polkit-gnome-authentication-agent-1">polkit-gnome-authentication-agent-1</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libpolkit-gtk-1">
<term><filename
class='libraryfile'>libpolkit-gtk-1.{so,a}</filename></term>
<listitem>
<para>contains the <application>polkit-gnome</application>
authentication agent API functions.</para>
<indexterm zone="polkit-gnome libpolkit-gtk-1">
<primary sortas="c-libpolkit-gtk-1">libpolkit-gtk-1.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>