source: archive/lxqt/desktop/lxqt-policykit.xml@ f863fd7d

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f863fd7d was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.1 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<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
8 instead, but keep the old link in case the host become available again.
9 According to lxqt devs, they are working on it...
10 <!ENTITY lxqt-policykit-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-policykit-&lxqt-policykit-version;.tar.xz">-->
11 <!ENTITY lxqt-policykit-download-http "https://github.com/lxde/lxqt-policykit/releases/download/&lxqt-policykit-version;/lxqt-policykit-&lxqt-policykit-version;.tar.xz">
12 <!ENTITY lxqt-policykit-download-ftp " ">
13 <!ENTITY lxqt-policykit-md5sum "8d0380fd7d629e5416bad60caed16980">
14 <!ENTITY lxqt-policykit-size "32 KB">
15 <!ENTITY lxqt-policykit-buildsize "1.5 MB">
16 <!ENTITY lxqt-policykit-time "less than 0.1 SBU">
17]>
18
19<sect1 id="lxqt-policykit" xreflabel="lxqt-policykit-&lxqt-policykit-version;">
20 <?dbhtml filename="lxqt-policykit.html"?>
21
22 <sect1info>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>lxqt-policykit-&lxqt-policykit-version;</title>
27
28 <indexterm zone="lxqt-policykit">
29 <primary sortas="a-lxqt-policykit">lxqt-policykit</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to lxqt-policykit</title>
34
35 <para>
36 The <application>lxqt-policykit</application> package is the
37 <application>LXQt</application> PolicyKit agent.
38 </para>
39
40 &lfs82_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&lxqt-policykit-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&lxqt-policykit-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &lxqt-policykit-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &lxqt-policykit-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &lxqt-policykit-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &lxqt-policykit-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">lxqt-policykit Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="liblxqt"/>,
81 <xref linkend="polkit-qt"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="git"/> (to download translation files) or
87 <xref linkend="lxqt-l10n"/> (to add localization files)
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/lxqt-policykit"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of lxqt-policykit</title>
97
98 <para>
99 Install <application>lxqt-policykit</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>mkdir -v build &amp;&amp;
104cd build &amp;&amp;
105
106cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
107 -DCMAKE_BUILD_TYPE=Release \
108 -DPULL_TRANSLATIONS=no \
109 .. &amp;&amp;
110
111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
130 <xref linkend="git"/>, which would otherwise be requested to download
131 the translation files.
132 </para>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Program</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directory</segtitle>
143
144 <seglistitem>
145 <seg>
146 lxqt-policykit-agent
147 </seg>
148 <seg>
149 None
150 </seg>
151 <seg>
152 None
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="lxqt-policykit-agent-prog">
163 <term><command>lxqt-policykit-agent</command></term>
164 <listitem>
165 <para>
166 is the <application>LXQt</application> PolicyKit agent.
167 </para>
168 <indexterm zone="lxqt-policykit lxqt-policykit-agent-prog">
169 <primary sortas="b-lxqt-policykit-agent">lxqt-policykit-agent</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.