source: lxqt/desktop/libqtxdg.xml@ 737f339

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 737f339 was 737f339, checked in by Pierre Labastie <pieere@…>, 6 years ago

LXQt-0.12.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19394 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.5 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 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>libqtxdg-&libqtxdg-version;</title>
28
29 <indexterm zone="libqtxdg">
30 <primary sortas="a-libqtxdg">libqtxdg</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to libqtxdg</title>
35
36 <para>
37 The <application>libqtxdg</application> is a Qt implementation of
38 freedesktop.org xdg specifications.
39 </para>
40
41 &lfs81_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&libqtxdg-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&libqtxdg-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &libqtxdg-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &libqtxdg-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &libqtxdg-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &libqtxdg-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">libqtxdg Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="cmake"/> and
82 <xref linkend="qt5"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
86 <para role="optional">
87 <xref role="runtime" linkend="gtk2"/> or
88 <xref role="runtime" linkend="gtk3"/>
89 (for <command>gtk-update-icon-cache</command>)
90 </para>
91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/libqtxdg"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of libqtxdg</title>
99
100 <para>
101 Install <application>libqtxdg</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>mkdir -v build &amp;&amp;
106cd build &amp;&amp;
107
108cmake -DCMAKE_BUILD_TYPE=Release \
109 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
110 .. &amp;&amp;
111
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <option>-DBUILD_TESTS=ON</option>: Builds tests.
131 </para>
132
133 <para>
134 <option>-DBUILD_DEV_UTILS=ON</option>: Builds and installs development
135 utilities.
136 </para>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Library</segtitle>
146 <segtitle>Installed Directories</segtitle>
147
148 <seglistitem>
149 <seg>
150 None
151 </seg>
152 <seg>
153 libQt5Xdg.so and libQt5XdgIconLoader.so
154 </seg>
155 <seg>
156 $LXQT_PREFIX/include/{qt5xdg,qt5xdgiconloader} and
157 $LXQT_PREFIX/share/cmake/{qt5xdg,qt5xdgiconloader}
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="libQt5Xdg-lib">
168 <term><filename class="libraryfile">libQt5Xdg.so</filename></term>
169 <listitem>
170 <para>
171 contains the <application>libQt5Xdg</application> API functions.
172 </para>
173 <indexterm zone="libqtxdg libQt5Xdg-lib">
174 <primary sortas="c-libQt5Xdg">libQt5Xdg.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="libQt5XdgIconLoader-lib">
180 <term><filename class="libraryfile">libQt5XdgIconLoader.so</filename></term>
181 <listitem>
182 <para>
183 contains the <application>libQt5XdgIconLoader</application> API functions.
184 </para>
185 <indexterm zone="libqtxdg libQt5XdgIconLoader-lib">
186 <primary sortas="c-libQt5XdgIconLoader">libQt5XdgIconLoader.so</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.