source: lxqt/apps/obconf-qt.xml@ 800e419a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 800e419a was e7df575, checked in by Pierre Labastie <pieere@…>, 8 years ago

Update LXQt applications and add pavucontrol-qt

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17906 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.4 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://downloads.lxqt.org/obconf-qt/&obconf-qt-version;/obconf-qt-&obconf-qt-version;.tar.xz">
8 <!ENTITY obconf-qt-download-ftp " ">
9 <!ENTITY obconf-qt-md5sum "12de451f5ab442bf6174ea285f2670e9">
10 <!ENTITY obconf-qt-size "34 KB">
11 <!ENTITY obconf-qt-buildsize "2.1 MB">
12 <!ENTITY obconf-qt-time "0.15 SBU">
13]>
14
15<sect1 id="obconf-qt" xreflabel="obconf-qt-&obconf-qt-version;">
16 <?dbhtml filename="obconf-qt.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>obconf-qt-&obconf-qt-version;</title>
24
25 <indexterm zone="obconf-qt">
26 <primary sortas="a-obconf-qt">obconf-qt</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to obconf-qt</title>
31
32 <para>
33 The <application>obconf-qt</application> package is an
34 <application>OpenBox</application> Qt based configuration tool.</para>
35
36 &lfs7a_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&obconf-qt-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&obconf-qt-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &obconf-qt-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &obconf-qt-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &obconf-qt-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &obconf-qt-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">obconf-qt Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="gtk2"/> (for <command>gtk-update-icon-cache</command>),
77 <xref linkend="hicolor-icon-theme"/>,
78 <xref linkend="liblxqt"/>, and
79 <xref linkend="openbox"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="git"/> (to download translation files) or
85 <xref linkend="lxqt-l10n"/> (to add localization files)
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/obconf-qt"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of obconf-qt</title>
95
96 <para>
97 Install <application>obconf-qt</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>mkdir -v build &amp;&amp;
102cd build &amp;&amp;
103
104cmake -DCMAKE_BUILD_TYPE=Release \
105 -DCMAKE_INSTALL_PREFIX=/usr \
106 -DPULL_TRANSLATIONS=no \
107 .. &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 The choice of <filename class="directory">/usr</filename> prefix is due
112 to the general characteristics of this program, which can be used
113 without <application>LXQt</application>.
114 </para>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 <para>
127 If <xref linkend="lxqt-l10n"/> is not installed in <filename
128 class="directory">/usr</filename>, the translation files are not found.
129 To cure that, run, as the <systemitem class="username">root</systemitem>:
130 </para>
131
132<screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
133 ln -s $LXQT_PREFIX/share/obconf-qt /usr/share
134fi</userinput></screen>
135
136 <para>
137 Note that the above instruction works only if <envar>LXQT_PREFIX</envar>
138 has been set as explained in <xref linkend="lxqt-pre-install"/>.
139 </para>
140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <para>
147 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
148 <xref linkend="git"/>, which would otherwise be requested to download
149 the translation files.
150 </para>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Program</segtitle>
159 <segtitle>Installed Libraries</segtitle>
160 <segtitle>Installed Directory</segtitle>
161
162 <seglistitem>
163 <seg>
164 obconf-qt
165 </seg>
166 <seg>
167 None
168 </seg>
169 <seg>
170 None
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="obconf-qt-prog">
181 <term><command>obconf-qt</command></term>
182 <listitem>
183 <para>
184 is a GUI Qt based configuration tool for
185 <application>OpenBox</application>.
186 </para>
187 <indexterm zone="obconf-qt obconf-qt-prog">
188 <primary sortas="b-obconf-qt">obconf-qt</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 </variablelist>
194
195 </sect2>
196
197</sect1>
Note: See TracBrowser for help on using the repository browser.