source: archive/lxde/lxpolkit.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 3.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-repo;/lxde/lxpolkit-&lxpolkit-version;.tar.gz">
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
19 <title>LXPolkit-&lxpolkit-version;</title>
20
21 <indexterm zone="lxpolkit">
22 <primary sortas="a-LXPolkit">LXPolkit</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to LXPolkit</title>
27
28 <para>
29 The <application>LXPolkit</application> package contains a
30 simple PolicyKit authentication agent.
31 </para>
32
33 &lfs76_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&lxpolkit-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&lxpolkit-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &lxpolkit-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &lxpolkit-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &lxpolkit-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &lxpolkit-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">LXPolkit Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gtk2"/> and
74<!-- <xref linkend="menu-cache"/> and-->
75 <xref linkend="polkit"/>
76 </para>
77
78 <para condition="html" role="usernotes">
79 User Notes: <ulink url="&blfs-wiki;/lxpolkit"/>
80 </para>
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of LXPolkit</title>
85
86 <para>
87 Install <application>LXPolkit</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>./configure --prefix=/usr \
92 --sysconfdir=/etc &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>
117 None
118 </seg>
119 <seg>
120 None
121 </seg>
122 <seg>
123 /usr/lib/lxpolkit and
124 /usr/share/lxpolkit
125 </seg>
126 </seglistitem>
127 </segmentedlist>
128
129 </sect2>
130
131</sect1>
Note: See TracBrowser for help on using the repository browser.