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

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since ab4fdfc was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 5 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "6a3f8d3bf8b257ec643fc8d40d88a4f5">
10 <!ENTITY obconf-qt-size "116 KB">
11 <!ENTITY obconf-qt-buildsize "4.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
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 a Qt-based
30 configuration tool for <application>Openbox</application>.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&obconf-qt-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&obconf-qt-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &obconf-qt-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &obconf-qt-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &obconf-qt-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &obconf-qt-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">obconf-qt Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="hicolor-icon-theme"/>,
74 <xref linkend="liblxqt"/>, and
75 <xref linkend="openbox"/>
76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of obconf-qt</title>
82
83 <para>
84 First, fix the package to build with <xref linkend="libxml2"/>:
85 </para>
86
87<screen><userinput>sed -e '/iostream/a #include &lt;libxml/xmlsave.h&gt;' \
88 -e 's/xmlErrorPtr/const xmlError*/' \
89 -i src/obconf-qt.cpp</userinput></screen>
90
91 <para>
92 Now install <application>obconf-qt</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>mkdir -v build &amp;&amp;
97cd build &amp;&amp;
98
99cmake -DCMAKE_INSTALL_PREFIX=/usr \
100 -DCMAKE_BUILD_TYPE=Release \
101 .. &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 This package does not come with a test suite.
106 </para>
107
108 <para>
109 Now, as the &root; user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Program</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directory</segtitle>
123
124 <seglistitem>
125 <seg>
126 obconf-qt
127 </seg>
128 <seg>
129 None
130 </seg>
131 <seg>
132 None
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="obconf-qt-prog">
143 <term><command>obconf-qt</command></term>
144 <listitem>
145 <para>
146 is a Qt-based configuration tool for
147 <application>Openbox</application>
148 </para>
149 <indexterm zone="obconf-qt obconf-qt-prog">
150 <primary sortas="b-obconf-qt">obconf-qt</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 </variablelist>
156
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.