source: lxqt/desktop/obconf-qt.xml@ a41dc19

12.0 12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since a41dc19 was a41dc19, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Update obconf-qt to 0.16.2 (still needs measures)

  • Property mode set to 100644
File size: 4.9 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 -DPULL_TRANSLATIONS=no \
105 .. &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 <para>
119 If you installed in /opt, again as the
120 <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
124 ln -svf $LXQT_PREFIX/share/applications/obconf-qt.desktop \
125 /usr/share/applications
126fi</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
134 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
135 <xref linkend="git"/>, which would otherwise be requested to download
136 the translation files.
137 </para>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Program</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directory</segtitle>
148
149 <seglistitem>
150 <seg>
151 obconf-qt
152 </seg>
153 <seg>
154 None
155 </seg>
156 <seg>
157 None
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="obconf-qt-prog">
168 <term><command>obconf-qt</command></term>
169 <listitem>
170 <para>
171 is a Qt based GUI configuration tool for
172 <application>OpenBox</application>.
173 </para>
174 <indexterm zone="obconf-qt obconf-qt-prog">
175 <primary sortas="b-obconf-qt">obconf-qt</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.