mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 09:37:17 +08:00
7514b3cc16
Also commented out the dependency on gtk2 since it's not mentioned anywhere in the source code, other than an area which isn't built
153 lines
4.0 KiB
XML
153 lines
4.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;
|
|
|
|
<!ENTITY obconf-qt-download-http "https://github.com/lxqt/obconf-qt/releases/download/&obconf-qt-version;/obconf-qt-&obconf-qt-version;.tar.xz">
|
|
<!ENTITY obconf-qt-download-ftp " ">
|
|
<!ENTITY obconf-qt-md5sum "0fc4fdf4f8d9b0005fea13857596bf46">
|
|
<!ENTITY obconf-qt-size "108 KB">
|
|
<!ENTITY obconf-qt-buildsize "3.0 MB">
|
|
<!ENTITY obconf-qt-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="obconf-qt" xreflabel="obconf-qt-&obconf-qt-version;">
|
|
<?dbhtml filename="obconf-qt.html"?>
|
|
|
|
|
|
<title>obconf-qt-&obconf-qt-version;</title>
|
|
|
|
<indexterm zone="obconf-qt">
|
|
<primary sortas="a-obconf-qt">obconf-qt</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to obconf-qt</title>
|
|
|
|
<para>
|
|
The <application>obconf-qt</application> package is a Qt-based
|
|
configuration tool for <application>Openbox</application>.
|
|
</para>
|
|
|
|
&lfs113_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&obconf-qt-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&obconf-qt-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &obconf-qt-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &obconf-qt-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &obconf-qt-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &obconf-qt-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">obconf-qt Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<!--<xref linkend="gtk2"/> (for <command>gtk-update-icon-cache</command>),-->
|
|
<xref linkend="hicolor-icon-theme"/>,
|
|
<xref linkend="liblxqt"/>, and
|
|
<xref linkend="openbox"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of obconf-qt</title>
|
|
|
|
<para>
|
|
Install <application>obconf-qt</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir -v build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
.. &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the &root; user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
obconf-qt
|
|
</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="obconf-qt-prog">
|
|
<term><command>obconf-qt</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a Qt-based configuration tool for
|
|
<application>Openbox</application>
|
|
</para>
|
|
<indexterm zone="obconf-qt obconf-qt-prog">
|
|
<primary sortas="b-obconf-qt">obconf-qt</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|