mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Updated polkit
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9590 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
154b1436af
commit
bb947c32fc
@ -130,7 +130,7 @@ $Date$
|
||||
<!ENTITY linux-pam-version "1.1.5">
|
||||
<!ENTITY p11-kit-version "0.10">
|
||||
<!ENTITY policykit-version "0.9">
|
||||
<!ENTITY polkit-version "0.102">
|
||||
<!ENTITY polkit-version "0.104">
|
||||
<!ENTITY polkit-gnome-version "0.104">
|
||||
<!ENTITY shadow-version "4.1.4.3">
|
||||
<!ENTITY stunnel-version "4.52">
|
||||
|
@ -45,6 +45,9 @@
|
||||
<para>March 3nd, 2012</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[rthomsen] - Updated to polkit-0.104.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[rthomsen] - Updated to XChat 2.8.8. Thanks to Armin K. for creating the patch.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY polkit-download-http "http://hal.freedesktop.org/releases/polkit-&polkit-version;.tar.gz">
|
||||
<!ENTITY polkit-download-ftp " ">
|
||||
<!ENTITY polkit-md5sum "a3726bdb9728c103e58f62131e26693a">
|
||||
<!ENTITY polkit-size "860 KB">
|
||||
<!ENTITY polkit-buildsize "18 MB">
|
||||
<!ENTITY polkit-time "0.2 SBU">
|
||||
<!ENTITY polkit-md5sum "e380b4c6fb1e7bccf854e92edc0a8ce1">
|
||||
<!ENTITY polkit-size "1.4 MB">
|
||||
<!ENTITY polkit-buildsize "9 MB">
|
||||
<!ENTITY polkit-time "0.3 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="polkit" xreflabel="polkit-&polkit-version;">
|
||||
@ -60,16 +60,18 @@
|
||||
<bridgehead renderas="sect3">polkit Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="expat"/>,
|
||||
<xref linkend="intltool"/>, and
|
||||
<para role="required">
|
||||
<xref linkend="expat"/>,
|
||||
<xref linkend="intltool"/> and
|
||||
<xref linkend="pkgconfig"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="DocBook"/>,
|
||||
<xref linkend="docbook-xsl"/>,
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="libxslt"/>, and
|
||||
<para role="optional">
|
||||
<xref linkend="DocBook"/>,
|
||||
<xref linkend="docbook-xsl"/>,
|
||||
<xref linkend="gobject-introspection"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="libxslt"/> and
|
||||
<xref linkend="linux-pam"/></para>
|
||||
|
||||
<note>
|
||||
@ -119,6 +121,8 @@ make</userinput></screen>
|
||||
the <application>Shadow</application> rather than the
|
||||
<application>Linux-PAM</application> Authentication framework. Remove it if
|
||||
you would like to use <application>Linux-PAM</application>.</para>
|
||||
<para><parameter>--disable-static</parameter>: This will prevent the static
|
||||
libraries from being built.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
@ -137,13 +141,9 @@ make</userinput></screen>
|
||||
<seg>pk-example-frobnicate, pkaction, pkcheck, pkexec,
|
||||
polkit-agent-helper-1, and polkitd</seg>
|
||||
<seg>libnullbackend.{so,a}, libpolkit-agent-1.{so,a},
|
||||
libpolkit-backend-1.{so,a}, and libpolkit-gobject-1.{so,a}</seg>
|
||||
<seg>/etc/polkit-1/{localauthority.conf.d,localauthority/{10-vendor.d,
|
||||
20-org.d,30-site.d,50-local.d,90-mandatory.d},nullbackend.conf.d},
|
||||
/usr/{include/polkit-1/{polkitagent,polkitbackend},
|
||||
lib/polkit-1/extensions,share/polkit-1/actions},
|
||||
/var/lib/polkit-1/localauthority/{10-vendor.d,20-org.d,30-site.d,
|
||||
50-local.d,90-mandatory.d}</seg>
|
||||
libpolkit-backend-1.{so,a} and libpolkit-gobject-1.{so,a}</seg>
|
||||
<seg>/etc/polkit-1, /usr/include/polkit-1, /usr/lib/polkit-1,
|
||||
/usr/share/polkit-1 and /var/lib/polkit-1</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user