source: lxqt/desktop/qtxdg-tools.xml@ 315b576

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 315b576 was 315b576, checked in by Douglas R. Reno <renodr@…>, 10 months ago

Tag LXQt and Qt5 Alternate

Off to GNOME next on SysV, and working on systems for other tags.

  • 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 &lfs120_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="libqtxdg"/>
74 </para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of qtxdg-tools</title>
80
81 <para>
82 Install <application>qtxdg-tools</application> by running the
83 following commands:
84 </para>
85
86<screen><userinput>mkdir -v build &amp;&amp;
87cd build &amp;&amp;
88
89cmake -DCMAKE_INSTALL_PREFIX=/usr \
90 -DCMAKE_BUILD_TYPE=Release \
91 -DCMAKE_INSTALL_LIBDIR=lib \
92 .. &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the &root; user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Library</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>
117 qtxdg-mat
118 </seg>
119 <seg>
120 None
121 </seg>
122 <seg>
123 /usr/share/cmake/qtxdg-tools
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="qtxdg-mat">
134 <term><command>qtxdg-mat</command></term>
135 <listitem>
136 <para>
137 queries and modifies defaults for applications, such as the default
138 terminal, web browser, email client, and file manager
139 </para>
140 <indexterm zone="qtxdg-tools qtxdg-mat">
141 <primary sortas="b-qtxdg-mat">qtxdg-mat</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 </variablelist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.