source: lxqt/desktop/qtxdg-tools.xml@ 5ecd157

12.0 12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 5ecd157 was 5ecd157, checked in by Bruce Dubbs <bdubbs@…>, 15 months ago

LXQt cleanup.

  • Property mode set to 100644
File size: 4.0 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=/usr \
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 &root; user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Library</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>
119 qtxdg-mat
120 </seg>
121 <seg>
122 None
123 </seg>
124 <seg>
125 /usr/share/cmake/qtxdg-tools
126 </seg>
127 </seglistitem>
128 </segmentedlist>
129<!--
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="qtxdg-tools-lib">
136 <term><filename class="libraryfile">qtxdg-tools.so</filename></term>
137 <listitem>
138 <para>
139 contains the <application>qtxdg-tools</application> API functions.
140 </para>
141 <indexterm zone="qtxdg-tools qtxdg-tools-lib">
142 <primary sortas="c-qtxdg-tools">qtxdg-tools.so</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148-->
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.