source: kde/polkit-qt.xml@ 4969ec3c

10.0 10.1 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 4969ec3c was 1c8c15c, checked in by Pierre Labastie <pieere@…>, 4 years ago

Fix <para> format: kde chapter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22818 af4574ff-66df-0310-9fd7-8a98e5e911e0

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