source: archive/lxqt-old/desktop/liblxqt-mount.xml@ 45ab6c7

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 45ab6c7 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: 4.2 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 liblxqt-mount-download-http "&lxqt-http-repo;/&lxqt-version;/liblxqt-mount-&liblxqt-mount-version;.tar.xz">
8 <!ENTITY liblxqt-mount-download-ftp " ">
9 <!ENTITY liblxqt-mount-md5sum "476d91d6680f63b0dd7ab445120b9e20">
10 <!ENTITY liblxqt-mount-size "20 KB">
11 <!ENTITY liblxqt-mount-buildsize "1.1 MB">
12 <!ENTITY liblxqt-mount-time "less than 0.1 SBU">
13]>
14
15<sect1 id="liblxqt-mount" xreflabel="liblxqt-mount-&liblxqt-mount-version;">
16 <?dbhtml filename="liblxqt-mount.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>liblxqt-mount-&liblxqt-mount-version;</title>
23
24 <indexterm zone="liblxqt-mount">
25 <primary sortas="a-liblxqt-mount">liblxqt-mount</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to liblxqt-mount</title>
30
31 <para>
32 The <application>liblxqt-mount</application> package is used in
33 <application>LXQt</application> for removable devices management.
34 </para>
35
36 &lfs78_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&liblxqt-mount-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&liblxqt-mount-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &liblxqt-mount-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &liblxqt-mount-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &liblxqt-mount-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &liblxqt-mount-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">liblxqt-mount Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="cmake"/> and
77 <xref linkend="qt5"/>
78 </para>
79
80 <para condition="html" role="usernotes">
81 User Notes: <ulink url="&blfs-wiki;/liblxqt-mount"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of liblxqt-mount</title>
87
88 <para>
89 Install <application>liblxqt-mount</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>mkdir -v build &amp;&amp;
94cd build &amp;&amp;
95
96cmake -DCMAKE_BUILD_TYPE=Release \
97 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
98 -DCMAKE_INSTALL_LIBDIR=lib \
99 .. &amp;&amp;
100
101make</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Library</segtitle>
121 <segtitle>Installed Directories</segtitle>
122
123 <seglistitem>
124 <seg>
125 None
126 </seg>
127 <seg>
128 liblxqtmount.so
129 </seg>
130 <seg>
131 $LXQT_PREFIX/{include,lib/cmake}/lxqtmount
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="liblxqt-mount-lib">
142 <term><filename class="libraryfile">liblxqtmount.so</filename></term>
143 <listitem>
144 <para>
145 contains the <application>liblxqt-mount</application> API functions.
146 </para>
147 <indexterm zone="liblxqt-mount liblxqt-mount-lib">
148 <primary sortas="c-liblxqtmount">liblxqtmount.so</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.