source: kde/polkit-qt.xml@ 751ceda

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 751ceda was da54a62, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Tags for kde and some deps

  • Property mode set to 100644
File size: 4.2 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 polkit-qt-download-http "&kde-download-http;polkit-qt-1/polkit-qt-1-&polkit-qt-version;.tar.xz">
8 <!ENTITY polkit-qt-download-ftp " ">
9 <!ENTITY polkit-qt-md5sum "2d20b02bd7ad1cd3f6ce235fc6d7de60">
10 <!ENTITY polkit-qt-size "6o KB">
11 <!ENTITY polkit-qt-buildsize "3.5 MB">
12 <!ENTITY polkit-qt-time "0.1 SBU">
13]>
14
15<sect1 id="polkit-qt" xreflabel="polkit-qt-&polkit-qt-version;">
16 <?dbhtml filename="polkit-qt.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Polkit-Qt-&polkit-qt-version;</title>
23
24 <indexterm zone="polkit-qt">
25 <primary sortas="a-polkit-qt">polkit-qt</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Polkit-Qt</title>
30
31 <para>
32 <application>Polkit-Qt</application> provides an API to PolicyKit in
33 the Qt environment.
34 </para>
35
36 &lfs110a_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&polkit-qt-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&polkit-qt-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &polkit-qt-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &polkit-qt-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &polkit-qt-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &polkit-qt-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Polkit-Qt Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="cmake"/>,
77 <xref linkend="polkit"/>, and
78 <xref linkend="qt5"/>
79 </para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/polkit-qt"/></para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Polkit-Qt</title>
88
89 <para>
90 Install <application>Polkit-Qt</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>mkdir build &amp;&amp;
95cd build &amp;&amp;
96
97cmake -DCMAKE_INSTALL_PREFIX=/usr \
98 -DCMAKE_BUILD_TYPE=Release \
99 -Wno-dev .. &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 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
119 to apply higher level of the compiler optimizations.
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 Directories</segtitle>
131
132 <seglistitem>
133 <seg>none</seg>
134 <seg>
135 libpolkit-qt5-agent-1.so,
136 libpolkit-qt5-core-1.so, and
137 libpolkit-qt5-gui-1.so</seg>
138 <seg>
139 /usr/include/polkit-qt5-1 and
140 /usr/lib/cmake/PolkitQt5-1
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="a-polkit-qt">
151 <term><command>polkit-qt</command></term>
152 <listitem>
153 <para>
154 placeholder.
155 </para>
156 <indexterm zone="a-polkit-qt polkit-qt">
157 <primary sortas="b-polkit-qt">polkit-qt</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.