source: lxqt/desktop/obconf-qt.xml@ 7c123956

lazarus trunk
Last change on this file since 7c123956 was 7c123956, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Add a patch to obconf-qt to make it compatible with QT6

  • Property mode set to 100644
File size: 4.4 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 "e89509d190e34fef75875856edcb4855">
10 <!ENTITY obconf-qt-size "116 KB">
11 <!ENTITY obconf-qt-buildsize "4.6 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 a Qt-based
30 configuration tool for <application>Openbox</application>.
31 </para>
32
33 &lfs121_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">Additional Downloads</bridgehead>
70 <itemizedlist spacing="compact">
71 <listitem>
72 <para>
73 Required patch:
74 <ulink url="&patch-root;/obconf-qt-&obconf-qt-version;-qt6-1.patch"/>
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">obconf-qt Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="hicolor-icon-theme"/>,
84 <xref linkend="lxqt-build-tools"/>,
85 <xref linkend="openbox"/>, and
86 <xref linkend="qt6"/>
87 </para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of obconf-qt</title>
93
94 <para>
95 First, make the program compatible with <xref linkend="qt6"/>.
96 </para>
97
98<screen><userinput>patch -Np1 -i ../obconf-qt-&obconf-qt-version;-qt6-1.patch</userinput></screen>
99
100 <para>
101 Install <application>obconf-qt</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>mkdir build &amp;&amp;
106cd build &amp;&amp;
107
108cmake -D CMAKE_INSTALL_PREFIX=/usr \
109 -D CMAKE_BUILD_TYPE=Release \
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 &root; user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Program</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directory</segtitle>
132
133 <seglistitem>
134 <seg>
135 obconf-qt
136 </seg>
137 <seg>
138 None
139 </seg>
140 <seg>
141 None
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="obconf-qt-prog">
152 <term><command>obconf-qt</command></term>
153 <listitem>
154 <para>
155 is a Qt-based configuration tool for
156 <application>Openbox</application>
157 </para>
158 <indexterm zone="obconf-qt obconf-qt-prog">
159 <primary sortas="b-obconf-qt">obconf-qt</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.