source: kde/polkit-qt.xml@ 57b67574

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 57b67574 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.2 KB
RevLine 
[0e25c32]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" [
[632bfad]4 <!ENTITY % general-entities SYSTEM "../general.ent">
[0e25c32]5 %general-entities;
6
[40fc18f5]7 <!ENTITY polkit-qt-download-http "&kde-download-http;polkit-qt-1/polkit-qt-1-&polkit-qt-version;.tar.xz">
[88bb10f]8 <!ENTITY polkit-qt-download-ftp " ">
[1d372050]9 <!ENTITY polkit-qt-md5sum "2d20b02bd7ad1cd3f6ce235fc6d7de60">
[b9c353b]10 <!ENTITY polkit-qt-size "60 KB">
[1d372050]11 <!ENTITY polkit-qt-buildsize "3.5 MB">
12 <!ENTITY polkit-qt-time "0.1 SBU">
[0e25c32]13]>
14
15<sect1 id="polkit-qt" xreflabel="polkit-qt-&polkit-qt-version;">
16 <?dbhtml filename="polkit-qt.html"?>
17
18
19 <title>Polkit-Qt-&polkit-qt-version;</title>
20
21 <indexterm zone="polkit-qt">
22 <primary sortas="a-polkit-qt">polkit-qt</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Polkit-Qt</title>
27
[1c8c15c]28 <para>
29 <application>Polkit-Qt</application> provides an API to PolicyKit in
30 the Qt environment.
31 </para>
[0e25c32]32
[3032882]33 &lfs112_checked;
[0e25c32]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
[1c8c15c]38 <para>
39 Download (HTTP): <ulink url="&polkit-qt-download-http;"/>
40 </para>
[0e25c32]41 </listitem>
42 <listitem>
[1c8c15c]43 <para>
44 Download (FTP): <ulink url="&polkit-qt-download-ftp;"/>
45 </para>
[0e25c32]46 </listitem>
47 <listitem>
[1c8c15c]48 <para>
49 Download MD5 sum: &polkit-qt-md5sum;
50 </para>
[0e25c32]51 </listitem>
52 <listitem>
[1c8c15c]53 <para>
54 Download size: &polkit-qt-size;
55 </para>
[0e25c32]56 </listitem>
57 <listitem>
[1c8c15c]58 <para>
59 Estimated disk space required: &polkit-qt-buildsize;
60 </para>
[0e25c32]61 </listitem>
62 <listitem>
[1c8c15c]63 <para>
64 Estimated build time: &polkit-qt-time;
65 </para>
[0e25c32]66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Polkit-Qt Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
[88bb10f]73 <xref linkend="cmake"/>,
74 <xref linkend="polkit"/>, and
75 <xref linkend="qt5"/>
[0e25c32]76 </para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/polkit-qt"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of Polkit-Qt</title>
[632bfad]85
[1c8c15c]86 <para>
87 Install <application>Polkit-Qt</application> by running the following
88 commands:
89 </para>
[632bfad]90
[08f422e]91<screen><userinput>mkdir build &amp;&amp;
[18c9ee54]92cd build &amp;&amp;
93
[f175d6f6]94cmake -DCMAKE_INSTALL_PREFIX=/usr \
[632bfad]95 -DCMAKE_BUILD_TYPE=Release \
[9a21389]96 -Wno-dev .. &amp;&amp;
[0e25c32]97make</userinput></screen>
98
[9ca304a]99 <para>
100 This package does not come with a test suite.
101 </para>
102
[1c8c15c]103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
[0e25c32]106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
[88c28a59]114 <para>
115 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
116 to apply higher level of the compiler optimizations.
117 </para>
118
[0e25c32]119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
[4d297e30]126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
[0e25c32]128
129 <seglistitem>
[2a7334e8]130 <seg>none</seg>
[9e04432]131 <seg>
[632bfad]132 libpolkit-qt5-agent-1.so,
[9e04432]133 libpolkit-qt5-core-1.so, and
[632bfad]134 libpolkit-qt5-gui-1.so</seg>
[9e04432]135 <seg>
136 /usr/include/polkit-qt5-1 and
[632bfad]137 /usr/lib/cmake/PolkitQt5-1
[9e04432]138 </seg>
[0e25c32]139 </seglistitem>
140 </segmentedlist>
141<!--
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="a-polkit-qt">
148 <term><command>polkit-qt</command></term>
149 <listitem>
[1c8c15c]150 <para>
151 placeholder.
152 </para>
[0e25c32]153 <indexterm zone="a-polkit-qt polkit-qt">
154 <primary sortas="b-polkit-qt">polkit-qt</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160-->
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.