source: lxqt/desktop/libqtxdg.xml@ 990dbf0

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 990dbf0 was 990dbf0, checked in by Bruce Dubbs <bdubbs@…>, 8 months ago

Remove obsolete references to gtk2

  • 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 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 "1dfe393914a1e29c3b0d684bff8189f4">
10 <!ENTITY libqtxdg-size "72 KB">
11 <!ENTITY libqtxdg-buildsize "6.3 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 &lfs120_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 &qt5-deps;
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 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/libqtxdg"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of libqtxdg</title>
90
91 <para>
92 Install <application>libqtxdg</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 -DCMAKE_INSTALL_LIBDIR=lib \
102 .. &amp;&amp;
103
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the &root; user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <para>
122 <option>-DBUILD_TESTS=ON</option>: Use this option if you wish to build
123 tests. If you pass this option, you can run the tests by executing:
124 <command>make test</command>.
125 </para>
126
127 <para>
128 <option>-DBUILD_DEV_UTILS=ON</option>: Use this switch if you wish to
129 build and install the development utilities.
130 </para>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Library</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 None
145 </seg>
146 <seg>
147 libQt5Xdg.so and libQt5XdgIconLoader.so
148 </seg>
149 <seg>
150 /usr/include/{qt5xdg,qt5xdgiconloader} and
151 /usr/share/cmake/{qt5xdg,qt5xdgiconloader}
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="libQt5Xdg-lib">
162 <term><filename class="libraryfile">libQt5Xdg.so</filename></term>
163 <listitem>
164 <para>
165 contains the <application>libQt5Xdg</application> API functions
166 </para>
167 <indexterm zone="libqtxdg libQt5Xdg-lib">
168 <primary sortas="c-libQt5Xdg">libQt5Xdg.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="libQt5XdgIconLoader-lib">
174 <term><filename class="libraryfile">libQt5XdgIconLoader.so</filename></term>
175 <listitem>
176 <para>
177 contains the <application>libQt5XdgIconLoader</application> API functions
178 </para>
179 <indexterm zone="libqtxdg libQt5XdgIconLoader-lib">
180 <primary sortas="c-libQt5XdgIconLoader">libQt5XdgIconLoader.so</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.