source: archive/lxqt/desktop/libqtxdg.xml@ 15edee5

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 15edee5 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.4 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<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
8 instead, but keep the old link in case the host become available again.
9 According to lxqt devs, they are working on it...
10 <!ENTITY libqtxdg-download-http "http://downloads.lxqt.org/libqtxdg/&libqtxdg-version;/libqtxdg-&libqtxdg-version;.tar.xz">-->
11 <!ENTITY libqtxdg-download-http "https://github.com/lxde/libqtxdg/releases/download/&libqtxdg-version;/libqtxdg-&libqtxdg-version;.tar.xz">
12 <!ENTITY libqtxdg-download-ftp " ">
13 <!ENTITY libqtxdg-md5sum "15db87c252dfdf6a6852abb08a749965">
14 <!ENTITY libqtxdg-size "65 KB">
15 <!ENTITY libqtxdg-buildsize "5.1 MB">
16 <!ENTITY libqtxdg-time "0.2 SBU">
17]>
18
19<sect1 id="libqtxdg" xreflabel="libqtxdg-&libqtxdg-version;">
20 <?dbhtml filename="libqtxdg.html"?>
21
22 <sect1info>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>libqtxdg-&libqtxdg-version;</title>
27
28 <indexterm zone="libqtxdg">
29 <primary sortas="a-libqtxdg">libqtxdg</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to libqtxdg</title>
34
35 <para>
36 The <application>libqtxdg</application> is a Qt implementation of
37 freedesktop.org xdg specifications.
38 </para>
39
40 &lfs82_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&libqtxdg-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&libqtxdg-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &libqtxdg-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &libqtxdg-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &libqtxdg-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &libqtxdg-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">libqtxdg Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="cmake"/> and
81 <xref linkend="qt5"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
85 <para role="optional">
86 <xref role="runtime" linkend="gtk2"/> or
87 <xref role="runtime" linkend="gtk3"/>
88 (for <command>gtk-update-icon-cache</command>)
89 </para>
90
91 <para condition="html" role="usernotes">
92 User Notes: <ulink url="&blfs-wiki;/libqtxdg"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of libqtxdg</title>
98
99 <para>
100 Install <application>libqtxdg</application> by running the following
101 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=$LXQT_PREFIX \
109 .. &amp;&amp;
110
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 <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <option>-DBUILD_TESTS=ON</option>: Builds tests.
130 </para>
131
132 <para>
133 <option>-DBUILD_DEV_UTILS=ON</option>: Builds and installs development
134 utilities.
135 </para>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Library</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>
149 None
150 </seg>
151 <seg>
152 libQt5Xdg.so and libQt5XdgIconLoader.so
153 </seg>
154 <seg>
155 $LXQT_PREFIX/include/{qt5xdg,qt5xdgiconloader} and
156 $LXQT_PREFIX/share/cmake/{qt5xdg,qt5xdgiconloader}
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="libQt5Xdg-lib">
167 <term><filename class="libraryfile">libQt5Xdg.so</filename></term>
168 <listitem>
169 <para>
170 contains the <application>libQt5Xdg</application> API functions.
171 </para>
172 <indexterm zone="libqtxdg libQt5Xdg-lib">
173 <primary sortas="c-libQt5Xdg">libQt5Xdg.so</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="libQt5XdgIconLoader-lib">
179 <term><filename class="libraryfile">libQt5XdgIconLoader.so</filename></term>
180 <listitem>
181 <para>
182 contains the <application>libQt5XdgIconLoader</application> API functions.
183 </para>
184 <indexterm zone="libqtxdg libQt5XdgIconLoader-lib">
185 <primary sortas="c-libQt5XdgIconLoader">libQt5XdgIconLoader.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.