source: lxqt/desktop/libqtxdg.xml

trunk
Last change on this file was 18958f2e, checked in by Bruce Dubbs <bdubbs@…>, 4 days ago

Update to lxqt-2.0.

  • Property mode set to 100644
File size: 5.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 libqtxdg-download-http "https://github.com/lxqt/libqtxdg/releases/download/&libqtxdg-version;/libqtxdg-&libqtxdg-version;.tar.xz">
8 <!ENTITY libqtxdg-download-ftp " ">
9 <!ENTITY libqtxdg-md5sum "4aaf75449cb6c8251f3b2fc21e4c5122">
10 <!ENTITY libqtxdg-size "72 KB">
11 <!ENTITY libqtxdg-buildsize "9.5 MB">
12 <!ENTITY libqtxdg-time "0.3 SBU">
13]>
14
15<sect1 id="libqtxdg" xreflabel="libqtxdg-&libqtxdg-version;">
16 <?dbhtml filename="libqtxdg.html"?>
17
18
19 <title>libqtxdg-&libqtxdg-version;</title>
20
21 <indexterm zone="libqtxdg">
22 <primary sortas="a-libqtxdg">libqtxdg</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libqtxdg</title>
27
28 <para>
29 The <application>libqtxdg</application> is a Qt implementation of the
30 freedesktop.org xdg specifications.
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="&libqtxdg-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libqtxdg-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libqtxdg-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libqtxdg-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libqtxdg-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libqtxdg-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">libqtxdg Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="cmake"/> and
74 <xref linkend="qt6"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
78 <para role="optional">
79 <xref role="runtime" linkend="gtk3"/>
80 (for <command>gtk-update-icon-cache</command>)
81 </para>
82
83<!--
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/libqtxdg"/>
86 </para>
87-->
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of libqtxdg</title>
92
93 <para>
94 Install <application>libqtxdg</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>mkdir build &amp;&amp;
99cd build &amp;&amp;
100
101cmake -D CMAKE_INSTALL_PREFIX=/usr \
102 -D CMAKE_BUILD_TYPE=Release \
103 .. &amp;&amp;
104
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the &root; user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118<!--
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para>
123 <option>-DBUILD_TESTS=ON</option>: Use this option if you wish to build
124 tests. If you pass this option, you can run the tests by executing:
125 <command>make test</command>.
126 </para>
127
128 <para>
129 <option>-DBUILD_DEV_UTILS=ON</option>: Use this switch if you wish to
130 build and install the development utilities.
131 </para>
132
133 </sect2>
134-->
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Library</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>
145 None
146 </seg>
147 <seg>
148 libQt6Xdg.so and libQt6XdgIconLoader.so
149 </seg>
150 <seg>
151 /usr/include/{qt6xdg,qt6xdgiconloader} and
152 /usr/share/cmake/{qt6xdg,qt6xdgiconloader}
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="libQt6Xdg-lib">
163 <term><filename class="libraryfile">libQt6Xdg.so</filename></term>
164 <listitem>
165 <para>
166 contains the <application>libQt6Xdg</application> API functions
167 </para>
168 <indexterm zone="libqtxdg libQt6Xdg-lib">
169 <primary sortas="c-libQt6Xdg">libQt6Xdg.so</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="libQt6XdgIconLoader-lib">
175 <term><filename class="libraryfile">libQt6XdgIconLoader.so</filename></term>
176 <listitem>
177 <para>
178 contains the <application>libQt6XdgIconLoader</application> API functions
179 </para>
180 <indexterm zone="libqtxdg libQt6XdgIconLoader-lib">
181 <primary sortas="c-libQt6XdgIconLoader">libQt6XdgIconLoader.so</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 </variablelist>
187
188 </sect2>
189
190</sect1>
Note: See TracBrowser for help on using the repository browser.