source: lxqt/apps/obconf-qt.xml@ 182e21e

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 182e21e was 182e21e, checked in by Bruce Dubbs <bdubbs@…>, 11 months ago

Reorganize lxqt

There are several packages that are not critical for the lxqt desktop
but are useful. A user can test out lxqt without the packages in apps.
It is useful to have at least one terminal emulator when testing, but
xterm will do.

  • 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 obconf-qt-download-http "https://github.com/lxqt/obconf-qt/releases/download/&obconf-qt-version;/obconf-qt-&obconf-qt-version;.tar.xz">
8 <!ENTITY obconf-qt-download-ftp " ">
9 <!ENTITY obconf-qt-md5sum "0fc4fdf4f8d9b0005fea13857596bf46">
10 <!ENTITY obconf-qt-size "108 KB">
11 <!ENTITY obconf-qt-buildsize "3.0 MB">
12 <!ENTITY obconf-qt-time "0.2 SBU">
13]>
14
15<sect1 id="obconf-qt" xreflabel="obconf-qt-&obconf-qt-version;">
16 <?dbhtml filename="obconf-qt.html"?>
17
18
19 <title>obconf-qt-&obconf-qt-version;</title>
20
21 <indexterm zone="obconf-qt">
22 <primary sortas="a-obconf-qt">obconf-qt</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to obconf-qt</title>
27
28 <para>
29 The <application>obconf-qt</application> package is an
30 <application>OpenBox</application> Qt based configuration tool.</para>
31
32 &lfs113_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&obconf-qt-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&obconf-qt-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &obconf-qt-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &obconf-qt-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &obconf-qt-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &obconf-qt-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">obconf-qt Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="gtk2"/> (for <command>gtk-update-icon-cache</command>),
73 <xref linkend="hicolor-icon-theme"/>,
74 <xref linkend="liblxqt"/>, and
75 <xref linkend="openbox"/>
76 </para>
77
78 <!--
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref linkend="git"/> (to download translation files) or
82 <xref linkend="lxqt-l10n"/> (to add localization files)
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/obconf-qt"/>
87 </para>
88 -->
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of obconf-qt</title>
93
94 <para>
95 Install <application>obconf-qt</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>mkdir -v build &amp;&amp;
100cd build &amp;&amp;
101
102cmake -DCMAKE_BUILD_TYPE=Release \
103 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
104 .. &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directory</segtitle>
126
127 <seglistitem>
128 <seg>
129 obconf-qt
130 </seg>
131 <seg>
132 None
133 </seg>
134 <seg>
135 None
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="obconf-qt-prog">
146 <term><command>obconf-qt</command></term>
147 <listitem>
148 <para>
149 is a Qt based GUI configuration tool for
150 <application>OpenBox</application>.
151 </para>
152 <indexterm zone="obconf-qt obconf-qt-prog">
153 <primary sortas="b-obconf-qt">obconf-qt</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.