source: kde/polkit-qt.xml@ 383c5a2

ken/TL2024 trunk xry111/llvm18
Last change on this file since 383c5a2 was b60f1ce, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Preliminry update to kf6-6.0.0.

This update replaces kf5. In doing so there are several packages
in BLFS that are broken, notably the LXQt packages that reference
kf5 packages.

Trying to maintain kf5 and kf6 in the book is more effort than it
is worth. For those that want the kf5 based elements, blfs-12.1
still works.

Several packages were updated to build with qt6 so they are not available
for packages that need the qt5 versions, These include qca, polkit-qt, and
phonon. A couple of packages that are no longer needed for kf6 are still
in the book: kuserfeedback and libdbusmenuqt.

Many filenames still need to be changed, e.g. kf5-frameworks.xml, as
well as xml defined identifiers.

Later when LXQt releases their qt6/kf6 based packages, then we will
do a scrub of all the book internals to make names consistent.

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