source: lxqt/apps/obconf_qt.xml@ 20e1589

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 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 20e1589 was 20e1589, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • Add LXQt applications..
  • Minor fixes and tweaks for other packages.

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

  • Property mode set to 100644
File size: 5.1 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 "&sources-anduin-other-http;/obconf-qt-&obconf-qt-version;.tar.xz">
8 <!ENTITY obconf-qt-download-ftp " ">
9 <!ENTITY obconf-qt-md5sum "dc0b9515fec3cf81cf809192e75daa3f">
10 <!ENTITY obconf-qt-size "344 KB">
11 <!ENTITY obconf-qt-buildsize "3.5 MB">
12 <!ENTITY obconf-qt-time "0.1 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 &lfs77_checked; &gcc5_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 <para>
73 The source tarball shown above was created by the BLFS team by cloning
74 the source code repository, finding the correct version to rename
75 accordingly the source code directory and finally making the compressed
76 tarball. No other modification has been made.
77 </para>
78
79 <bridgehead renderas="sect3">obconf-qt Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="cmake"/>,
84 <xref linkend="openbox"/> and
85 <xref linkend="qt5"/> or
86 <xref linkend="qt4"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/obconf-qt"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of obconf-qt</title>
96
97 <para>
98 For compilation with <application>Qt4</application>, see <quote>Command
99 Explanations</quote>, below. Install
100 <application>obconf-qt</application>, linked to
101 <application>Qt5</application>, by running the following 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=/usr \
109 .. &amp;&amp;
110
111make</userinput></screen>
112
113 <para>
114 The choice of <filename class="directory">/usr</filename> for prefix is
115 due to the general characteristics of this program, which can be used
116 without <application>LXQt</application>.
117 </para>
118
119 <para>
120 This package does not come with a test suite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <para>
135 <option>-DUSE_QT4=ON</option>: Use this switch, if you prefer to build
136 this application linked to <application>Qt4</application>.
137 </para>
138
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/static-libraries.xml"/>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Program</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directory</segtitle>
152
153 <seglistitem>
154 <seg>
155 obconf-qt
156 </seg>
157 <seg>
158 None
159 </seg>
160 <seg>
161 /usr/share/obconf-qt
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="obconf-qt-prog">
172 <term><command>obconf-qt</command></term>
173 <listitem>
174 <para>
175 is a GUI Qt based configuraon tool for
176 <application>OpenBox</application>.
177 </para>
178 <indexterm zone="obconf-qt obconf-qt-prog">
179 <primary sortas="b-obconf-qt">obconf-qt</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect2>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.