source: lxde/desktop/lxpolkit.xml@ 7991b1f

elogind
Last change on this file since 7991b1f was 7991b1f, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21666.
Add lxpolkit and remove LXDE dependencies on consolekit.

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

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY lxpolkit-download-http "&sourceforge-dl;/lxde/lxpolkit-&lxpolkit-version;.tar.xz">
8 <!ENTITY lxpolkit-download-ftp " ">
9 <!ENTITY lxpolkit-md5sum "2597b00035fe1d695219e0f9bfa8c26f">
10 <!ENTITY lxpolkit-size "200 KB">
11 <!ENTITY lxpolkit-buildsize "2.7 MB">
12 <!ENTITY lxpolkit-time "0.1 SBU">
13]>
14
15<sect1 id="lxpolkit" xreflabel="LXPolkit-&lxpolkit-version;">
16 <?dbhtml filename="lxpolkit.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>LXPolkit-&lxpolkit-version;</title>
24
25 <indexterm zone="lxpolkit">
26 <primary sortas="a-LXPolkit">LXPolkit</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to LXPolkit</title>
31
32 <para>
33 The <application>LXPolkit</application> package contains the default
34 <application>Polkit</application> authentication agent for
35 <application>LXDE</application>.
36 </para>
37
38 &lfs84_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&lxpolkit-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&lxpolkit-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &lxpolkit-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &lxpolkit-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &lxpolkit-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &lxpolkit-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">LXPolkit Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="polkit"/> and <xref linkend="gtk2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="gtk3"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/lxpolkit"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of LXPolkit</title>
93
94 <para>
95 Install <application>LXPolkit</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para>
118 <option>--enable-gtk3</option>: Builds against <application>GTK+-3
119 </application> instead of <application>GTK+-2</application>.
120 </para>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directory</segtitle>
131
132 <seglistitem>
133 <seg>
134 lxpolkit
135 </seg>
136 <seg>
137 None
138 </seg>
139 <seg>
140 /usr/share/lxpolkit
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="lxpolkit">
151 <term><command>lxpolkit</command></term>
152 <listitem>
153 <para>
154 a simple <application>Polkit</application> authentication daemon.
155 </para>
156 <indexterm zone="lxpolkit lxpolkit">
157 <primary sortas="b-lxpolkit-default">lxpolkit-default</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.