source: kde/polkit-qt.xml@ a1836490

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 a1836490 was 68896cd0, checked in by Pierre Labastie <pieere@…>, 3 years ago

Finish tagging kde

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

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