source: archive/lxqt/apps/obconf-qt.xml@ 7e618fdf

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 7e618fdf was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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