source: kde/polkit-qt.xml@ 1d372050

11.0 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 1d372050 was 1d372050, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Package Updates.
Update to Text-CSV-2.01 (Perl module).
Update to polkit-qt-1-0.114.0.

  • 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">
10 <!ENTITY polkit-qt-size "6o KB">
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 <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
[1c8c15c]31 <para>
32 <application>Polkit-Qt</application> provides an API to PolicyKit in
33 the Qt environment.
34 </para>
[0e25c32]35
[68896cd0]36 &lfs101_checked;
[0e25c32]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
[1c8c15c]41 <para>
42 Download (HTTP): <ulink url="&polkit-qt-download-http;"/>
43 </para>
[0e25c32]44 </listitem>
45 <listitem>
[1c8c15c]46 <para>
47 Download (FTP): <ulink url="&polkit-qt-download-ftp;"/>
48 </para>
[0e25c32]49 </listitem>
50 <listitem>
[1c8c15c]51 <para>
52 Download MD5 sum: &polkit-qt-md5sum;
53 </para>
[0e25c32]54 </listitem>
55 <listitem>
[1c8c15c]56 <para>
57 Download size: &polkit-qt-size;
58 </para>
[0e25c32]59 </listitem>
60 <listitem>
[1c8c15c]61 <para>
62 Estimated disk space required: &polkit-qt-buildsize;
63 </para>
[0e25c32]64 </listitem>
65 <listitem>
[1c8c15c]66 <para>
67 Estimated build time: &polkit-qt-time;
68 </para>
[0e25c32]69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Polkit-Qt Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
[88bb10f]76 <xref linkend="cmake"/>,
77 <xref linkend="polkit"/>, and
78 <xref linkend="qt5"/>
[0e25c32]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>
[632bfad]88
[1c8c15c]89 <para>
90 Install <application>Polkit-Qt</application> by running the following
91 commands:
92 </para>
[632bfad]93
[08f422e]94<screen><userinput>mkdir build &amp;&amp;
[18c9ee54]95cd build &amp;&amp;
96
[f175d6f6]97cmake -DCMAKE_INSTALL_PREFIX=/usr \
[632bfad]98 -DCMAKE_BUILD_TYPE=Release \
[9a21389]99 -Wno-dev .. &amp;&amp;
[0e25c32]100make</userinput></screen>
101
[9ca304a]102 <para>
103 This package does not come with a test suite.
104 </para>
105
[1c8c15c]106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
[0e25c32]109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
[88c28a59]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
[0e25c32]122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
[4d297e30]129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
[0e25c32]131
132 <seglistitem>
[2a7334e8]133 <seg>none</seg>
[9e04432]134 <seg>
[632bfad]135 libpolkit-qt5-agent-1.so,
[9e04432]136 libpolkit-qt5-core-1.so, and
[632bfad]137 libpolkit-qt5-gui-1.so</seg>
[9e04432]138 <seg>
139 /usr/include/polkit-qt5-1 and
[632bfad]140 /usr/lib/cmake/PolkitQt5-1
[9e04432]141 </seg>
[0e25c32]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>
[1c8c15c]153 <para>
154 placeholder.
155 </para>
[0e25c32]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.