source: lxqt/desktop/qtxdg-tools.xml@ cff158f

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

Finish initial lxqt desktop

  • Property mode set to 100644
File size: 4.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 <!ENTITY qtxdg-tools-download-http "https://github.com/lxqt/qtxdg-tools/releases/download/&qtxdg-tools-version;/qtxdg-tools-&qtxdg-tools-version;.tar.xz">
8 <!ENTITY qtxdg-tools-download-ftp " ">
9 <!ENTITY qtxdg-tools-md5sum "4898d657bd4a92f7b738df78866297ac">
10 <!ENTITY qtxdg-tools-size "20 KB">
11 <!ENTITY qtxdg-tools-buildsize "1.5 MB">
12 <!ENTITY qtxdg-tools-time "0.1 SBU">
13]>
14
15<sect1 id="qtxdg-tools" xreflabel="qtxdg-tools-&qtxdg-tools-version;">
16 <?dbhtml filename="qtxdg-tools.html"?>
17
18 <title>qtxdg-tools-&qtxdg-tools-version;</title>
19
20 <indexterm zone="qtxdg-tools">
21 <primary sortas="a-qtxdg-tools">qtxdg-tools</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to qtxdg-tools</title>
26
27 <para>
28 The <application>qtxdg-tools</application> contains a CLI MIME tool
29 for handling file associations and opening files with their
30 default applications.
31 </para>
32
33 &lfs113_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&qtxdg-tools-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&qtxdg-tools-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &qtxdg-tools-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &qtxdg-tools-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &qtxdg-tools-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &qtxdg-tools-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">qtxdg-tools Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="cmake"/>,
74 <xref linkend="libqtxdg"/>, and
75 <xref linkend="qt5"/> (qtbase)
76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of qtxdg-tools</title>
82
83 <para>
84 Install <application>qtxdg-tools</application> by running the
85 following commands:
86 </para>
87
88<screen><userinput>mkdir -v build &amp;&amp;
89cd build &amp;&amp;
90
91cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
92 -DCMAKE_BUILD_TYPE=Release \
93 -DCMAKE_INSTALL_LIBDIR=lib \
94 .. &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108<!--
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para>
113 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
114 <xref linkend="git"/>, which would otherwise be requested to download
115 the translation files.
116 </para>
117
118 </sect2>
119-->
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Library</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 qtxdg-mat
131 </seg>
132 <seg>
133 None
134 </seg>
135 <seg>
136 $LXQT_PREFIX/share/cmake/qtxdg-tools
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140<!--
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="qtxdg-tools-lib">
147 <term><filename class="libraryfile">qtxdg-tools.so</filename></term>
148 <listitem>
149 <para>
150 contains the <application>qtxdg-tools</application> API functions.
151 </para>
152 <indexterm zone="qtxdg-tools qtxdg-tools-lib">
153 <primary sortas="c-qtxdg-tools">qtxdg-tools.so</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159-->
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.