source: lxqt/desktop/libqtxdg.xml@ a822cb5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.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 a822cb5 was a822cb5, checked in by Pierre Labastie <pieere@…>, 7 years ago

LXQt:

  • tag desktop
  • change download links to github
  • two updates

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

  • 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 "a5683d77db13c6e86b6b578050c6f435">
14 <!ENTITY libqtxdg-size "61 KB">
15 <!ENTITY libqtxdg-buildsize "3.2 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 linkend="gtk2"/> (for <command>gtk-update-icon-cache</command>)
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/libqtxdg"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of libqtxdg</title>
97
98 <para>
99 Install <application>libqtxdg</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>mkdir -v build &amp;&amp;
104cd build &amp;&amp;
105
106cmake -DCMAKE_BUILD_TYPE=Release \
107 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
108 -DCMAKE_INSTALL_LIBDIR=lib \
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.