glfs/kde/polkit-qt.xml
2024-01-19 22:39:35 +01:00

162 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
<!ENTITY polkit-qt-download-http "&kde-download-http;polkit-qt-1/polkit-qt-1-&polkit-qt-version;.tar.xz">
<!ENTITY polkit-qt-download-ftp " ">
<!ENTITY polkit-qt-md5sum "2d20b02bd7ad1cd3f6ce235fc6d7de60">
<!ENTITY polkit-qt-size "60 KB">
<!ENTITY polkit-qt-buildsize "3.5 MB">
<!ENTITY polkit-qt-time "0.1 SBU">
]>
<sect1 id="polkit-qt" xreflabel="polkit-qt-&polkit-qt-version;">
<?dbhtml filename="polkit-qt.html"?>
<title>Polkit-Qt-&polkit-qt-version;</title>
<indexterm zone="polkit-qt">
<primary sortas="a-polkit-qt">polkit-qt</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Polkit-Qt</title>
<para>
<application>Polkit-Qt</application> provides an API to PolicyKit in
the Qt environment.
</para>
&lfs120_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&polkit-qt-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&polkit-qt-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &polkit-qt-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &polkit-qt-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &polkit-qt-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &polkit-qt-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Polkit-Qt Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="cmake"/>,
<xref linkend="polkit"/>, and
<xref linkend="qt5"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Polkit-Qt</title>
<para>
Install <application>Polkit-Qt</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev .. &amp;&amp;
make</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
to apply higher level of the compiler optimizations.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>none</seg>
<seg>
libpolkit-qt5-agent-1.so,
libpolkit-qt5-core-1.so, and
libpolkit-qt5-gui-1.so</seg>
<seg>
/usr/include/polkit-qt5-1 and
/usr/lib/cmake/PolkitQt5-1
</seg>
</seglistitem>
</segmentedlist>
<!--
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="a-polkit-qt">
<term><command>polkit-qt</command></term>
<listitem>
<para>
placeholder.
</para>
<indexterm zone="a-polkit-qt polkit-qt">
<primary sortas="b-polkit-qt">polkit-qt</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
-->
</sect2>
</sect1>