mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
3f2db3a638
They only contain a date tag that is nowhere used.
176 lines
5.0 KiB
XML
176 lines
5.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!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;
|
|
|
|
<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
|
|
instead, but keep the old link in case the host become available again.
|
|
According to lxqt devs, they are working on it...
|
|
<!ENTITY lxqt-policykit-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-policykit-&lxqt-policykit-version;.tar.xz">-->
|
|
<!ENTITY lxqt-policykit-download-http "https://github.com/lxde/lxqt-policykit/releases/download/&lxqt-policykit-version;/lxqt-policykit-&lxqt-policykit-version;.tar.xz">
|
|
<!ENTITY lxqt-policykit-download-ftp " ">
|
|
<!ENTITY lxqt-policykit-md5sum "8d0380fd7d629e5416bad60caed16980">
|
|
<!ENTITY lxqt-policykit-size "32 KB">
|
|
<!ENTITY lxqt-policykit-buildsize "1.5 MB">
|
|
<!ENTITY lxqt-policykit-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="lxqt-policykit" xreflabel="lxqt-policykit-&lxqt-policykit-version;">
|
|
<?dbhtml filename="lxqt-policykit.html"?>
|
|
|
|
|
|
<title>lxqt-policykit-&lxqt-policykit-version;</title>
|
|
|
|
<indexterm zone="lxqt-policykit">
|
|
<primary sortas="a-lxqt-policykit">lxqt-policykit</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to lxqt-policykit</title>
|
|
|
|
<para>
|
|
The <application>lxqt-policykit</application> package is the
|
|
<application>LXQt</application> PolicyKit agent.
|
|
</para>
|
|
|
|
&lfs82_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&lxqt-policykit-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&lxqt-policykit-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &lxqt-policykit-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &lxqt-policykit-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &lxqt-policykit-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &lxqt-policykit-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">lxqt-policykit Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="liblxqt"/>,
|
|
<xref linkend="polkit-qt"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="git"/> (to download translation files) or
|
|
<xref linkend="lxqt-l10n"/> (to add localization files)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/lxqt-policykit"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of lxqt-policykit</title>
|
|
|
|
<para>
|
|
Install <application>lxqt-policykit</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir -v build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DPULL_TRANSLATIONS=no \
|
|
.. &&
|
|
|
|
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>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
|
|
<xref linkend="git"/>, which would otherwise be requested to download
|
|
the translation files.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
lxqt-policykit-agent
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="lxqt-policykit-agent-prog">
|
|
<term><command>lxqt-policykit-agent</command></term>
|
|
<listitem>
|
|
<para>
|
|
is the <application>LXQt</application> PolicyKit agent.
|
|
</para>
|
|
<indexterm zone="lxqt-policykit lxqt-policykit-agent-prog">
|
|
<primary sortas="b-lxqt-policykit-agent">lxqt-policykit-agent</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|